diff --git a/clients/google-api-services-datafusion/v1/2.0.0/README.md b/clients/google-api-services-datafusion/v1/2.0.0/README.md index 6d662454193..05bd74b455c 100644 --- a/clients/google-api-services-datafusion/v1/2.0.0/README.md +++ b/clients/google-api-services-datafusion/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-datafusion - v1-rev20251203-2.0.0 + v1-rev20260202-2.0.0 @@ -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' } ``` diff --git a/clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/DataFusion.java b/clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/DataFusion.java index 542483caf7a..d1abeffbfab 100644 --- a/clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/DataFusion.java +++ b/clients/google-api-services-datafusion/v1/2.0.0/com/google/api/services/datafusion/v1/DataFusion.java @@ -103,7 +103,7 @@ public class DataFusion extends com.google.api.client.googleapis.services.json.A * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -3184,9 +3184,9 @@ 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. */ @@ -3194,10 +3194,11 @@ public List setPageToken(java.lang.String pageToken) { 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; @@ -3205,9 +3206,9 @@ public java.lang.Boolean getReturnPartialSuccess() { /** * 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. */ @@ -3491,8 +3492,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: * * @param jsonFactory JSON factory, which may be: @@ -4182,9 +4182,9 @@ 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. */ @@ -4192,10 +4192,11 @@ public List setPageToken(java.lang.String pageToken) { 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; @@ -4203,9 +4204,9 @@ public java.lang.Boolean getReturnPartialSuccess() { /** * 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. */ @@ -4489,8 +4490,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *