Skip to content

Commit bf0fc6e

Browse files
yoshi-automationchingor13
authored andcommitted
Regenerate cloudasset client (googleapis#2896)
1 parent 39cc62f commit bf0fc6e

File tree

30 files changed

+3216
-3184
lines changed

30 files changed

+3216
-3184
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"maven": {
33
"groupId": "com.google.apis",
44
"artifactId": "google-api-services-cloudasset",
5-
"version": "v1-rev20190924-1.30.3"
5+
"version": "v1-rev20190928-1.30.3"
66
}
77
}

clients/google-api-services-cloudasset/v1/1.28.0/com/google/api/services/cloudasset/v1/CloudAsset.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,17 @@ public BatchGetAssetsHistory setAssetNames(java.util.List<java.lang.String> asse
507507
return this;
508508
}
509509

510-
/** Required. The content type. */
510+
/** Optional. The content type. */
511511
@com.google.api.client.util.Key
512512
private java.lang.String contentType;
513513

514-
/** Required. The content type.
514+
/** Optional. The content type.
515515
*/
516516
public java.lang.String getContentType() {
517517
return contentType;
518518
}
519519

520-
/** Required. The content type. */
520+
/** Optional. The content type. */
521521
public BatchGetAssetsHistory setContentType(java.lang.String contentType) {
522522
this.contentType = contentType;
523523
return this;

clients/google-api-services-cloudasset/v1/1.28.0/com/google/api/services/cloudasset/v1/model/Policy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* **JSON Example**
3030
*
31-
* { "bindings": [ { "role": "role/resourcemanager.organizationAdmin",
31+
* { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin",
3232
* "members": [ "user:[email protected]", "group:[email protected]",
3333
* "domain:google.com", "serviceAccount:[email protected]"
3434
* ] }, { "role": "roles/resourcemanager.organizationViewer",

clients/google-api-services-cloudasset/v1/1.28.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudasset</artifactId>
11-
<version>v1-rev20190924-1.28.0</version>
12-
<name>Cloud Asset API v1-rev20190924-1.28.0</name>
11+
<version>v1-rev20190928-1.28.0</version>
12+
<name>Cloud Asset API v1-rev20190928-1.28.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudasset/v1/1.28.0/resources/cloudasset.v1.json

+662-662
Large diffs are not rendered by default.

clients/google-api-services-cloudasset/v1/1.29.2/com/google/api/services/cloudasset/v1/CloudAsset.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,17 @@ public BatchGetAssetsHistory setAssetNames(java.util.List<java.lang.String> asse
507507
return this;
508508
}
509509

510-
/** Required. The content type. */
510+
/** Optional. The content type. */
511511
@com.google.api.client.util.Key
512512
private java.lang.String contentType;
513513

514-
/** Required. The content type.
514+
/** Optional. The content type.
515515
*/
516516
public java.lang.String getContentType() {
517517
return contentType;
518518
}
519519

520-
/** Required. The content type. */
520+
/** Optional. The content type. */
521521
public BatchGetAssetsHistory setContentType(java.lang.String contentType) {
522522
this.contentType = contentType;
523523
return this;

clients/google-api-services-cloudasset/v1/1.29.2/com/google/api/services/cloudasset/v1/model/Policy.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* **JSON Example**
3030
*
31-
* { "bindings": [ { "role": "role/resourcemanager.organizationAdmin",
31+
* { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin",
3232
* "members": [ "user:[email protected]", "group:[email protected]",
3333
* "domain:google.com", "serviceAccount:[email protected]"
3434
* ] }, { "role": "roles/resourcemanager.organizationViewer",

clients/google-api-services-cloudasset/v1/1.29.2/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-cloudasset</artifactId>
11-
<version>v1-rev20190924-1.29.2</version>
12-
<name>Cloud Asset API v1-rev20190924-1.29.2</name>
11+
<version>v1-rev20190928-1.29.2</version>
12+
<name>Cloud Asset API v1-rev20190928-1.29.2</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)