Skip to content

Commit c0495e4

Browse files
Regenerate eventarc client (googleapis#9542)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-08-21 03:53:36,620 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py. On branch autosynth-eventarc nothing to commit, working tree clean 2021-08-21 03:53:37,035 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git. DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git. 2021-08-21 03:53:37,442 synthtool [DEBUG] > Cleaning output directory. DEBUG:synthtool:Cleaning output directory. 2021-08-21 03:53:37,444 synthtool [DEBUG] > Installing dependencies. DEBUG:synthtool:Installing dependencies. 2021-08-21 03:53:39,087 synthtool [INFO] > Generating eventarc v1beta1. INFO:synthtool:Generating eventarc v1beta1. 2021-08-21 03:53:39,087 synthtool [INFO] > 1.31.0 INFO:synthtool: 1.31.0 WARNING:root:object without properties CancelOperationRequest: OrderedDict([(u'description', u'The request message for Operations.CancelOperation.'), (u'properties', OrderedDict()), (u'id', u'CancelOperationRequest'), (u'type', u'object')]) WARNING:root:object without properties Empty: OrderedDict([(u'id', u'Empty'), (u'type', u'object'), (u'properties', OrderedDict()), (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-eventarc/v1beta1.metadata.json 2021-08-21 03:53:39,788 synthtool [INFO] > Generating eventarc v1. INFO:synthtool:Generating eventarc v1. 2021-08-21 03:53:39,788 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())]) WARNING:root:object without properties GoogleLongrunningCancelOperationRequest: OrderedDict([(u'description', u'The request message for Operations.CancelOperation.'), (u'properties', OrderedDict()), (u'id', u'GoogleLongrunningCancelOperationRequest'), (u'type', u'object')]) Writing json metadata to clients/google-api-services-eventarc/v1.metadata.json 2021-08-21 03:53:40,494 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-eventarc/synth.metadata. DEBUG:synthtool:Wrote metadata to clients/google-api-services-eventarc/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/9e01e508-40c5-4b4b-bb5d-c2b5c95c57ba/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
1 parent 9da4400 commit c0495e4

File tree

12 files changed

+22
-22
lines changed

12 files changed

+22
-22
lines changed

clients/google-api-services-eventarc/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-eventarc",
5-
"version": "v1-rev20210730-1.32.1"
5+
"version": "v1-rev20210813-1.32.1"
66
}
77
}

clients/google-api-services-eventarc/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-eventarc</artifactId>
25-
<version>v1-rev20210730-1.32.1</version>
25+
<version>v1-rev20210813-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-eventarc:v1-rev20210730-1.32.1'
38+
compile 'com.google.apis:google-api-services-eventarc:v1-rev20210813-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-eventarc/v1/1.31.0/com/google/api/services/eventarc/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-eventarc/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-eventarc</artifactId>
11-
<version>v1-rev20210730-1.32.1</version>
12-
<name>Eventarc API v1-rev20210730-1.32.1</name>
11+
<version>v1-rev20210813-1.32.1</version>
12+
<name>Eventarc API v1-rev20210813-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@
675675
}
676676
}
677677
},
678-
"revision": "20210730",
678+
"revision": "20210813",
679679
"rootUrl": "https://eventarc.googleapis.com/",
680680
"schemas": {
681681
"AuditConfig": {
@@ -1030,7 +1030,7 @@
10301030
"type": "object"
10311031
},
10321032
"Policy": {
1033-
"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/).",
1033+
"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/).",
10341034
"id": "Policy",
10351035
"properties": {
10361036
"auditConfigs": {

clients/google-api-services-eventarc/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-eventarc</artifactId>
25-
<version>v1-rev20210730-1.32.1</version>
25+
<version>v1-rev20210813-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-eventarc:v1-rev20210730-1.32.1'
38+
compile 'com.google.apis:google-api-services-eventarc:v1-rev20210813-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-eventarc/v1beta1.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-eventarc",
5-
"version": "v1beta1-rev20210730-1.32.1"
5+
"version": "v1beta1-rev20210813-1.32.1"
66
}
77
}

clients/google-api-services-eventarc/v1beta1/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-eventarc</artifactId>
25-
<version>v1beta1-rev20210730-1.32.1</version>
25+
<version>v1beta1-rev20210813-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-eventarc:v1beta1-rev20210730-1.32.1'
38+
compile 'com.google.apis:google-api-services-eventarc:v1beta1-rev20210813-1.32.1'
3939
}
4040
```
4141

clients/google-api-services-eventarc/v1beta1/1.31.0/com/google/api/services/eventarc/v1beta1/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-eventarc/v1beta1/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-eventarc</artifactId>
11-
<version>v1beta1-rev20210730-1.32.1</version>
12-
<name>Eventarc API v1beta1-rev20210730-1.32.1</name>
11+
<version>v1beta1-rev20210813-1.32.1</version>
12+
<name>Eventarc API v1beta1-rev20210813-1.32.1</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-eventarc/v1beta1/1.31.0/resources/eventarc.v1beta1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
}
585585
}
586586
},
587-
"revision": "20210730",
587+
"revision": "20210813",
588588
"rootUrl": "https://eventarc.googleapis.com/",
589589
"schemas": {
590590
"AuditConfig": {
@@ -912,7 +912,7 @@
912912
"type": "object"
913913
},
914914
"Policy": {
915-
"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/).",
915+
"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/).",
916916
"id": "Policy",
917917
"properties": {
918918
"auditConfigs": {

clients/google-api-services-eventarc/v1beta1/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-eventarc</artifactId>
25-
<version>v1beta1-rev20210730-1.32.1</version>
25+
<version>v1beta1-rev20210813-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-eventarc:v1beta1-rev20210730-1.32.1'
38+
compile 'com.google.apis:google-api-services-eventarc:v1beta1-rev20210813-1.32.1'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)