Skip to content

Commit 10373c7

Browse files
1 parent c0c369a commit 10373c7

File tree

7 files changed

+42
-248
lines changed

7 files changed

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

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

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,7 @@ public final class AccessSettings extends com.google.api.client.json.GenericJson
4141
private java.util.List<java.lang.String> accessLevels;
4242

4343
/**
44-
* Optional. Reauth settings applied to user access on a given AccessScope.
45-
* The value may be {@code null}.
46-
*/
47-
@com.google.api.client.util.Key
48-
private ReauthSettings reauthSettings;
49-
50-
/**
51-
* Optional. Session settings applied to user access on a given AccessScope. Migrated from
52-
* ReauthSettings
44+
* Optional. Session settings applied to user access on a given AccessScope.
5345
* The value may be {@code null}.
5446
*/
5547
@com.google.api.client.util.Key
@@ -77,34 +69,15 @@ public AccessSettings setAccessLevels(java.util.List<java.lang.String> accessLev
7769
}
7870

7971
/**
80-
* Optional. Reauth settings applied to user access on a given AccessScope.
81-
* @return value or {@code null} for none
82-
*/
83-
public ReauthSettings getReauthSettings() {
84-
return reauthSettings;
85-
}
86-
87-
/**
88-
* Optional. Reauth settings applied to user access on a given AccessScope.
89-
* @param reauthSettings reauthSettings or {@code null} for none
90-
*/
91-
public AccessSettings setReauthSettings(ReauthSettings reauthSettings) {
92-
this.reauthSettings = reauthSettings;
93-
return this;
94-
}
95-
96-
/**
97-
* Optional. Session settings applied to user access on a given AccessScope. Migrated from
98-
* ReauthSettings
72+
* Optional. Session settings applied to user access on a given AccessScope.
9973
* @return value or {@code null} for none
10074
*/
10175
public SessionSettings getSessionSettings() {
10276
return sessionSettings;
10377
}
10478

10579
/**
106-
* Optional. Session settings applied to user access on a given AccessScope. Migrated from
107-
* ReauthSettings
80+
* Optional. Session settings applied to user access on a given AccessScope.
10881
* @param sessionSettings sessionSettings or {@code null} for none
10982
*/
11083
public AccessSettings setSessionSettings(SessionSettings sessionSettings) {

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

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ public final class GcpUserAccessBinding extends com.google.api.client.json.Gener
7171
@com.google.api.client.util.Key
7272
private java.lang.String name;
7373

74-
/**
75-
* Optional. GCSL policy for the group key.
76-
* The value may be {@code null}.
77-
*/
78-
@com.google.api.client.util.Key
79-
private ReauthSettings reauthSettings;
80-
8174
/**
8275
* Optional. A list of applications that are subject to this binding's restrictions. If the list
8376
* is empty, the binding restrictions will universally apply to all applications.
@@ -101,7 +94,7 @@ public final class GcpUserAccessBinding extends com.google.api.client.json.Gener
10194
private java.util.List<ScopedAccessSettings> scopedAccessSettings;
10295

10396
/**
104-
* Optional. GCSL policy for the group key. Migrated from ReauthSettings
97+
* Optional. GCSL policy for the group key.
10598
* The value may be {@code null}.
10699
*/
107100
@com.google.api.client.util.Key
@@ -199,23 +192,6 @@ public GcpUserAccessBinding setName(java.lang.String name) {
199192
return this;
200193
}
201194

202-
/**
203-
* Optional. GCSL policy for the group key.
204-
* @return value or {@code null} for none
205-
*/
206-
public ReauthSettings getReauthSettings() {
207-
return reauthSettings;
208-
}
209-
210-
/**
211-
* Optional. GCSL policy for the group key.
212-
* @param reauthSettings reauthSettings or {@code null} for none
213-
*/
214-
public GcpUserAccessBinding setReauthSettings(ReauthSettings reauthSettings) {
215-
this.reauthSettings = reauthSettings;
216-
return this;
217-
}
218-
219195
/**
220196
* Optional. A list of applications that are subject to this binding's restrictions. If the list
221197
* is empty, the binding restrictions will universally apply to all applications.
@@ -255,15 +231,15 @@ public GcpUserAccessBinding setScopedAccessSettings(java.util.List<ScopedAccessS
255231
}
256232

257233
/**
258-
* Optional. GCSL policy for the group key. Migrated from ReauthSettings
234+
* Optional. GCSL policy for the group key.
259235
* @return value or {@code null} for none
260236
*/
261237
public SessionSettings getSessionSettings() {
262238
return sessionSettings;
263239
}
264240

265241
/**
266-
* Optional. GCSL policy for the group key. Migrated from ReauthSettings
242+
* Optional. GCSL policy for the group key.
267243
* @param sessionSettings sessionSettings or {@code null} for none
268244
*/
269245
public GcpUserAccessBinding setSessionSettings(SessionSettings sessionSettings) {

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

Lines changed: 0 additions & 185 deletions
This file was deleted.

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@ public final class ServicePerimeter extends com.google.api.client.json.GenericJs
4444
@com.google.api.client.util.Key
4545
private java.lang.String description;
4646

47+
/**
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.
51+
* The value may be {@code null}.
52+
*/
53+
@com.google.api.client.util.Key
54+
private java.lang.String etag;
55+
4756
/**
4857
* Identifier. Resource name for the `ServicePerimeter`. Format:
4958
* `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter`
@@ -119,6 +128,27 @@ public ServicePerimeter setDescription(java.lang.String description) {
119128
return this;
120129
}
121130

131+
/**
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.
135+
* @return value or {@code null} for none
136+
*/
137+
public java.lang.String getEtag() {
138+
return etag;
139+
}
140+
141+
/**
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.
145+
* @param etag etag or {@code null} for none
146+
*/
147+
public ServicePerimeter setEtag(java.lang.String etag) {
148+
this.etag = etag;
149+
return this;
150+
}
151+
122152
/**
123153
* Identifier. Resource name for the `ServicePerimeter`. Format:
124154
* `accessPolicies/{access_policy}/servicePerimeters/{service_perimeter}`. The `service_perimeter`

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

0 commit comments

Comments
 (0)