Skip to content

Commit 4554632

Browse files
1 parent 6ee1392 commit 4554632

File tree

6 files changed

+24
-15
lines changed

6 files changed

+24
-15
lines changed

clients/google-api-services-accesscontextmanager/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-accesscontextmanager</artifactId>
25-
<version>v1-rev20240623-2.0.0</version>
25+
<version>v1-rev20240708-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-accesscontextmanager:v1-rev20240623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240708-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/EgressFrom.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ public final class EgressFrom extends com.google.api.client.json.GenericJson {
6161

6262
/**
6363
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
64-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
64+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
65+
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
6566
* The value may be {@code null}.
6667
*/
6768
@com.google.api.client.util.Key
@@ -130,7 +131,8 @@ public EgressFrom setSourceRestriction(java.lang.String sourceRestriction) {
130131

131132
/**
132133
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
133-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
134+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
135+
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
134136
* @return value or {@code null} for none
135137
*/
136138
public java.util.List<EgressSource> getSources() {
@@ -139,7 +141,8 @@ public java.util.List<EgressSource> getSources() {
139141

140142
/**
141143
* Sources that this EgressPolicy authorizes access from. If this field is not empty, then
142-
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`.
144+
* `source_restriction` must be set to `SOURCE_RESTRICTION_ENABLED`. TODO (b/332744441): annotate
145+
* this field with custom_org_policy_accessibility when cl/640698580 will be rolled out.
143146
* @param sources sources or {@code null} for none
144147
*/
145148
public EgressFrom setSources(java.util.List<EgressSource> sources) {

clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/EgressSource.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public final class EgressSource extends com.google.api.client.json.GenericJson {
3838
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
3939
* Google Cloud calls with request origins within the perimeter. Example:
4040
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
41-
* `access_level`, then all EgressSources will be allowed.
41+
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
42+
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
@@ -51,7 +52,8 @@ public final class EgressSource extends com.google.api.client.json.GenericJson {
5152
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
5253
* Google Cloud calls with request origins within the perimeter. Example:
5354
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
54-
* `access_level`, then all EgressSources will be allowed.
55+
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
56+
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
5557
* @return value or {@code null} for none
5658
*/
5759
public java.lang.String getAccessLevel() {
@@ -65,7 +67,8 @@ public java.lang.String getAccessLevel() {
6567
* AccessLevel name is not specified, only resources within the perimeter can be accessed through
6668
* Google Cloud calls with request origins within the perimeter. Example:
6769
* `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for
68-
* `access_level`, then all EgressSources will be allowed.
70+
* `access_level`, then all EgressSources will be allowed. TODO (b/332744441): annotate this field
71+
* with custom_org_policy_accessibility when cl/640698580 will be rolled out.
6972
* @param accessLevel accessLevel or {@code null} for none
7073
*/
7174
public EgressSource setAccessLevel(java.lang.String accessLevel) {

clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/VpcNetworkSource.java

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

3333
/**
34-
* Sub-segment ranges of a VPC network.
34+
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
35+
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
3536
* The value may be {@code null}.
3637
*/
3738
@com.google.api.client.util.Key
3839
private VpcSubNetwork vpcSubnetwork;
3940

4041
/**
41-
* Sub-segment ranges of a VPC network.
42+
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
43+
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
4244
* @return value or {@code null} for none
4345
*/
4446
public VpcSubNetwork getVpcSubnetwork() {
4547
return vpcSubnetwork;
4648
}
4749

4850
/**
49-
* Sub-segment ranges of a VPC network.
51+
* Sub-segment ranges of a VPC network. TODO (b/332744441): annotate this field with
52+
* custom_org_policy_accessibility when cl/640698580 will be rolled out.
5053
* @param vpcSubnetwork vpcSubnetwork or {@code null} for none
5154
*/
5255
public VpcNetworkSource setVpcSubnetwork(VpcSubNetwork vpcSubnetwork) {

clients/google-api-services-accesscontextmanager/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-accesscontextmanager</artifactId>
11-
<version>v1-rev20240623-2.0.0</version>
12-
<name>Access Context Manager API v1-rev20240623-2.0.0</name>
11+
<version>v1-rev20240708-2.0.0</version>
12+
<name>Access Context Manager API v1-rev20240708-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-accesscontextmanager/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-accesscontextmanager</artifactId>
25-
<version>v1-rev20240623-2.0.0</version>
25+
<version>v1-rev20240708-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-accesscontextmanager:v1-rev20240623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240708-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)