Skip to content

Commit 561c215

Browse files
chore: Migrate gsutil usage to gcloud storage
1 parent c2c9a84 commit 561c215

File tree

10 files changed

+30
-30
lines changed

10 files changed

+30
-30
lines changed

clients/google-api-services-cloudasset/v1/1.26.0/com/google/api/services/cloudasset/v1/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}.
@@ -52,7 +52,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5252
private java.lang.String uriPrefix;
5353

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

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

clients/google-api-services-cloudasset/v1/1.27.0/com/google/api/services/cloudasset/v1/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}.
@@ -52,7 +52,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5252
private java.lang.String uriPrefix;
5353

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

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

clients/google-api-services-cloudasset/v1/1.28.0/com/google/api/services/cloudasset/v1/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}.
@@ -52,7 +52,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5252
private java.lang.String uriPrefix;
5353

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

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

clients/google-api-services-cloudasset/v1/1.29.2/com/google/api/services/cloudasset/v1/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}.
@@ -52,7 +52,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5252
private java.lang.String uriPrefix;
5353

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

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

clients/google-api-services-cloudasset/v1/1.30.1/com/google/api/services/cloudasset/v1/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. Example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. 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}.
@@ -52,7 +52,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5252
private java.lang.String uriPrefix;
5353

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

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

clients/google-api-services-cloudasset/v1/1.31.0/com/google/api/services/cloudasset/v1/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. Example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. 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
* If the specified Cloud Storage object already exists and there is no
@@ -55,7 +55,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5555
private java.lang.String uriPrefix;
5656

5757
/**
58-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. Example:
58+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. Example:
5959
* "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
@@ -68,7 +68,7 @@ public java.lang.String getUri() {
6868
}
6969

7070
/**
71-
* The uri of the Cloud Storage object. It's the same uri that is used by gsutil. Example:
71+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. Example:
7272
* "gs://bucket_name/object_name". See [Viewing and Editing Object
7373
* Metadata](https://cloud.google.com/storage/docs/viewing-editing-metadata) for more information.
7474
* 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/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. Example:
33+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. 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
* If the specified Cloud Storage object already exists and there is no
@@ -55,7 +55,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5555
private java.lang.String uriPrefix;
5656

5757
/**
58-
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. Example:
58+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. Example:
5959
* "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
@@ -68,7 +68,7 @@ public java.lang.String getUri() {
6868
}
6969

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

clients/google-api-services-cloudasset/v1p7beta1/1.31.0/com/google/api/services/cloudasset/v1p7beta1/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. Example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. 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}.
@@ -53,7 +53,7 @@ public final class GcsDestination extends com.google.api.client.json.GenericJson
5353
private java.lang.String uriPrefix;
5454

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

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

clients/google-api-services-cloudasset/v1p7beta1/1.31.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleCloudAssetV1p7beta1GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudAssetV1p7beta1GcsDestination 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. Example:
33+
* The uri of the Cloud Storage object. It's the same uri that is used by gcloud storage. 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}.
@@ -53,7 +53,7 @@ public final class GoogleCloudAssetV1p7beta1GcsDestination extends com.google.ap
5353
private java.lang.String uriPrefix;
5454

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

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

clients/google-api-services-cloudasset/v1p7beta1/2.0.0/com/google/api/services/cloudasset/v1p7beta1/model/GoogleCloudAssetV1p7beta1GcsDestination.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class GoogleCloudAssetV1p7beta1GcsDestination 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. Example:
33+
* The URI of the Cloud Storage object. It's the same URI that is used by gcloud storage. 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}.
@@ -53,7 +53,7 @@ public final class GoogleCloudAssetV1p7beta1GcsDestination extends com.google.ap
5353
private java.lang.String uriPrefix;
5454

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

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

0 commit comments

Comments
 (0)