diff --git a/clients/google-api-services-serviceusage/v1/2.0.0/README.md b/clients/google-api-services-serviceusage/v1/2.0.0/README.md index bfb2cf457f8..6b3209620e4 100644 --- a/clients/google-api-services-serviceusage/v1/2.0.0/README.md +++ b/clients/google-api-services-serviceusage/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-serviceusage - v1-rev20251021-2.0.0 + v1-rev20260210-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20251021-2.0.0' + implementation 'com.google.apis:google-api-services-serviceusage:v1-rev20260210-2.0.0' } ``` diff --git a/clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/ServiceUsage.java b/clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/ServiceUsage.java index 13605a1895b..507396f62ee 100644 --- a/clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/ServiceUsage.java +++ b/clients/google-api-services-serviceusage/v1/2.0.0/com/google/api/services/serviceusage/v1/ServiceUsage.java @@ -103,7 +103,7 @@ public class ServiceUsage extends com.google.api.client.googleapis.services.json * {@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: @@ -738,9 +738,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 result in + * 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. */ @@ -748,10 +748,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; @@ -759,9 +760,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 result in + * 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. */ @@ -1835,8 +1836,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: @@ -462,9 +462,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 result in + * 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. */ @@ -472,10 +472,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; @@ -483,9 +484,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 result in + * 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. */ @@ -4121,8 +4122,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: *