Skip to content

Commit c75b2d8

Browse files
chore: regenerate datafusion client
1 parent 38c1764 commit c75b2d8

File tree

12 files changed

+98
-44
lines changed

12 files changed

+98
-44
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-rev20251203-2.0.0</version>
25+
<version>v1-rev20260202-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-rev20251203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20260202-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class DataFusion extends com.google.api.client.googleapis.services.json.A
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -3184,30 +3184,31 @@ public List setPageToken(java.lang.String pageToken) {
31843184

31853185
/**
31863186
* When set to `true`, operations that are reachable are returned as normal, and those
3187-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
3188-
* This can only be `true` when reading across collections e.g. when `parent` is set to
3189-
* `"projects/example/locations/-"`. This field is not by default supported and will
3187+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
3188+
* can only be `true` when reading across collections. For example, when `parent` is set
3189+
* to `"projects/example/locations/-"`. This field is not supported by default and will
31903190
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
31913191
* service or product specific documentation.
31923192
*/
31933193
@com.google.api.client.util.Key
31943194
private java.lang.Boolean returnPartialSuccess;
31953195

31963196
/** When set to `true`, operations that are reachable are returned as normal, and those that are
3197-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
3198-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
3199-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
3200-
explicitly documented otherwise in service or product specific documentation.
3197+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
3198+
when reading across collections. For example, when `parent` is set to
3199+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
3200+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
3201+
documentation.
32013202
*/
32023203
public java.lang.Boolean getReturnPartialSuccess() {
32033204
return returnPartialSuccess;
32043205
}
32053206

32063207
/**
32073208
* When set to `true`, operations that are reachable are returned as normal, and those
3208-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
3209-
* This can only be `true` when reading across collections e.g. when `parent` is set to
3210-
* `"projects/example/locations/-"`. This field is not by default supported and will
3209+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
3210+
* can only be `true` when reading across collections. For example, when `parent` is set
3211+
* to `"projects/example/locations/-"`. This field is not supported by default and will
32113212
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
32123213
* service or product specific documentation.
32133214
*/
@@ -3491,8 +3492,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
34913492
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
34923493
* <li>Android: {@code newCompatibleTransport} from
34933494
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
3494-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
3495-
* </li>
3495+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
34963496
* </ul>
34973497
* @param jsonFactory JSON factory, which may be:
34983498
* <ul>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class LoggingConfig extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
35+
* only in CDF patch revision versions 6.11.1.1 and above.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Boolean enableInstanceV2Logs;
40+
3341
/**
3442
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
3543
* default, instance logs are written to Cloud Logging.
@@ -38,6 +46,25 @@ public final class LoggingConfig extends com.google.api.client.json.GenericJson
3846
@com.google.api.client.util.Key
3947
private java.lang.Boolean instanceCloudLoggingDisabled;
4048

49+
/**
50+
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
51+
* only in CDF patch revision versions 6.11.1.1 and above.
52+
* @return value or {@code null} for none
53+
*/
54+
public java.lang.Boolean getEnableInstanceV2Logs() {
55+
return enableInstanceV2Logs;
56+
}
57+
58+
/**
59+
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
60+
* only in CDF patch revision versions 6.11.1.1 and above.
61+
* @param enableInstanceV2Logs enableInstanceV2Logs or {@code null} for none
62+
*/
63+
public LoggingConfig setEnableInstanceV2Logs(java.lang.Boolean enableInstanceV2Logs) {
64+
this.enableInstanceV2Logs = enableInstanceV2Logs;
65+
return this;
66+
}
67+
4168
/**
4269
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
4370
* default, instance logs are written to Cloud Logging.

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-rev20251203-2.0.0</version>
12-
<name>Cloud Data Fusion API v1-rev20251203-2.0.0</name>
11+
<version>v1-rev20260202-2.0.0</version>
12+
<name>Cloud Data Fusion API v1-rev20260202-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-rev20251203-2.0.0</version>
25+
<version>v1-rev20260202-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-rev20251203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20260202-2.0.0'
3939
}
4040
```
4141

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

clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/DataFusion.java

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public class DataFusion extends com.google.api.client.googleapis.services.json.A
103103
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
104104
* <li>Android: {@code newCompatibleTransport} from
105105
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
106-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
106+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
107107
* </li>
108108
* </ul>
109109
* @param jsonFactory JSON factory, which may be:
@@ -4182,30 +4182,31 @@ public List setPageToken(java.lang.String pageToken) {
41824182

41834183
/**
41844184
* When set to `true`, operations that are reachable are returned as normal, and those
4185-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4186-
* This can only be `true` when reading across collections e.g. when `parent` is set to
4187-
* `"projects/example/locations/-"`. This field is not by default supported and will
4185+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
4186+
* can only be `true` when reading across collections. For example, when `parent` is set
4187+
* to `"projects/example/locations/-"`. This field is not supported by default and will
41884188
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
41894189
* service or product specific documentation.
41904190
*/
41914191
@com.google.api.client.util.Key
41924192
private java.lang.Boolean returnPartialSuccess;
41934193

41944194
/** When set to `true`, operations that are reachable are returned as normal, and those that are
4195-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
4196-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
4197-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
4198-
explicitly documented otherwise in service or product specific documentation.
4195+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
4196+
when reading across collections. For example, when `parent` is set to
4197+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
4198+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
4199+
documentation.
41994200
*/
42004201
public java.lang.Boolean getReturnPartialSuccess() {
42014202
return returnPartialSuccess;
42024203
}
42034204

42044205
/**
42054206
* When set to `true`, operations that are reachable are returned as normal, and those
4206-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
4207-
* This can only be `true` when reading across collections e.g. when `parent` is set to
4208-
* `"projects/example/locations/-"`. This field is not by default supported and will
4207+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
4208+
* can only be `true` when reading across collections. For example, when `parent` is set
4209+
* to `"projects/example/locations/-"`. This field is not supported by default and will
42094210
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
42104211
* service or product specific documentation.
42114212
*/
@@ -4489,8 +4490,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
44894490
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
44904491
* <li>Android: {@code newCompatibleTransport} from
44914492
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
4492-
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
4493-
* </li>
4493+
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
44944494
* </ul>
44954495
* @param jsonFactory JSON factory, which may be:
44964496
* <ul>

clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/ListOperationsResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
4646

4747
/**
4848
* Unordered list. Unreachable resources. Populated when the request sets
49-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
5050
* attempting to list all resources across all supported locations.
5151
* The value may be {@code null}.
5252
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
8989

9090
/**
9191
* Unordered list. Unreachable resources. Populated when the request sets
92-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
9393
* attempting to list all resources across all supported locations.
9494
* @return value or {@code null} for none
9595
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
9999

100100
/**
101101
* Unordered list. Unreachable resources. Populated when the request sets
102-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103103
* attempting to list all resources across all supported locations.
104104
* @param unreachable unreachable or {@code null} for none
105105
*/

clients/google-api-services-datafusion/v1beta1/2.0.0/com/google/api/services/datafusion/v1beta1/model/LoggingConfig.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
@SuppressWarnings("javadoc")
3131
public final class LoggingConfig extends com.google.api.client.json.GenericJson {
3232

33+
/**
34+
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
35+
* only in CDF patch revision versions 6.11.1.1 and above.
36+
* The value may be {@code null}.
37+
*/
38+
@com.google.api.client.util.Key
39+
private java.lang.Boolean enableInstanceV2Logs;
40+
3341
/**
3442
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
3543
* default, instance logs are written to Cloud Logging.
@@ -38,6 +46,25 @@ public final class LoggingConfig extends com.google.api.client.json.GenericJson
3846
@com.google.api.client.util.Key
3947
private java.lang.Boolean instanceCloudLoggingDisabled;
4048

49+
/**
50+
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
51+
* only in CDF patch revision versions 6.11.1.1 and above.
52+
* @return value or {@code null} for none
53+
*/
54+
public java.lang.Boolean getEnableInstanceV2Logs() {
55+
return enableInstanceV2Logs;
56+
}
57+
58+
/**
59+
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
60+
* only in CDF patch revision versions 6.11.1.1 and above.
61+
* @param enableInstanceV2Logs enableInstanceV2Logs or {@code null} for none
62+
*/
63+
public LoggingConfig setEnableInstanceV2Logs(java.lang.Boolean enableInstanceV2Logs) {
64+
this.enableInstanceV2Logs = enableInstanceV2Logs;
65+
return this;
66+
}
67+
4168
/**
4269
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
4370
* default, instance logs are written to Cloud Logging.

0 commit comments

Comments
 (0)