Skip to content

Commit e77ef07

Browse files
1 parent 35caa6c commit e77ef07

File tree

25 files changed

+300
-30
lines changed

25 files changed

+300
-30
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-rev20250215-2.0.0</version>
25+
<version>v1-rev20250307-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-rev20250215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20250307-2.0.0'
3939
}
4040
```
4141

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

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

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

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

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

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

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

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

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-rev20250215-2.0.0</version>
12-
<name>Cloud Asset API v1-rev20250215-2.0.0</name>
11+
<version>v1-rev20250307-2.0.0</version>
12+
<name>Cloud Asset API v1-rev20250307-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-rev20250215-2.0.0</version>
25+
<version>v1-rev20250307-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-rev20250215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1-rev20250307-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-rev20250215-2.0.0</version>
25+
<version>v1beta1-rev20250307-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-rev20250215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20250307-2.0.0'
3939
}
4040
```
4141

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

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

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

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

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

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

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

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

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-rev20250215-2.0.0</version>
12-
<name>Cloud Asset API v1beta1-rev20250215-2.0.0</name>
11+
<version>v1beta1-rev20250307-2.0.0</version>
12+
<name>Cloud Asset API v1beta1-rev20250307-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudasset/v1beta1/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-rev20250215-2.0.0</version>
25+
<version>v1beta1-rev20250307-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-rev20250215-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudasset:v1beta1-rev20250307-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)