diff --git a/clients/google-api-services-cloudasset/v1/1.31.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java b/clients/google-api-services-cloudasset/v1/1.31.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java index 33206e23c6b..7a31378162d 100644 --- a/clients/google-api-services-cloudasset/v1/1.31.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1/1.31.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java @@ -30,7 +30,7 @@ public final class GoogleCloudAssetV1GcsDestination extends com.google.api.client.json.GenericJson { /** - * Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. + * Required. The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. * Example: "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * If the specified Cloud Storage object already exists and there is no @@ -42,7 +42,7 @@ public final class GoogleCloudAssetV1GcsDestination extends com.google.api.clien private java.lang.String uri; /** - * Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. + * Required. The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. * Example: "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * If the specified Cloud Storage object already exists and there is no @@ -55,7 +55,7 @@ public java.lang.String getUri() { } /** - * Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. + * Required. The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. * Example: "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * If the specified Cloud Storage object already exists and there is no diff --git a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java index b84c1f13ba0..fd524d59c15 100644 --- a/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java @@ -30,7 +30,7 @@ public final class GoogleCloudAssetV1GcsDestination extends com.google.api.client.json.GenericJson { /** - * Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil. + * Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. * Example: "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * If the specified Cloud Storage object already exists and there is no @@ -42,7 +42,7 @@ public final class GoogleCloudAssetV1GcsDestination extends com.google.api.clien private java.lang.String uri; /** - * Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil. + * Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. * Example: "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * If the specified Cloud Storage object already exists and there is no @@ -55,7 +55,7 @@ public java.lang.String getUri() { } /** - * Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil. + * Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. * Example: "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * If the specified Cloud Storage object already exists and there is no diff --git a/clients/google-api-services-cloudasset/v1beta1/1.26.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/1.26.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index b9ff224282b..8668865aea3 100644 --- a/clients/google-api-services-cloudasset/v1beta1/1.26.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/1.26.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-cloudasset/v1beta1/1.27.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/1.27.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index b9ff224282b..8668865aea3 100644 --- a/clients/google-api-services-cloudasset/v1beta1/1.27.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/1.27.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-cloudasset/v1beta1/1.28.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/1.28.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index b9ff224282b..8668865aea3 100644 --- a/clients/google-api-services-cloudasset/v1beta1/1.28.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/1.28.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-cloudasset/v1beta1/1.29.2/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/1.29.2/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index b9ff224282b..8668865aea3 100644 --- a/clients/google-api-services-cloudasset/v1beta1/1.29.2/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/1.29.2/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-cloudasset/v1beta1/1.30.1/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/1.30.1/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index 84390d9c7ea..2215b4e1935 100644 --- a/clients/google-api-services-cloudasset/v1beta1/1.30.1/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/1.30.1/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-cloudasset/v1beta1/1.31.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/1.31.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index 84390d9c7ea..2215b4e1935 100644 --- a/clients/google-api-services-cloudasset/v1beta1/1.31.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/1.31.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: + * The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java index f62b4e3b8f2..ab8a04c5754 100644 --- a/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java +++ b/clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java @@ -30,7 +30,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson { /** - * The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example: + * The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * The value may be {@code null}. @@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson private java.lang.String uriPrefix; /** - * The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example: + * The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @return value or {@code null} for none @@ -61,7 +61,7 @@ public java.lang.String getUri() { } /** - * The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example: + * The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example: * "gs://bucket_name/object_name". See [Viewing and Editing Object * Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information. * @param uri uri or {@code null} for none diff --git a/clients/google-api-services-toolresults/v1beta3/1.31.0/com/google/api/services/toolresults/model/FileReference.java b/clients/google-api-services-toolresults/v1beta3/1.31.0/com/google/api/services/toolresults/model/FileReference.java index 19ef86c5d38..881f7d95d0e 100644 --- a/clients/google-api-services-toolresults/v1beta3/1.31.0/com/google/api/services/toolresults/model/FileReference.java +++ b/clients/google-api-services-toolresults/v1beta3/1.31.0/com/google/api/services/toolresults/model/FileReference.java @@ -32,7 +32,7 @@ public final class FileReference extends com.google.api.client.json.GenericJson /** * The URI of a file stored in Google Cloud Storage. For example: - * http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format: + * http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format: * gs://mybucket/path/to/test.xml with version-specific info, * gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if * the URI format is not supported. - In response: always set - In create/update request: always @@ -44,7 +44,7 @@ public final class FileReference extends com.google.api.client.json.GenericJson /** * The URI of a file stored in Google Cloud Storage. For example: - * http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format: + * http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format: * gs://mybucket/path/to/test.xml with version-specific info, * gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if * the URI format is not supported. - In response: always set - In create/update request: always @@ -57,7 +57,7 @@ public java.lang.String getFileUri() { /** * The URI of a file stored in Google Cloud Storage. For example: - * http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format: + * http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format: * gs://mybucket/path/to/test.xml with version-specific info, * gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if * the URI format is not supported. - In response: always set - In create/update request: always