Skip to content

Commit af16aa1

Browse files
1 parent 93932c9 commit af16aa1

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

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

clients/google-api-services-dataform/v1beta1/2.0.0/com/google/api/services/dataform/v1beta1/Dataform.java

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,22 +1410,30 @@ public Delete setName(java.lang.String name) {
14101410
}
14111411

14121412
/**
1413-
* Optional. If set to true, any child resources of this repository will also be deleted.
1414-
* (Otherwise, the request will only succeed if the repository has no child resources.)
1413+
* Optional. If set to true, child resources of this repository (compilation results and
1414+
* workflow invocations) will also be deleted. Otherwise, the request will only succeed if
1415+
* the repository has no child resources. **Note:** *This flag doesn't support deletion of
1416+
* workspaces, release configs or workflow configs. If any of such resources exists in the
1417+
* repository, the request will fail.*.
14151418
*/
14161419
@com.google.api.client.util.Key
14171420
private java.lang.Boolean force;
14181421

1419-
/** Optional. If set to true, any child resources of this repository will also be deleted. (Otherwise,
1420-
the request will only succeed if the repository has no child resources.)
1422+
/** Optional. If set to true, child resources of this repository (compilation results and workflow
1423+
invocations) will also be deleted. Otherwise, the request will only succeed if the repository has
1424+
no child resources. **Note:** *This flag doesn't support deletion of workspaces, release configs or
1425+
workflow configs. If any of such resources exists in the repository, the request will fail.*.
14211426
*/
14221427
public java.lang.Boolean getForce() {
14231428
return force;
14241429
}
14251430

14261431
/**
1427-
* Optional. If set to true, any child resources of this repository will also be deleted.
1428-
* (Otherwise, the request will only succeed if the repository has no child resources.)
1432+
* Optional. If set to true, child resources of this repository (compilation results and
1433+
* workflow invocations) will also be deleted. Otherwise, the request will only succeed if
1434+
* the repository has no child resources. **Note:** *This flag doesn't support deletion of
1435+
* workspaces, release configs or workflow configs. If any of such resources exists in the
1436+
* repository, the request will fail.*.
14291437
*/
14301438
public Delete setForce(java.lang.Boolean force) {
14311439
this.force = force;

clients/google-api-services-dataform/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-dataform</artifactId>
11-
<version>v1beta1-rev20250518-2.0.0</version>
12-
<name>Dataform API v1beta1-rev20250518-2.0.0</name>
11+
<version>v1beta1-rev20250608-2.0.0</version>
12+
<name>Dataform API v1beta1-rev20250608-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)