Skip to content

Commit 43b3378

Browse files
1 parent 2da8d4b commit 43b3378

26 files changed

+135
-102
lines changed

clients/google-api-services-cloudasset/v1/2.0.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-cloudasset</artifactId>
25-
<version>v1-rev20240717-2.0.0</version>
25+
<version>v1-rev20240803-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240717-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240803-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1EgressFrom.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressFrom extends com.go
3434

3535
/**
3636
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
37-
* individual user, service account, Google group, or third-party identity. The `v1` identities
38-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
37+
* individual user, service account, Google group, or third-party identity. For third-party
38+
* identity, only single identities are supported and other identity types are not supported. The
39+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
3940
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
4041
* The value may be {@code null}.
4142
*/
@@ -68,8 +69,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressFrom extends com.go
6869

6970
/**
7071
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
71-
* individual user, service account, Google group, or third-party identity. The `v1` identities
72-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
72+
* individual user, service account, Google group, or third-party identity. For third-party
73+
* identity, only single identities are supported and other identity types are not supported. The
74+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
7375
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7476
* @return value or {@code null} for none
7577
*/
@@ -79,8 +81,9 @@ public java.util.List<java.lang.String> getIdentities() {
7981

8082
/**
8183
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
82-
* individual user, service account, Google group, or third-party identity. The `v1` identities
83-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
84+
* individual user, service account, Google group, or third-party identity. For third-party
85+
* identity, only single identities are supported and other identity types are not supported. The
86+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
8487
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
8588
* @param identities identities or {@code null} for none
8689
*/

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleIdentityAccesscontextmanagerV1IngressFrom.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressFrom extends com.g
3333

3434
/**
3535
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
36-
* individual user, service account, Google group, or third-party identity. The `v1` identities
37-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
36+
* individual user, service account, Google group, or third-party identity. For third-party
37+
* identity, only single identities are supported and other identity types are not supported. The
38+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
3839
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3940
* The value may be {@code null}.
4041
*/
@@ -58,8 +59,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressFrom extends com.g
5859

5960
/**
6061
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
61-
* individual user, service account, Google group, or third-party identity. The `v1` identities
62-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
62+
* individual user, service account, Google group, or third-party identity. For third-party
63+
* identity, only single identities are supported and other identity types are not supported. The
64+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
6365
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6466
* @return value or {@code null} for none
6567
*/
@@ -69,8 +71,9 @@ public java.util.List<java.lang.String> getIdentities() {
6971

7072
/**
7173
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
72-
* individual user, service account, Google group, or third-party identity. The `v1` identities
73-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
74+
* individual user, service account, Google group, or third-party identity. For third-party
75+
* identity, only single identities are supported and other identity types are not supported. The
76+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
7477
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7578
* @param identities identities or {@code null} for none
7679
*/

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/QueryAssetsResponse.java

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ public final class QueryAssetsResponse extends com.google.api.client.json.Generi
3131

3232
/**
3333
* The query response, which can be either an `error` or a valid `response`. If `done` == `false`
34-
* and the query result is being saved in a output, the output_config field will be set. If `done`
35-
* == `true`, exactly one of `error`, `query_result` or `output_config` will be set.
34+
* and the query result is being saved in an output, the output_config field will be set. If
35+
* `done` == `true`, exactly one of `error`, `query_result` or `output_config` will be set. [done]
36+
* is unset unless the [QueryAssetsResponse] contains a [QueryAssetsResponse.job_reference].
3637
* The value may be {@code null}.
3738
*/
3839
@com.google.api.client.util.Key
@@ -53,8 +54,8 @@ public final class QueryAssetsResponse extends com.google.api.client.json.Generi
5354
private java.lang.String jobReference;
5455

5556
/**
56-
* Output configuration which indicates instead of being returned in API response on the fly, the
57-
* query result will be saved in a specific output.
57+
* Output configuration, which indicates that instead of being returned in an API response on the
58+
* fly, the query result will be saved in a specific output.
5859
* The value may be {@code null}.
5960
*/
6061
@com.google.api.client.util.Key
@@ -69,8 +70,9 @@ public final class QueryAssetsResponse extends com.google.api.client.json.Generi
6970

7071
/**
7172
* The query response, which can be either an `error` or a valid `response`. If `done` == `false`
72-
* and the query result is being saved in a output, the output_config field will be set. If `done`
73-
* == `true`, exactly one of `error`, `query_result` or `output_config` will be set.
73+
* and the query result is being saved in an output, the output_config field will be set. If
74+
* `done` == `true`, exactly one of `error`, `query_result` or `output_config` will be set. [done]
75+
* is unset unless the [QueryAssetsResponse] contains a [QueryAssetsResponse.job_reference].
7476
* @return value or {@code null} for none
7577
*/
7678
public java.lang.Boolean getDone() {
@@ -79,8 +81,9 @@ public java.lang.Boolean getDone() {
7981

8082
/**
8183
* The query response, which can be either an `error` or a valid `response`. If `done` == `false`
82-
* and the query result is being saved in a output, the output_config field will be set. If `done`
83-
* == `true`, exactly one of `error`, `query_result` or `output_config` will be set.
84+
* and the query result is being saved in an output, the output_config field will be set. If
85+
* `done` == `true`, exactly one of `error`, `query_result` or `output_config` will be set. [done]
86+
* is unset unless the [QueryAssetsResponse] contains a [QueryAssetsResponse.job_reference].
8487
* @param done done or {@code null} for none
8588
*/
8689
public QueryAssetsResponse setDone(java.lang.Boolean done) {
@@ -123,17 +126,17 @@ public QueryAssetsResponse setJobReference(java.lang.String jobReference) {
123126
}
124127

125128
/**
126-
* Output configuration which indicates instead of being returned in API response on the fly, the
127-
* query result will be saved in a specific output.
129+
* Output configuration, which indicates that instead of being returned in an API response on the
130+
* fly, the query result will be saved in a specific output.
128131
* @return value or {@code null} for none
129132
*/
130133
public QueryAssetsOutputConfig getOutputConfig() {
131134
return outputConfig;
132135
}
133136

134137
/**
135-
* Output configuration which indicates instead of being returned in API response on the fly, the
136-
* query result will be saved in a specific output.
138+
* Output configuration, which indicates that instead of being returned in an API response on the
139+
* fly, the query result will be saved in a specific output.
137140
* @param outputConfig outputConfig or {@code null} for none
138141
*/
139142
public QueryAssetsResponse setOutputConfig(QueryAssetsOutputConfig outputConfig) {

clients/google-api-services-cloudasset/v1/2.0.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-cloudasset</artifactId>
11-
<version>v1-rev20240717-2.0.0</version>
12-
<name>Cloud Asset API v1-rev20240717-2.0.0</name>
11+
<version>v1-rev20240803-2.0.0</version>
12+
<name>Cloud Asset API v1-rev20240803-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudasset/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-cloudasset</artifactId>
25-
<version>v1-rev20240717-2.0.0</version>
25+
<version>v1-rev20240803-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240717-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240803-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1beta1/2.0.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-cloudasset</artifactId>
25-
<version>v1beta1-rev20240717-2.0.0</version>
25+
<version>v1beta1-rev20240803-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20240717-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20240803-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1EgressFrom.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressFrom extends com.go
3434

3535
/**
3636
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
37-
* individual user, service account, Google group, or third-party identity. The `v1` identities
38-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
37+
* individual user, service account, Google group, or third-party identity. For third-party
38+
* identity, only single identities are supported and other identity types are not supported. The
39+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
3940
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
4041
* The value may be {@code null}.
4142
*/
@@ -68,8 +69,9 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressFrom extends com.go
6869

6970
/**
7071
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
71-
* individual user, service account, Google group, or third-party identity. The `v1` identities
72-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
72+
* individual user, service account, Google group, or third-party identity. For third-party
73+
* identity, only single identities are supported and other identity types are not supported. The
74+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
7375
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7476
* @return value or {@code null} for none
7577
*/
@@ -79,8 +81,9 @@ public java.util.List<java.lang.String> getIdentities() {
7981

8082
/**
8183
* A list of identities that are allowed access through [EgressPolicy]. Identities can be an
82-
* individual user, service account, Google group, or third-party identity. The `v1` identities
83-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
84+
* individual user, service account, Google group, or third-party identity. For third-party
85+
* identity, only single identities are supported and other identity types are not supported. The
86+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
8487
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
8588
* @param identities identities or {@code null} for none
8689
*/

clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GoogleIdentityAccesscontextmanagerV1IngressFrom.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressFrom extends com.g
3333

3434
/**
3535
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
36-
* individual user, service account, Google group, or third-party identity. The `v1` identities
37-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
36+
* individual user, service account, Google group, or third-party identity. For third-party
37+
* identity, only single identities are supported and other identity types are not supported. The
38+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
3839
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
3940
* The value may be {@code null}.
4041
*/
@@ -58,8 +59,9 @@ public final class GoogleIdentityAccesscontextmanagerV1IngressFrom extends com.g
5859

5960
/**
6061
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
61-
* individual user, service account, Google group, or third-party identity. The `v1` identities
62-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
62+
* individual user, service account, Google group, or third-party identity. For third-party
63+
* identity, only single identities are supported and other identity types are not supported. The
64+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
6365
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
6466
* @return value or {@code null} for none
6567
*/
@@ -69,8 +71,9 @@ public java.util.List<java.lang.String> getIdentities() {
6971

7072
/**
7173
* A list of identities that are allowed access through [IngressPolicy]. Identities can be an
72-
* individual user, service account, Google group, or third-party identity. The `v1` identities
73-
* that have the prefix `user`, `group`, `serviceAccount`, `principal`, and `principalSet` in
74+
* individual user, service account, Google group, or third-party identity. For third-party
75+
* identity, only single identities are supported and other identity types are not supported. The
76+
* `v1` identities that have the prefix `user`, `group`, `serviceAccount`, and `principal` in
7477
* https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.
7578
* @param identities identities or {@code null} for none
7679
*/

clients/google-api-services-cloudasset/v1beta1/2.0.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-cloudasset</artifactId>
11-
<version>v1beta1-rev20240717-2.0.0</version>
12-
<name>Cloud Asset API v1beta1-rev20240717-2.0.0</name>
11+
<version>v1beta1-rev20240803-2.0.0</version>
12+
<name>Cloud Asset API v1beta1-rev20240803-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

0 commit comments

Comments
 (0)