Skip to content

Commit 165355d

Browse files
1 parent 47cb60b commit 165355d

File tree

4 files changed

+15
-15
lines changed

4 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ public final class ServicePerimeter extends com.google.api.client.json.GenericJs
4545
private java.lang.String description;
4646

4747
/**
48-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
49-
* should not expect this to be in any specific format. If etag is not provided, the operation
50-
* will be performed as if a valid etag is provided.
48+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
49+
* identifier does not follow any specific format. If an etag is not provided, the operation will
50+
* be performed as if a valid etag is provided.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -129,19 +129,19 @@ public ServicePerimeter setDescription(java.lang.String description) {
129129
}
130130

131131
/**
132-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
133-
* should not expect this to be in any specific format. If etag is not provided, the operation
134-
* will be performed as if a valid etag is provided.
132+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
133+
* identifier does not follow any specific format. If an etag is not provided, the operation will
134+
* be performed as if a valid etag is provided.
135135
* @return value or {@code null} for none
136136
*/
137137
public java.lang.String getEtag() {
138138
return etag;
139139
}
140140

141141
/**
142-
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. Clients
143-
* should not expect this to be in any specific format. If etag is not provided, the operation
144-
* will be performed as if a valid etag is provided.
142+
* Optional. An opaque identifier for the current version of the `ServicePerimeter`. This
143+
* identifier does not follow any specific format. If an etag is not provided, the operation will
144+
* be performed as if a valid etag is provided.
145145
* @param etag etag or {@code null} for none
146146
*/
147147
public ServicePerimeter setEtag(java.lang.String etag) {

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

0 commit comments

Comments
 (0)