Skip to content

Commit 37991d9

Browse files
1 parent 8960166 commit 37991d9

File tree

4 files changed

+18
-21
lines changed

4 files changed

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

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

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,10 @@ public final class EgressSource extends com.google.api.client.json.GenericJson {
4545
private java.lang.String accessLevel;
4646

4747
/**
48-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
49-
* access data outside the perimeter. This field only supports projects. The project format is
50-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
51-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
52-
* Google Cloud resources.
48+
* A Google Cloud resource from the service perimeter that you want to allow to access data
49+
* outside the perimeter. This field supports only projects. The project format is
50+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
51+
* resources.
5352
* The value may be {@code null}.
5453
*/
5554
@com.google.api.client.util.Key
@@ -85,23 +84,21 @@ public EgressSource setAccessLevel(java.lang.String accessLevel) {
8584
}
8685

8786
/**
88-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
89-
* access data outside the perimeter. This field only supports projects. The project format is
90-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
91-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
92-
* Google Cloud resources.
87+
* A Google Cloud resource from the service perimeter that you want to allow to access data
88+
* outside the perimeter. This field supports only projects. The project format is
89+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
90+
* resources.
9391
* @return value or {@code null} for none
9492
*/
9593
public java.lang.String getResource() {
9694
return resource;
9795
}
9896

9997
/**
100-
* A Google Cloud resource that you want to allow to egress the perimeter. These resources can
101-
* access data outside the perimeter. This field only supports projects. The project format is
102-
* `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the
103-
* organization where the perimeter is defined. You can't use `*` in this field to allow all
104-
* Google Cloud resources.
98+
* A Google Cloud resource from the service perimeter that you want to allow to access data
99+
* outside the perimeter. This field supports only projects. The project format is
100+
* `projects/{project_number}`. You can't use `*` in this field to allow all Google Cloud
101+
* resources.
105102
* @param resource resource or {@code null} for none
106103
*/
107104
public EgressSource setResource(java.lang.String resource) {

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

0 commit comments

Comments
 (0)