Skip to content

Commit b495eca

Browse files
Regenerate servicedirectory client (googleapis#9559)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-22 03:59:31,525 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-servicedirectory nothing to commit, working tree clean 2021-08-22 03:59:31,973 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-08-22 03:59:32,391 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-08-22 03:59:32,394 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-08-22 03:59:34,069 synthtool [INFO] > Generating servicedirectory v1. INFO:synthtool:Generating servicedirectory v1. 2021-08-22 03:59:34,069 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(u'properties', OrderedDict()), (u'id', u'Empty'), (u'type', u'object'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.')]) Writing json metadata to clients/google-api-services-servicedirectory/v1.metadata.json 2021-08-22 03:59:34,839 synthtool [INFO] > Generating servicedirectory v1beta1. INFO:synthtool:Generating servicedirectory v1beta1. 2021-08-22 03:59:34,839 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (u'type', u'object'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.'), (u'properties', OrderedDict())]) Writing json metadata to clients/google-api-services-servicedirectory/v1beta1.metadata.json 2021-08-22 03:59:35,590 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-servicedirectory/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-servicedirectory/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/39a1d067-ddc7-42ca-9923-9b47398f4dff/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 3817ab0 commit b495eca

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

clients/google-api-services-servicedirectory/v1.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-servicedirectory",
5-
"version": "v1-rev20210716-1.32.1"
5+
"version": "v1-rev20210811-1.32.1"
66
}
77
}

clients/google-api-services-servicedirectory/v1/1.31.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-servicedirectory</artifactId>
25-
<version>v1-rev20210716-1.32.1</version>
25+
<version>v1-rev20210811-1.32.1</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-servicedirectory:v1-rev20210716-1.32.1'
38+
compile 'com.google.apis:google-api-services-servicedirectory:v1-rev20210811-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-servicedirectory/v1/1.31.0/com/google/api/services/servicedirectory/v1/ServiceDirectoryScopes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
public class ServiceDirectoryScopes {
2525

26-
/** See, edit, configure, and delete your Google Cloud Platform data. */
26+
/** See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.. */
2727
public static final String CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform";
2828

2929
/**

clients/google-api-services-servicedirectory/v1/1.31.0/com/google/api/services/servicedirectory/v1/model/Policy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
* domain:google.com - serviceAccount:[email protected] role:
3737
* roles/resourcemanager.organizationAdmin - members: - user:[email protected] role:
3838
* roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not
39-
* grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') -
40-
* etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the [IAM
39+
* grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
40+
* etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM
4141
* documentation](https://cloud.google.com/iam/docs/).
4242
*
4343
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is

clients/google-api-services-servicedirectory/v1/1.31.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-servicedirectory</artifactId>
11-
<version>v1-rev20210716-1.32.1</version>
12-
<name>Service Directory API v1-rev20210716-1.32.1</name>
11+
<version>v1-rev20210811-1.32.1</version>
12+
<name>Service Directory API v1-rev20210811-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-servicedirectory/v1/1.31.0/resources/servicedirectory.v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
}
88
}
99
}
@@ -883,7 +883,7 @@
883883
}
884884
}
885885
},
886-
"revision": "20210716",
886+
"revision": "20210811",
887887
"rootUrl": "https://servicedirectory.googleapis.com/",
888888
"schemas": {
889889
"Binding": {
@@ -1112,7 +1112,7 @@
11121112
"type": "object"
11131113
},
11141114
"Policy": {
1115-
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:[email protected]\", \"group:[email protected]\", \"domain:google.com\", \"serviceAccount:[email protected]\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:[email protected]\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
1115+
"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members` to a single `role`. Members can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:[email protected]\", \"group:[email protected]\", \"domain:google.com\", \"serviceAccount:[email protected]\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:[email protected]\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } **YAML example:** bindings: - members: - user:[email protected] - group:[email protected] - domain:google.com - serviceAccount:[email protected] role: roles/resourcemanager.organizationAdmin - members: - user:[email protected] role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
11161116
"id": "Policy",
11171117
"properties": {
11181118
"bindings": {

clients/google-api-services-servicedirectory/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-servicedirectory</artifactId>
25-
<version>v1-rev20210716-1.32.1</version>
25+
<version>v1-rev20210811-1.32.1</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
compile 'com.google.apis:google-api-services-servicedirectory:v1-rev20210716-1.32.1'
38+
compile 'com.google.apis:google-api-services-servicedirectory:v1-rev20210811-1.32.1'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)