Skip to content

Commit 6df194e

Browse files
1 parent db0a997 commit 6df194e

30 files changed

+75
-120
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-rev20240629-2.0.0</version>
25+
<version>v1-rev20240717-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-rev20240629-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240717-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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressFrom extends com.go
6060

6161
/**
6262
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
63-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
64-
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
63+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
6564
* The value may be {@code null}.
6665
*/
6766
@com.google.api.client.util.Key
@@ -130,8 +129,7 @@ public GoogleIdentityAccesscontextmanagerV1EgressFrom setSourceRestriction(java.
130129

131130
/**
132131
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
133-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
134-
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
132+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
135133
* @return value or {@code null} for none
136134
*/
137135
public java.util.List<GoogleIdentityAccesscontextmanagerV1EgressSource> getSources() {
@@ -140,8 +138,7 @@ public java.util.List<GoogleIdentityAccesscontextmanagerV1EgressSource> getSourc
140138

141139
/**
142140
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
143-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
144-
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
141+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
145142
* @param sources sources or {@code null} for none
146143
*/
147144
public GoogleIdentityAccesscontextmanagerV1EgressFrom setSources(java.util.List<GoogleIdentityAccesscontextmanagerV1EgressSource> sources) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
3737
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
3838
* Google Cloud calls with request origins within the perimeter. Example:
3939
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
40-
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
41-
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
40+
* `access_level`, then all EgressSources will be allowed.
4241
* The value may be {@code null}.
4342
*/
4443
@com.google.api.client.util.Key
@@ -51,8 +50,7 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
5150
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
5251
* Google Cloud calls with request origins within the perimeter. Example:
5352
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
54-
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
55-
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
53+
* `access_level`, then all EgressSources will be allowed.
5654
* @return value or {@code null} for none
5755
*/
5856
public java.lang.String getAccessLevel() {
@@ -66,8 +64,7 @@ public java.lang.String getAccessLevel() {
6664
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
6765
* Google Cloud calls with request origins within the perimeter. Example:
6866
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
69-
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
70-
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
67+
* `access_level`, then all EgressSources will be allowed.
7168
* @param accessLevel accessLevel or {@code null} for none
7269
*/
7370
public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang.String accessLevel) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,22 @@
3030
public final class GoogleIdentityAccesscontextmanagerV1VpcNetworkSource extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
34-
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
33+
* Sub-segment ranges of a VPC network.
3534
* The value may be {@code null}.
3635
*/
3736
@com.google.api.client.util.Key
3837
private GoogleIdentityAccesscontextmanagerV1VpcSubNetwork vpcSubnetwork;
3938

4039
/**
41-
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
42-
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
40+
* Sub-segment ranges of a VPC network.
4341
* @return value or {@code null} for none
4442
*/
4543
public GoogleIdentityAccesscontextmanagerV1VpcSubNetwork getVpcSubnetwork() {
4644
return vpcSubnetwork;
4745
}
4846

4947
/**
50-
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
51-
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
48+
* Sub-segment ranges of a VPC network.
5249
* @param vpcSubnetwork vpcSubnetwork or {@code null} for none
5350
*/
5451
public GoogleIdentityAccesscontextmanagerV1VpcNetworkSource setVpcSubnetwork(GoogleIdentityAccesscontextmanagerV1VpcSubNetwork vpcSubnetwork) {

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-rev20240629-2.0.0</version>
12-
<name>Cloud Asset API v1-rev20240629-2.0.0</name>
11+
<version>v1-rev20240717-2.0.0</version>
12+
<name>Cloud Asset API v1-rev20240717-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-rev20240629-2.0.0</version>
25+
<version>v1-rev20240717-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-rev20240629-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20240717-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-rev20240629-2.0.0</version>
25+
<version>v1beta1-rev20240717-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-rev20240629-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20240717-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: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressFrom extends com.go
6060

6161
/**
6262
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
63-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
64-
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
63+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
6564
* The value may be {@code null}.
6665
*/
6766
@com.google.api.client.util.Key
@@ -130,8 +129,7 @@ public GoogleIdentityAccesscontextmanagerV1EgressFrom setSourceRestriction(java.
130129

131130
/**
132131
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
133-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
134-
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
132+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
135133
* @return value or {@code null} for none
136134
*/
137135
public java.util.List<GoogleIdentityAccesscontextmanagerV1EgressSource> getSources() {
@@ -140,8 +138,7 @@ public java.util.List<GoogleIdentityAccesscontextmanagerV1EgressSource> getSourc
140138

141139
/**
142140
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
143-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
144-
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
141+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
145142
* @param sources sources or {@code null} for none
146143
*/
147144
public GoogleIdentityAccesscontextmanagerV1EgressFrom setSources(java.util.List<GoogleIdentityAccesscontextmanagerV1EgressSource> sources) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
3737
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
3838
* Google Cloud calls with request origins within the perimeter. Example:
3939
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
40-
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
41-
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
40+
* `access_level`, then all EgressSources will be allowed.
4241
* The value may be {@code null}.
4342
*/
4443
@com.google.api.client.util.Key
@@ -51,8 +50,7 @@ public final class GoogleIdentityAccesscontextmanagerV1EgressSource extends com.
5150
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
5251
* Google Cloud calls with request origins within the perimeter. Example:
5352
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
54-
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
55-
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
53+
* `access_level`, then all EgressSources will be allowed.
5654
* @return value or {@code null} for none
5755
*/
5856
public java.lang.String getAccessLevel() {
@@ -66,8 +64,7 @@ public java.lang.String getAccessLevel() {
6664
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
6765
* Google Cloud calls with request origins within the perimeter. Example:
6866
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
69-
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
70-
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
67+
* `access_level`, then all EgressSources will be allowed.
7168
* @param accessLevel accessLevel or {@code null} for none
7269
*/
7370
public GoogleIdentityAccesscontextmanagerV1EgressSource setAccessLevel(java.lang.String accessLevel) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,22 @@
3030
public final class GoogleIdentityAccesscontextmanagerV1VpcNetworkSource extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
34-
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
33+
* Sub-segment ranges of a VPC network.
3534
* The value may be {@code null}.
3635
*/
3736
@com.google.api.client.util.Key
3837
private GoogleIdentityAccesscontextmanagerV1VpcSubNetwork vpcSubnetwork;
3938

4039
/**
41-
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
42-
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
40+
* Sub-segment ranges of a VPC network.
4341
* @return value or {@code null} for none
4442
*/
4543
public GoogleIdentityAccesscontextmanagerV1VpcSubNetwork getVpcSubnetwork() {
4644
return vpcSubnetwork;
4745
}
4846

4947
/**
50-
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
51-
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
48+
* Sub-segment ranges of a VPC network.
5249
* @param vpcSubnetwork vpcSubnetwork or {@code null} for none
5350
*/
5451
public GoogleIdentityAccesscontextmanagerV1VpcNetworkSource setVpcSubnetwork(GoogleIdentityAccesscontextmanagerV1VpcSubNetwork vpcSubnetwork) {

0 commit comments

Comments
 (0)