Skip to content

Commit d6977b7

Browse files
1 parent 3109fa8 commit d6977b7

File tree

5 files changed

+60
-6
lines changed

5 files changed

+60
-6
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-rev20250212-2.0.0</version>
25+
<version>v1-rev20250312-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20250312-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ public final class EgressTo extends com.google.api.client.json.GenericJson {
7070
@com.google.api.client.util.Key
7171
private java.util.List<java.lang.String> resources;
7272

73+
/**
74+
* IAM roles that represent the set of operations that the sources specified in the corresponding
75+
* EgressFrom. are allowed to perform in this ServicePerimeter.
76+
* The value may be {@code null}.
77+
*/
78+
@com.google.api.client.util.Key
79+
private java.util.List<java.lang.String> roles;
80+
7381
/**
7482
* A list of external resources that are allowed to be accessed. Only AWS and Azure resources are
7583
* supported. For Amazon S3, the supported formats are s3://BUCKET_NAME, s3a://BUCKET_NAME, and
@@ -137,6 +145,25 @@ public EgressTo setResources(java.util.List<java.lang.String> resources) {
137145
return this;
138146
}
139147

148+
/**
149+
* IAM roles that represent the set of operations that the sources specified in the corresponding
150+
* EgressFrom. are allowed to perform in this ServicePerimeter.
151+
* @return value or {@code null} for none
152+
*/
153+
public java.util.List<java.lang.String> getRoles() {
154+
return roles;
155+
}
156+
157+
/**
158+
* IAM roles that represent the set of operations that the sources specified in the corresponding
159+
* EgressFrom. are allowed to perform in this ServicePerimeter.
160+
* @param roles roles or {@code null} for none
161+
*/
162+
public EgressTo setRoles(java.util.List<java.lang.String> roles) {
163+
this.roles = roles;
164+
return this;
165+
}
166+
140167
@Override
141168
public EgressTo set(String fieldName, Object value) {
142169
return (EgressTo) super.set(fieldName, value);

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ public final class IngressTo extends com.google.api.client.json.GenericJson {
5757
@com.google.api.client.util.Key
5858
private java.util.List<java.lang.String> resources;
5959

60+
/**
61+
* IAM roles that represent the set of operations that the sources specified in the corresponding
62+
* IngressFrom are allowed to perform in this ServicePerimeter.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private java.util.List<java.lang.String> roles;
67+
6068
/**
6169
* A list of ApiOperations allowed to be performed by the sources specified in corresponding
6270
* IngressFrom in this ServicePerimeter.
@@ -99,6 +107,25 @@ public IngressTo setResources(java.util.List<java.lang.String> resources) {
99107
return this;
100108
}
101109

110+
/**
111+
* IAM roles that represent the set of operations that the sources specified in the corresponding
112+
* IngressFrom are allowed to perform in this ServicePerimeter.
113+
* @return value or {@code null} for none
114+
*/
115+
public java.util.List<java.lang.String> getRoles() {
116+
return roles;
117+
}
118+
119+
/**
120+
* IAM roles that represent the set of operations that the sources specified in the corresponding
121+
* IngressFrom are allowed to perform in this ServicePerimeter.
122+
* @param roles roles or {@code null} for none
123+
*/
124+
public IngressTo setRoles(java.util.List<java.lang.String> roles) {
125+
this.roles = roles;
126+
return this;
127+
}
128+
102129
@Override
103130
public IngressTo set(String fieldName, Object value) {
104131
return (IngressTo) super.set(fieldName, value);

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-rev20250212-2.0.0</version>
12-
<name>Access Context Manager API v1-rev20250212-2.0.0</name>
11+
<version>v1-rev20250312-2.0.0</version>
12+
<name>Access Context Manager API v1-rev20250312-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-rev20250212-2.0.0</version>
25+
<version>v1-rev20250312-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-rev20250212-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20250312-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)