Skip to content

Commit 077e750

Browse files
1 parent 58e6d9f commit 077e750

File tree

4 files changed

+15
-15
lines changed

4 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-rev20240424-2.0.0</version>
25+
<version>v1-rev20240710-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-rev20240424-2.0.0'
38+
implementation 'com.google.apis:google-api-services-config:v1-rev20240710-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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
public final class TerraformBlueprint extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Required. URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may
36-
* also specify an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
35+
* URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may also specify
36+
* an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private java.lang.String gcsSource;
4141

4242
/**
43-
* Required. URI of a public Git repo.
43+
* URI of a public Git repo.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -54,17 +54,17 @@ public final class TerraformBlueprint extends com.google.api.client.json.Generic
5454
private java.util.Map<String, TerraformVariable> inputValues;
5555

5656
/**
57-
* Required. URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may
58-
* also specify an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
57+
* URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may also specify
58+
* an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
5959
* @return value or {@code null} for none
6060
*/
6161
public java.lang.String getGcsSource() {
6262
return gcsSource;
6363
}
6464

6565
/**
66-
* Required. URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may
67-
* also specify an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
66+
* URI of an object in Google Cloud Storage. Format: `gs://{bucket}/{object}` URI may also specify
67+
* an object version for zipped objects. Format: `gs://{bucket}/{object}#{version}`
6868
* @param gcsSource gcsSource or {@code null} for none
6969
*/
7070
public TerraformBlueprint setGcsSource(java.lang.String gcsSource) {
@@ -73,15 +73,15 @@ public TerraformBlueprint setGcsSource(java.lang.String gcsSource) {
7373
}
7474

7575
/**
76-
* Required. URI of a public Git repo.
76+
* URI of a public Git repo.
7777
* @return value or {@code null} for none
7878
*/
7979
public GitSource getGitSource() {
8080
return gitSource;
8181
}
8282

8383
/**
84-
* Required. URI of a public Git repo.
84+
* URI of a public Git repo.
8585
* @param gitSource gitSource or {@code null} for none
8686
*/
8787
public TerraformBlueprint setGitSource(GitSource gitSource) {

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

0 commit comments

Comments
 (0)