Skip to content

Commit febb79c

Browse files
1 parent cdcdd8a commit febb79c

File tree

6 files changed

+68
-8
lines changed

6 files changed

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4597,7 +4597,7 @@ public class Operations {
45974597
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
45984598
* methods to check whether the cancellation succeeded or whether the operation completed despite
45994599
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4600-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4600+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
46014601
* `Code.CANCELLED`.
46024602
*
46034603
* Create a request for the method "operations.cancel".
@@ -4628,7 +4628,7 @@ public class Cancel extends AccessContextManagerRequest<com.google.api.services.
46284628
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
46294629
* methods to check whether the cancellation succeeded or whether the operation completed despite
46304630
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
4631-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
4631+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
46324632
* `Code.CANCELLED`.
46334633
*
46344634
* Create a request for the method "operations.cancel".

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@ public final class EgressPolicy extends com.google.api.client.json.GenericJson {
5454
@com.google.api.client.util.Key
5555
private EgressTo egressTo;
5656

57+
/**
58+
* Optional. Human-readable title for the egress rule. The title must be unique within the
59+
* perimeter and can not exceed 100 characters. Within the access policy, the combined length of
60+
* all rule titles must not exceed 240,000 characters.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.String title;
65+
5766
/**
5867
* Defines conditions on the source of a request causing this EgressPolicy to apply.
5968
* @return value or {@code null} for none
@@ -90,6 +99,27 @@ public EgressPolicy setEgressTo(EgressTo egressTo) {
9099
return this;
91100
}
92101

102+
/**
103+
* Optional. Human-readable title for the egress rule. The title must be unique within the
104+
* perimeter and can not exceed 100 characters. Within the access policy, the combined length of
105+
* all rule titles must not exceed 240,000 characters.
106+
* @return value or {@code null} for none
107+
*/
108+
public java.lang.String getTitle() {
109+
return title;
110+
}
111+
112+
/**
113+
* Optional. Human-readable title for the egress rule. The title must be unique within the
114+
* perimeter and can not exceed 100 characters. Within the access policy, the combined length of
115+
* all rule titles must not exceed 240,000 characters.
116+
* @param title title or {@code null} for none
117+
*/
118+
public EgressPolicy setTitle(java.lang.String title) {
119+
this.title = title;
120+
return this;
121+
}
122+
93123
@Override
94124
public EgressPolicy set(String fieldName, Object value) {
95125
return (EgressPolicy) super.set(fieldName, value);

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ public final class IngressPolicy extends com.google.api.client.json.GenericJson
5252
@com.google.api.client.util.Key
5353
private IngressTo ingressTo;
5454

55+
/**
56+
* Optional. Human-readable title for the ingress rule. The title must be unique within the
57+
* perimeter and can not exceed 100 characters. Within the access policy, the combined length of
58+
* all rule titles must not exceed 240,000 characters.
59+
* The value may be {@code null}.
60+
*/
61+
@com.google.api.client.util.Key
62+
private java.lang.String title;
63+
5564
/**
5665
* Defines the conditions on the source of a request causing this IngressPolicy to apply.
5766
* @return value or {@code null} for none
@@ -88,6 +97,27 @@ public IngressPolicy setIngressTo(IngressTo ingressTo) {
8897
return this;
8998
}
9099

100+
/**
101+
* Optional. Human-readable title for the ingress rule. The title must be unique within the
102+
* perimeter and can not exceed 100 characters. Within the access policy, the combined length of
103+
* all rule titles must not exceed 240,000 characters.
104+
* @return value or {@code null} for none
105+
*/
106+
public java.lang.String getTitle() {
107+
return title;
108+
}
109+
110+
/**
111+
* Optional. Human-readable title for the ingress rule. The title must be unique within the
112+
* perimeter and can not exceed 100 characters. Within the access policy, the combined length of
113+
* all rule titles must not exceed 240,000 characters.
114+
* @param title title or {@code null} for none
115+
*/
116+
public IngressPolicy setTitle(java.lang.String title) {
117+
this.title = title;
118+
return this;
119+
}
120+
91121
@Override
92122
public IngressPolicy set(String fieldName, Object value) {
93123
return (IngressPolicy) super.set(fieldName, value);

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

0 commit comments

Comments
 (0)