Skip to content

Commit 5eb0722

Browse files
1 parent 77c59a9 commit 5eb0722

File tree

4 files changed

+30
-6
lines changed

4 files changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ public final class SupportedService extends com.google.api.client.json.GenericJs
5555
@com.google.api.client.util.Key
5656
private java.lang.String name;
5757

58+
/**
59+
* The support stage of the service.
60+
* The value may be {@code null}.
61+
*/
62+
@com.google.api.client.util.Key
63+
private java.lang.String serviceSupportStage;
64+
5865
/**
5966
* The support stage of the service.
6067
* The value may be {@code null}.
@@ -141,6 +148,23 @@ public SupportedService setName(java.lang.String name) {
141148
return this;
142149
}
143150

151+
/**
152+
* The support stage of the service.
153+
* @return value or {@code null} for none
154+
*/
155+
public java.lang.String getServiceSupportStage() {
156+
return serviceSupportStage;
157+
}
158+
159+
/**
160+
* The support stage of the service.
161+
* @param serviceSupportStage serviceSupportStage or {@code null} for none
162+
*/
163+
public SupportedService setServiceSupportStage(java.lang.String serviceSupportStage) {
164+
this.serviceSupportStage = serviceSupportStage;
165+
return this;
166+
}
167+
144168
/**
145169
* The support stage of the service.
146170
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)