Skip to content

Commit b33898e

Browse files
1 parent 2281e12 commit b33898e

File tree

6 files changed

+15
-15
lines changed

6 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class TerraformBlueprint extends com.google.api.client.json.Generic
4747
private GitSource gitSource;
4848

4949
/**
50-
* Input variable values for the Terraform blueprint.
50+
* Optional. Input variable values for the Terraform blueprint.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -90,15 +90,15 @@ public TerraformBlueprint setGitSource(GitSource gitSource) {
9090
}
9191

9292
/**
93-
* Input variable values for the Terraform blueprint.
93+
* Optional. Input variable values for the Terraform blueprint.
9494
* @return value or {@code null} for none
9595
*/
9696
public java.util.Map<String, TerraformVariable> getInputValues() {
9797
return inputValues;
9898
}
9999

100100
/**
101-
* Input variable values for the Terraform blueprint.
101+
* Optional. Input variable values for the Terraform blueprint.
102102
* @param inputValues inputValues or {@code null} for none
103103
*/
104104
public TerraformBlueprint setInputValues(java.util.Map<String, TerraformVariable> inputValues) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public final class TerraformError extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Original error response from underlying Google API, if available.
34+
* Output only. Original error response from underlying Google API, if available.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -60,15 +60,15 @@ public final class TerraformError extends com.google.api.client.json.GenericJson
6060
private java.lang.String resourceAddress;
6161

6262
/**
63-
* Original error response from underlying Google API, if available.
63+
* Output only. Original error response from underlying Google API, if available.
6464
* @return value or {@code null} for none
6565
*/
6666
public Status getError() {
6767
return error;
6868
}
6969

7070
/**
71-
* Original error response from underlying Google API, if available.
71+
* Output only. Original error response from underlying Google API, if available.
7272
* @param error error or {@code null} for none
7373
*/
7474
public TerraformError setError(Status error) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@
3131
public final class TerraformVariable extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* Input variable value.
34+
* Optional. Input variable value.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.Object inputValue;
3939

4040
/**
41-
* Input variable value.
41+
* Optional. Input variable value.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.Object getInputValue() {
4545
return inputValue;
4646
}
4747

4848
/**
49-
* Input variable value.
49+
* Optional. Input variable value.
5050
* @param inputValue inputValue or {@code null} for none
5151
*/
5252
public TerraformVariable setInputValue(java.lang.Object inputValue) {

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-rev20241205-2.0.0</version>
12-
<name>Infrastructure Manager API v1-rev20241205-2.0.0</name>
11+
<version>v1-rev20241211-2.0.0</version>
12+
<name>Infrastructure Manager API v1-rev20241211-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-rev20241205-2.0.0</version>
25+
<version>v1-rev20241211-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-rev20241205-2.0.0'
38+
implementation 'com.google.apis:google-api-services-config:v1-rev20241211-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)