Skip to content

Commit 503e4e4

Browse files
1 parent 6d207db commit 503e4e4

File tree

5 files changed

+24
-24
lines changed

5 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public final class GcpUserAccessBinding extends com.google.api.client.json.Gener
9494
private java.util.List<ScopedAccessSettings> scopedAccessSettings;
9595

9696
/**
97-
* Optional. GCSL policy for the group key.
97+
* Optional. The Google Cloud session length (GCSL) policy for the group key.
9898
* The value may be {@code null}.
9999
*/
100100
@com.google.api.client.util.Key
@@ -231,15 +231,15 @@ public GcpUserAccessBinding setScopedAccessSettings(java.util.List<ScopedAccessS
231231
}
232232

233233
/**
234-
* Optional. GCSL policy for the group key.
234+
* Optional. The Google Cloud session length (GCSL) policy for the group key.
235235
* @return value or {@code null} for none
236236
*/
237237
public SessionSettings getSessionSettings() {
238238
return sessionSettings;
239239
}
240240

241241
/**
242-
* Optional. GCSL policy for the group key.
242+
* Optional. The Google Cloud session length (GCSL) policy for the group key.
243243
* @param sessionSettings sessionSettings or {@code null} for none
244244
*/
245245
public GcpUserAccessBinding setSessionSettings(SessionSettings sessionSettings) {

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso
3333

3434
/**
3535
* Optional. How long a user is allowed to take between actions before a new access token must be
36-
* issued. Presently only set for Cloud Apps.
36+
* issued. Only set for Google Cloud apps.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private String maxInactivity;
4141

4242
/**
43-
* Optional. The session length. Setting this field to zero is equal to disabling. Session. Also
43+
* Optional. The session length. Setting this field to zero is equal to disabling session. Also
4444
* can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is
4545
* true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age
4646
* param.
@@ -50,15 +50,15 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso
5050
private String sessionLength;
5151

5252
/**
53-
* Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded
54-
* and the session length is basically infinite.
53+
* Optional. This field enables or disables Google Cloud session length. When false, all fields
54+
* set above will be disregarded and the session length is basically infinite.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private java.lang.Boolean sessionLengthEnabled;
5959

6060
/**
61-
* Optional. Session method when users GCP session is up.
61+
* Optional. Session method when user's Google Cloud session is up.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -75,7 +75,7 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso
7575

7676
/**
7777
* Optional. How long a user is allowed to take between actions before a new access token must be
78-
* issued. Presently only set for Cloud Apps.
78+
* issued. Only set for Google Cloud apps.
7979
* @return value or {@code null} for none
8080
*/
8181
public String getMaxInactivity() {
@@ -84,7 +84,7 @@ public String getMaxInactivity() {
8484

8585
/**
8686
* Optional. How long a user is allowed to take between actions before a new access token must be
87-
* issued. Presently only set for Cloud Apps.
87+
* issued. Only set for Google Cloud apps.
8888
* @param maxInactivity maxInactivity or {@code null} for none
8989
*/
9090
public SessionSettings setMaxInactivity(String maxInactivity) {
@@ -93,7 +93,7 @@ public SessionSettings setMaxInactivity(String maxInactivity) {
9393
}
9494

9595
/**
96-
* Optional. The session length. Setting this field to zero is equal to disabling. Session. Also
96+
* Optional. The session length. Setting this field to zero is equal to disabling session. Also
9797
* can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is
9898
* true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age
9999
* param.
@@ -104,7 +104,7 @@ public String getSessionLength() {
104104
}
105105

106106
/**
107-
* Optional. The session length. Setting this field to zero is equal to disabling. Session. Also
107+
* Optional. The session length. Setting this field to zero is equal to disabling session. Also
108108
* can set infinite session by flipping the enabled bit to false below. If use_oidc_max_age is
109109
* true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age
110110
* param.
@@ -116,17 +116,17 @@ public SessionSettings setSessionLength(String sessionLength) {
116116
}
117117

118118
/**
119-
* Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded
120-
* and the session length is basically infinite.
119+
* Optional. This field enables or disables Google Cloud session length. When false, all fields
120+
* set above will be disregarded and the session length is basically infinite.
121121
* @return value or {@code null} for none
122122
*/
123123
public java.lang.Boolean getSessionLengthEnabled() {
124124
return sessionLengthEnabled;
125125
}
126126

127127
/**
128-
* Optional. Big red button to turn off GCSL. When false, all fields set above will be disregarded
129-
* and the session length is basically infinite.
128+
* Optional. This field enables or disables Google Cloud session length. When false, all fields
129+
* set above will be disregarded and the session length is basically infinite.
130130
* @param sessionLengthEnabled sessionLengthEnabled or {@code null} for none
131131
*/
132132
public SessionSettings setSessionLengthEnabled(java.lang.Boolean sessionLengthEnabled) {
@@ -135,15 +135,15 @@ public SessionSettings setSessionLengthEnabled(java.lang.Boolean sessionLengthEn
135135
}
136136

137137
/**
138-
* Optional. Session method when users GCP session is up.
138+
* Optional. Session method when user's Google Cloud session is up.
139139
* @return value or {@code null} for none
140140
*/
141141
public java.lang.String getSessionReauthMethod() {
142142
return sessionReauthMethod;
143143
}
144144

145145
/**
146-
* Optional. Session method when users GCP session is up.
146+
* Optional. Session method when user's Google Cloud session is up.
147147
* @param sessionReauthMethod sessionReauthMethod or {@code null} for none
148148
*/
149149
public SessionSettings setSessionReauthMethod(java.lang.String sessionReauthMethod) {

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

0 commit comments

Comments
 (0)