Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-datafusion/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datafusion</artifactId>
<version>v1-rev20251203-2.0.0</version>
<version>v1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20251203-2.0.0'
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3184,30 +3184,31 @@ public List setPageToken(java.lang.String pageToken) {

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

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

/**
* When set to `true`, operations that are reachable are returned as normal, and those
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
* This can only be `true` when reading across collections e.g. when `parent` is set to
* `"projects/example/locations/-"`. This field is not by default supported and will
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
* can only be `true` when reading across collections. For example, when `parent` is set
* to `"projects/example/locations/-"`. This field is not supported by default and will
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
* service or product specific documentation.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen

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

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

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
@SuppressWarnings("javadoc")
public final class LoggingConfig extends com.google.api.client.json.GenericJson {

/**
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
* only in CDF patch revision versions 6.11.1.1 and above.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean enableInstanceV2Logs;

/**
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
* default, instance logs are written to Cloud Logging.
Expand All @@ -38,6 +46,25 @@ public final class LoggingConfig extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.Boolean instanceCloudLoggingDisabled;

/**
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
* only in CDF patch revision versions 6.11.1.1 and above.
* @return value or {@code null} for none
*/
public java.lang.Boolean getEnableInstanceV2Logs() {
return enableInstanceV2Logs;
}

/**
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
* only in CDF patch revision versions 6.11.1.1 and above.
* @param enableInstanceV2Logs enableInstanceV2Logs or {@code null} for none
*/
public LoggingConfig setEnableInstanceV2Logs(java.lang.Boolean enableInstanceV2Logs) {
this.enableInstanceV2Logs = enableInstanceV2Logs;
return this;
}

/**
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
* default, instance logs are written to Cloud Logging.
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datafusion/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datafusion</artifactId>
<version>v1-rev20251203-2.0.0</version>
<name>Cloud Data Fusion API v1-rev20251203-2.0.0</name>
<version>v1-rev20260202-2.0.0</version>
<name>Cloud Data Fusion API v1-rev20260202-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datafusion/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datafusion</artifactId>
<version>v1-rev20251203-2.0.0</version>
<version>v1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20251203-2.0.0'
implementation 'com.google.apis:google-api-services-datafusion:v1-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datafusion</artifactId>
<version>v1beta1-rev20251203-2.0.0</version>
<version>v1beta1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20251203-2.0.0'
implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20260202-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4182,30 +4182,31 @@ public List setPageToken(java.lang.String pageToken) {

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

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

/**
* When set to `true`, operations that are reachable are returned as normal, and those
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
* This can only be `true` when reading across collections e.g. when `parent` is set to
* `"projects/example/locations/-"`. This field is not by default supported and will
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
* can only be `true` when reading across collections. For example, when `parent` is set
* to `"projects/example/locations/-"`. This field is not supported by default and will
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
* service or product specific documentation.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen

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

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

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
@SuppressWarnings("javadoc")
public final class LoggingConfig extends com.google.api.client.json.GenericJson {

/**
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
* only in CDF patch revision versions 6.11.1.1 and above.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean enableInstanceV2Logs;

/**
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
* default, instance logs are written to Cloud Logging.
Expand All @@ -38,6 +46,25 @@ public final class LoggingConfig extends com.google.api.client.json.GenericJson
@com.google.api.client.util.Key
private java.lang.Boolean instanceCloudLoggingDisabled;

/**
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
* only in CDF patch revision versions 6.11.1.1 and above.
* @return value or {@code null} for none
*/
public java.lang.Boolean getEnableInstanceV2Logs() {
return enableInstanceV2Logs;
}

/**
* Optional. Option to enable the InstanceV2 logging for this instance. This field is supported
* only in CDF patch revision versions 6.11.1.1 and above.
* @param enableInstanceV2Logs enableInstanceV2Logs or {@code null} for none
*/
public LoggingConfig setEnableInstanceV2Logs(java.lang.Boolean enableInstanceV2Logs) {
this.enableInstanceV2Logs = enableInstanceV2Logs;
return this;
}

/**
* Optional. Option to determine whether instance logs should be written to Cloud Logging. By
* default, instance logs are written to Cloud Logging.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datafusion</artifactId>
<version>v1beta1-rev20251203-2.0.0</version>
<name>Cloud Data Fusion API v1beta1-rev20251203-2.0.0</name>
<version>v1beta1-rev20260202-2.0.0</version>
<name>Cloud Data Fusion API v1beta1-rev20260202-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-datafusion/v1beta1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-datafusion</artifactId>
<version>v1beta1-rev20251203-2.0.0</version>
<version>v1beta1-rev20260202-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20251203-2.0.0'
implementation 'com.google.apis:google-api-services-datafusion:v1beta1-rev20260202-2.0.0'
}
```

Expand Down