Skip to content

Commit 7184858

Browse files
1 parent 4f9a954 commit 7184858

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

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

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/Config.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ public Lock set(String parameterName, Object value) {
22952295
* This request holds the parameters needed by the config server. After setting any optional
22962296
* parameters, call the {@link Patch#execute()} method to invoke the remote operation.
22972297
*
2298-
* @param name Resource name of the deployment. Format:
2298+
* @param name Identifier. Resource name of the deployment. Format:
22992299
* `projects/{project}/locations/{location}/deployments/{deployment}`
23002300
* @param content the {@link com.google.api.services.config.v1.model.Deployment}
23012301
* @return the request
@@ -2323,7 +2323,7 @@ public class Patch extends ConfigRequest<com.google.api.services.config.v1.model
23232323
* Patch#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)} must
23242324
* be called to initialize this instance immediately after invoking the constructor. </p>
23252325
*
2326-
* @param name Resource name of the deployment. Format:
2326+
* @param name Identifier. Resource name of the deployment. Format:
23272327
* `projects/{project}/locations/{location}/deployments/{deployment}`
23282328
* @param content the {@link com.google.api.services.config.v1.model.Deployment}
23292329
* @since 1.13
@@ -2394,21 +2394,21 @@ public Patch setUploadProtocol(java.lang.String uploadProtocol) {
23942394
}
23952395

23962396
/**
2397-
* Resource name of the deployment. Format:
2397+
* Identifier. Resource name of the deployment. Format:
23982398
* `projects/{project}/locations/{location}/deployments/{deployment}`
23992399
*/
24002400
@com.google.api.client.util.Key
24012401
private java.lang.String name;
24022402

2403-
/** Resource name of the deployment. Format:
2403+
/** Identifier. Resource name of the deployment. Format:
24042404
`projects/{project}/locations/{location}/deployments/{deployment}`
24052405
*/
24062406
public java.lang.String getName() {
24072407
return name;
24082408
}
24092409

24102410
/**
2411-
* Resource name of the deployment. Format:
2411+
* Identifier. Resource name of the deployment. Format:
24122412
* `projects/{project}/locations/{location}/deployments/{deployment}`
24132413
*/
24142414
public Patch setName(java.lang.String name) {

clients/google-api-services-config/v1/2.0.0/com/google/api/services/config/v1/model/Deployment.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public final class Deployment extends com.google.api.client.json.GenericJson {
105105
private java.lang.Boolean importExistingResources;
106106

107107
/**
108-
* User-defined metadata for the deployment.
108+
* Optional. User-defined metadata for the deployment.
109109
* The value may be {@code null}.
110110
*/
111111
@com.google.api.client.util.Key
@@ -127,7 +127,7 @@ public final class Deployment extends com.google.api.client.json.GenericJson {
127127
private java.lang.String lockState;
128128

129129
/**
130-
* Resource name of the deployment. Format:
130+
* Identifier. Resource name of the deployment. Format:
131131
* `projects/{project}/locations/{location}/deployments/{deployment}`
132132
* The value may be {@code null}.
133133
*/
@@ -386,15 +386,15 @@ public Deployment setImportExistingResources(java.lang.Boolean importExistingRes
386386
}
387387

388388
/**
389-
* User-defined metadata for the deployment.
389+
* Optional. User-defined metadata for the deployment.
390390
* @return value or {@code null} for none
391391
*/
392392
public java.util.Map<String, java.lang.String> getLabels() {
393393
return labels;
394394
}
395395

396396
/**
397-
* User-defined metadata for the deployment.
397+
* Optional. User-defined metadata for the deployment.
398398
* @param labels labels or {@code null} for none
399399
*/
400400
public Deployment setLabels(java.util.Map<String, java.lang.String> labels) {
@@ -439,7 +439,7 @@ public Deployment setLockState(java.lang.String lockState) {
439439
}
440440

441441
/**
442-
* Resource name of the deployment. Format:
442+
* Identifier. Resource name of the deployment. Format:
443443
* `projects/{project}/locations/{location}/deployments/{deployment}`
444444
* @return value or {@code null} for none
445445
*/
@@ -448,7 +448,7 @@ public java.lang.String getName() {
448448
}
449449

450450
/**
451-
* Resource name of the deployment. Format:
451+
* Identifier. Resource name of the deployment. Format:
452452
* `projects/{project}/locations/{location}/deployments/{deployment}`
453453
* @param name name or {@code null} for none
454454
*/

clients/google-api-services-config/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-config</artifactId>
11-
<version>v1-rev20250409-2.0.0</version>
12-
<name>Infrastructure Manager API v1-rev20250409-2.0.0</name>
11+
<version>v1-rev20250528-2.0.0</version>
12+
<name>Infrastructure Manager API v1-rev20250528-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)