Skip to content

Commit 69e005c

Browse files
1 parent 3ada8ac commit 69e005c

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

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

clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/model/Instance.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public final class Instance extends com.google.api.client.json.GenericJson {
184184
private NetworkConfig networkConfig;
185185

186186
/**
187-
* Map of additional options used to configure the behavior of Data Fusion instance.
187+
* Optional. Map of additional options used to configure the behavior of Data Fusion instance.
188188
* The value may be {@code null}.
189189
*/
190190
@com.google.api.client.util.Key
@@ -647,15 +647,15 @@ public Instance setNetworkConfig(NetworkConfig networkConfig) {
647647
}
648648

649649
/**
650-
* Map of additional options used to configure the behavior of Data Fusion instance.
650+
* Optional. Map of additional options used to configure the behavior of Data Fusion instance.
651651
* @return value or {@code null} for none
652652
*/
653653
public java.util.Map<String, java.lang.String> getOptions() {
654654
return options;
655655
}
656656

657657
/**
658-
* Map of additional options used to configure the behavior of Data Fusion instance.
658+
* Optional. Map of additional options used to configure the behavior of Data Fusion instance.
659659
* @param options options or {@code null} for none
660660
*/
661661
public Instance setOptions(java.util.Map<String, java.lang.String> options) {

clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/model/OperationMetadata.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ public final class OperationMetadata extends com.google.api.client.json.GenericJ
6262

6363
/**
6464
* Identifies whether the user has requested cancellation of the operation. Operations that have
65-
* successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1,
66-
* corresponding to `Code.CANCELLED`.
65+
* successfully been cancelled have google.longrunning.Operation.error value with a
66+
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
@@ -164,8 +164,8 @@ public OperationMetadata setEndTime(String endTime) {
164164

165165
/**
166166
* Identifies whether the user has requested cancellation of the operation. Operations that have
167-
* successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1,
168-
* corresponding to `Code.CANCELLED`.
167+
* successfully been cancelled have google.longrunning.Operation.error value with a
168+
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
169169
* @return value or {@code null} for none
170170
*/
171171
public java.lang.Boolean getRequestedCancellation() {
@@ -174,8 +174,8 @@ public java.lang.Boolean getRequestedCancellation() {
174174

175175
/**
176176
* Identifies whether the user has requested cancellation of the operation. Operations that have
177-
* successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1,
178-
* corresponding to `Code.CANCELLED`.
177+
* successfully been cancelled have google.longrunning.Operation.error value with a
178+
* google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
179179
* @param requestedCancellation requestedCancellation or {@code null} for none
180180
*/
181181
public OperationMetadata setRequestedCancellation(java.lang.Boolean requestedCancellation) {

clients/google-api-services-datafusion/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-datafusion</artifactId>
11-
<version>v1-rev20241204-2.0.0</version>
12-
<name>Cloud Data Fusion API v1-rev20241204-2.0.0</name>
11+
<version>v1-rev20250117-2.0.0</version>
12+
<name>Cloud Data Fusion API v1-rev20250117-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)