Skip to content

Commit 7423da3

Browse files
1 parent 94e5331 commit 7423da3

File tree

12 files changed

+90
-90
lines changed

12 files changed

+90
-90
lines changed

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
25-
<version>alpha-rev20241122-2.0.0</version>
25+
<version>alpha-rev20250102-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-deploymentmanager:alpha-rev20241122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/alpha/2.0.0/com/google/api/services/deploymentmanager/model/ErrorInfo.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
4848
private java.lang.String domain;
4949

5050
/**
51-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
52-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
53-
* current value of an exceeded limit, the units should be contained in the key, not the value.
54-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
55-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
56-
* created in a single (batch) request.
51+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
52+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
53+
* When identifying the current value of an exceeded limit, the units should be contained in the
54+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
55+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
56+
* instances that can be created in a single (batch) request.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
60-
private java.util.Map<String, java.lang.String> metadata;
60+
private java.util.Map<String, java.lang.String> metadatas;
6161

6262
/**
6363
* The reason of the error. This is a constant value that identifies the proximate cause of the
@@ -94,29 +94,29 @@ public ErrorInfo setDomain(java.lang.String domain) {
9494
}
9595

9696
/**
97-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
98-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
99-
* current value of an exceeded limit, the units should be contained in the key, not the value.
100-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
101-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
102-
* created in a single (batch) request.
97+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
98+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
99+
* When identifying the current value of an exceeded limit, the units should be contained in the
100+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
101+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
102+
* instances that can be created in a single (batch) request.
103103
* @return value or {@code null} for none
104104
*/
105-
public java.util.Map<String, java.lang.String> getMetadata() {
106-
return metadata;
105+
public java.util.Map<String, java.lang.String> getMetadatas() {
106+
return metadatas;
107107
}
108108

109109
/**
110-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
111-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
112-
* current value of an exceeded limit, the units should be contained in the key, not the value.
113-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
114-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
115-
* created in a single (batch) request.
116-
* @param metadata metadata or {@code null} for none
110+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
111+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
112+
* When identifying the current value of an exceeded limit, the units should be contained in the
113+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
114+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
115+
* instances that can be created in a single (batch) request.
116+
* @param metadatas metadatas or {@code null} for none
117117
*/
118-
public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> metadata) {
119-
this.metadata = metadata;
118+
public ErrorInfo setMetadatas(java.util.Map<String, java.lang.String> metadatas) {
119+
this.metadatas = metadatas;
120120
return this;
121121
}
122122

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
11-
<version>alpha-rev20241122-2.0.0</version>
12-
<name>Cloud Deployment Manager V2 API alpha-rev20241122-2.0.0</name>
11+
<version>alpha-rev20250102-2.0.0</version>
12+
<name>Cloud Deployment Manager V2 API alpha-rev20250102-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-deploymentmanager/alpha/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-deploymentmanager</artifactId>
25-
<version>alpha-rev20241122-2.0.0</version>
25+
<version>alpha-rev20250102-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-deploymentmanager:alpha-rev20241122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:alpha-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2/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-deploymentmanager</artifactId>
25-
<version>v2-rev20241122-2.0.0</version>
25+
<version>v2-rev20250102-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-deploymentmanager:v2-rev20241122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:v2-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2/2.0.0/com/google/api/services/deploymentmanager/model/ErrorInfo.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
4848
private java.lang.String domain;
4949

5050
/**
51-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
52-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
53-
* current value of an exceeded limit, the units should be contained in the key, not the value.
54-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
55-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
56-
* created in a single (batch) request.
51+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
52+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
53+
* When identifying the current value of an exceeded limit, the units should be contained in the
54+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
55+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
56+
* instances that can be created in a single (batch) request.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
60-
private java.util.Map<String, java.lang.String> metadata;
60+
private java.util.Map<String, java.lang.String> metadatas;
6161

6262
/**
6363
* The reason of the error. This is a constant value that identifies the proximate cause of the
@@ -94,29 +94,29 @@ public ErrorInfo setDomain(java.lang.String domain) {
9494
}
9595

9696
/**
97-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
98-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
99-
* current value of an exceeded limit, the units should be contained in the key, not the value.
100-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
101-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
102-
* created in a single (batch) request.
97+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
98+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
99+
* When identifying the current value of an exceeded limit, the units should be contained in the
100+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
101+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
102+
* instances that can be created in a single (batch) request.
103103
* @return value or {@code null} for none
104104
*/
105-
public java.util.Map<String, java.lang.String> getMetadata() {
106-
return metadata;
105+
public java.util.Map<String, java.lang.String> getMetadatas() {
106+
return metadatas;
107107
}
108108

109109
/**
110-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
111-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
112-
* current value of an exceeded limit, the units should be contained in the key, not the value.
113-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
114-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
115-
* created in a single (batch) request.
116-
* @param metadata metadata or {@code null} for none
110+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
111+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
112+
* When identifying the current value of an exceeded limit, the units should be contained in the
113+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
114+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
115+
* instances that can be created in a single (batch) request.
116+
* @param metadatas metadatas or {@code null} for none
117117
*/
118-
public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> metadata) {
119-
this.metadata = metadata;
118+
public ErrorInfo setMetadatas(java.util.Map<String, java.lang.String> metadatas) {
119+
this.metadatas = metadatas;
120120
return this;
121121
}
122122

clients/google-api-services-deploymentmanager/v2/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-deploymentmanager</artifactId>
11-
<version>v2-rev20241122-2.0.0</version>
12-
<name>Cloud Deployment Manager V2 API v2-rev20241122-2.0.0</name>
11+
<version>v2-rev20250102-2.0.0</version>
12+
<name>Cloud Deployment Manager V2 API v2-rev20250102-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-deploymentmanager/v2/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-deploymentmanager</artifactId>
25-
<version>v2-rev20241122-2.0.0</version>
25+
<version>v2-rev20250102-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-deploymentmanager:v2-rev20241122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:v2-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2beta/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-deploymentmanager</artifactId>
25-
<version>v2beta-rev20241122-2.0.0</version>
25+
<version>v2beta-rev20250102-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-deploymentmanager:v2beta-rev20241122-2.0.0'
38+
implementation 'com.google.apis:google-api-services-deploymentmanager:v2beta-rev20250102-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-deploymentmanager/v2beta/2.0.0/com/google/api/services/deploymentmanager/model/ErrorInfo.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ public final class ErrorInfo extends com.google.api.client.json.GenericJson {
4848
private java.lang.String domain;
4949

5050
/**
51-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
52-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
53-
* current value of an exceeded limit, the units should be contained in the key, not the value.
54-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
55-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
56-
* created in a single (batch) request.
51+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
52+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
53+
* When identifying the current value of an exceeded limit, the units should be contained in the
54+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
55+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
56+
* instances that can be created in a single (batch) request.
5757
* The value may be {@code null}.
5858
*/
5959
@com.google.api.client.util.Key
60-
private java.util.Map<String, java.lang.String> metadata;
60+
private java.util.Map<String, java.lang.String> metadatas;
6161

6262
/**
6363
* The reason of the error. This is a constant value that identifies the proximate cause of the
@@ -94,29 +94,29 @@ public ErrorInfo setDomain(java.lang.String domain) {
9494
}
9595

9696
/**
97-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
98-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
99-
* current value of an exceeded limit, the units should be contained in the key, not the value.
100-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
101-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
102-
* created in a single (batch) request.
97+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
98+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
99+
* When identifying the current value of an exceeded limit, the units should be contained in the
100+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
101+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
102+
* instances that can be created in a single (batch) request.
103103
* @return value or {@code null} for none
104104
*/
105-
public java.util.Map<String, java.lang.String> getMetadata() {
106-
return metadata;
105+
public java.util.Map<String, java.lang.String> getMetadatas() {
106+
return metadatas;
107107
}
108108

109109
/**
110-
* Additional structured details about this error. Keys must match /a-z+/ but should ideally be
111-
* lowerCamelCase. Also they must be limited to 64 characters in length. When identifying the
112-
* current value of an exceeded limit, the units should be contained in the key, not the value.
113-
* For example, rather than {"instanceLimit": "100/request"}, should be returned as,
114-
* {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be
115-
* created in a single (batch) request.
116-
* @param metadata metadata or {@code null} for none
110+
* Additional structured details about this error. Keys must match a regular expression of `a-z+`
111+
* but should ideally be lowerCamelCase. Also, they must be limited to 64 characters in length.
112+
* When identifying the current value of an exceeded limit, the units should be contained in the
113+
* key, not the value. For example, rather than `{"instanceLimit": "100/request"}`, should be
114+
* returned as, `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
115+
* instances that can be created in a single (batch) request.
116+
* @param metadatas metadatas or {@code null} for none
117117
*/
118-
public ErrorInfo setMetadata(java.util.Map<String, java.lang.String> metadata) {
119-
this.metadata = metadata;
118+
public ErrorInfo setMetadatas(java.util.Map<String, java.lang.String> metadatas) {
119+
this.metadatas = metadatas;
120120
return this;
121121
}
122122

0 commit comments

Comments
 (0)