Skip to content

Commit db85fdf

Browse files
1 parent 08ea441 commit db85fdf

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

clients/google-api-services-cloudidentity/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-cloudidentity</artifactId>
25-
<version>v1-rev20251021-2.0.0</version>
25+
<version>v1-rev20251118-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-cloudidentity:v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20251118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11009,7 +11009,7 @@ public class Policies {
1100911009
* This request holds the parameters needed by the cloudidentity server. After setting any optional
1101011010
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
1101111011
*
11012-
* @param name Required. The name of the policy to retrieve. Format: "policies/{policy}".
11012+
* @param name Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1101311013
* @return the request
1101411014
*/
1101511015
public Get get(java.lang.String name) throws java.io.IOException {
@@ -11035,7 +11035,7 @@ public class Get extends CloudIdentityRequest<com.google.api.services.cloudident
1103511035
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1103611036
* must be called to initialize this instance immediately after invoking the constructor. </p>
1103711037
*
11038-
* @param name Required. The name of the policy to retrieve. Format: "policies/{policy}".
11038+
* @param name Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1103911039
* @since 1.13
1104011040
*/
1104111041
protected Get(java.lang.String name) {
@@ -11113,17 +11113,17 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
1111311113
return (Get) super.setUploadProtocol(uploadProtocol);
1111411114
}
1111511115

11116-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}". */
11116+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`. */
1111711117
@com.google.api.client.util.Key
1111811118
private java.lang.String name;
1111911119

11120-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}".
11120+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1112111121
*/
1112211122
public java.lang.String getName() {
1112311123
return name;
1112411124
}
1112511125

11126-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}". */
11126+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`. */
1112711127
public Get setName(java.lang.String name) {
1112811128
if (!getSuppressPatternChecks()) {
1112911129
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

clients/google-api-services-cloudidentity/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-cloudidentity</artifactId>
11-
<version>v1-rev20251021-2.0.0</version>
12-
<name>Cloud Identity API v1-rev20251021-2.0.0</name>
11+
<version>v1-rev20251118-2.0.0</version>
12+
<name>Cloud Identity API v1-rev20251118-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudidentity/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-cloudidentity</artifactId>
25-
<version>v1-rev20251021-2.0.0</version>
25+
<version>v1-rev20251118-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-cloudidentity:v1-rev20251021-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20251118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
25-
<version>v1beta1-rev20251027-2.0.0</version>
25+
<version>v1beta1-rev20251118-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-cloudidentity:v1beta1-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20251118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/CloudIdentity.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11311,7 +11311,7 @@ public Create set(String parameterName, Object value) {
1131111311
* This request holds the parameters needed by the cloudidentity server. After setting any optional
1131211312
* parameters, call the {@link Delete#execute()} method to invoke the remote operation.
1131311313
*
11314-
* @param name Required. The name of the policy to retrieve. Format: "policies/{policy}".
11314+
* @param name Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1131511315
* @return the request
1131611316
*/
1131711317
public Delete delete(java.lang.String name) throws java.io.IOException {
@@ -11338,7 +11338,7 @@ public class Delete extends CloudIdentityRequest<com.google.api.services.cloudid
1133811338
* Delete#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
1133911339
* be called to initialize this instance immediately after invoking the constructor. </p>
1134011340
*
11341-
* @param name Required. The name of the policy to retrieve. Format: "policies/{policy}".
11341+
* @param name Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1134211342
* @since 1.13
1134311343
*/
1134411344
protected Delete(java.lang.String name) {
@@ -11406,17 +11406,17 @@ public Delete setUploadProtocol(java.lang.String uploadProtocol) {
1140611406
return (Delete) super.setUploadProtocol(uploadProtocol);
1140711407
}
1140811408

11409-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}". */
11409+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`. */
1141011410
@com.google.api.client.util.Key
1141111411
private java.lang.String name;
1141211412

11413-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}".
11413+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1141411414
*/
1141511415
public java.lang.String getName() {
1141611416
return name;
1141711417
}
1141811418

11419-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}". */
11419+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`. */
1142011420
public Delete setName(java.lang.String name) {
1142111421
if (!getSuppressPatternChecks()) {
1142211422
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
@@ -11440,7 +11440,7 @@ public Delete set(String parameterName, Object value) {
1144011440
* This request holds the parameters needed by the cloudidentity server. After setting any optional
1144111441
* parameters, call the {@link Get#execute()} method to invoke the remote operation.
1144211442
*
11443-
* @param name Required. The name of the policy to retrieve. Format: "policies/{policy}".
11443+
* @param name Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1144411444
* @return the request
1144511445
*/
1144611446
public Get get(java.lang.String name) throws java.io.IOException {
@@ -11466,7 +11466,7 @@ public class Get extends CloudIdentityRequest<com.google.api.services.cloudident
1146611466
* {@link Get#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
1146711467
* must be called to initialize this instance immediately after invoking the constructor. </p>
1146811468
*
11469-
* @param name Required. The name of the policy to retrieve. Format: "policies/{policy}".
11469+
* @param name Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1147011470
* @since 1.13
1147111471
*/
1147211472
protected Get(java.lang.String name) {
@@ -11544,17 +11544,17 @@ public Get setUploadProtocol(java.lang.String uploadProtocol) {
1154411544
return (Get) super.setUploadProtocol(uploadProtocol);
1154511545
}
1154611546

11547-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}". */
11547+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`. */
1154811548
@com.google.api.client.util.Key
1154911549
private java.lang.String name;
1155011550

11551-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}".
11551+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`.
1155211552
*/
1155311553
public java.lang.String getName() {
1155411554
return name;
1155511555
}
1155611556

11557-
/** Required. The name of the policy to retrieve. Format: "policies/{policy}". */
11557+
/** Required. The name of the policy to retrieve. Format: `policies/{policy}`. */
1155811558
public Get setName(java.lang.String name) {
1155911559
if (!getSuppressPatternChecks()) {
1156011560
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
11-
<version>v1beta1-rev20251027-2.0.0</version>
12-
<name>Cloud Identity API v1beta1-rev20251027-2.0.0</name>
11+
<version>v1beta1-rev20251118-2.0.0</version>
12+
<name>Cloud Identity API v1beta1-rev20251118-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-cloudidentity/v1beta1/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-cloudidentity</artifactId>
25-
<version>v1beta1-rev20251027-2.0.0</version>
25+
<version>v1beta1-rev20251118-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-cloudidentity:v1beta1-rev20251027-2.0.0'
38+
implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20251118-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)