Skip to content

Commit 13bf20f

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent c2c9a84 commit 13bf20f

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

clients/google-api-services-cloudasset/v1/1.31.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudAssetV1GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil.
33+
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage.
3434
* Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* 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
4242
private java.lang.String uri;
4343

4444
/**
45-
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil.
45+
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage.
4646
* Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
4747
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
4848
* If the specified Cloud Storage object already exists and there is no
@@ -55,7 +55,7 @@ public java.lang.String getUri() {
5555
}
5656

5757
/**
58-
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil.
58+
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage.
5959
* Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
6060
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6161
* If the specified Cloud Storage object already exists and there is no

clients/google-api-services-cloudasset/v1/2.0.0/com/google/api/services/cloudasset/v1/model/GoogleCloudAssetV1GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudAssetV1GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
33+
* Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage.
3434
* Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* 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
4242
private java.lang.String uri;
4343

4444
/**
45-
* Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
45+
* Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage.
4646
* Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
4747
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
4848
* If the specified Cloud Storage object already exists and there is no
@@ -55,7 +55,7 @@ public java.lang.String getUri() {
5555
}
5656

5757
/**
58-
* Required. The URI of the Cloud Storage object. It's the same URI that is used by gsutil.
58+
* Required. The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage.
5959
* Example: "gs://bucket_name/object_name". See [Viewing and Editing Object
6060
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6161
* If the specified Cloud Storage object already exists and there is no

clients/google-api-services-cloudasset/v1beta1/1.26.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
54+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
64+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1beta1/1.27.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
54+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
64+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1beta1/1.28.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
54+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
64+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1beta1/1.29.2/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
54+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
64+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1beta1/1.30.1/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
54+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
64+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1beta1/1.31.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
54+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example:
64+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-cloudasset/v1beta1/2.0.0/com/google/api/services/cloudasset/v1beta1/model/GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GcsDestination extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example:
33+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example:
3434
* "gs://bucket_name/object_name". See [Viewing and Editing Object
3535
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
3636
* The value may be {@code null}.
@@ -51,7 +51,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5151
private java.lang.String uriPrefix;
5252

5353
/**
54-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example:
54+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example:
5555
* "gs://bucket_name/object_name". See [Viewing and Editing Object
5656
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
5757
* @return value or {@code null} for none
@@ -61,7 +61,7 @@ public java.lang.String getUri() {
6161
}
6262

6363
/**
64-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. For example:
64+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. For example:
6565
* "gs://bucket_name/object_name". See [Viewing and Editing Object
6666
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
6767
* @param uri uri or {@code null} for none

clients/google-api-services-toolresults/v1beta3/1.31.0/com/google/api/services/toolresults/model/FileReference.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class FileReference extends com.google.api.client.json.GenericJson
3232

3333
/**
3434
* The URI of a file stored in Google Cloud Storage. For example:
35-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format:
35+
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format:
3636
* gs://mybucket/path/to/test.xml with version-specific info,
3737
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if
3838
* 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
4444

4545
/**
4646
* The URI of a file stored in Google Cloud Storage. For example:
47-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format:
47+
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format:
4848
* gs://mybucket/path/to/test.xml with version-specific info,
4949
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if
5050
* the URI format is not supported. - In response: always set - In create/update request: always
@@ -57,7 +57,7 @@ public java.lang.String getFileUri() {
5757

5858
/**
5959
* The URI of a file stored in Google Cloud Storage. For example:
60-
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gsutil format:
60+
* http://storage.googleapis.com/mybucket/path/to/test.xml or in gcloud storage format:
6161
* gs://mybucket/path/to/test.xml with version-specific info,
6262
* gs://mybucket/path/to/test.xml#1360383693690000 An INVALID_ARGUMENT error will be returned if
6363
* the URI format is not supported. - In response: always set - In create/update request: always

0 commit comments

Comments
 (0)