Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/apis/cloudasset/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,7 @@ export namespace cloudasset_v1 {
*/
export interface Schema$GcsDestination {
/**
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. 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 [hold](https://cloud.google.com/storage/docs/object-holds), it will be overwritten with the exported result.
*/
* 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 [hold](https://cloud.google.com/storage/docs/object-holds), it will be overwritten with the exported result. */
uri?: string | null;
/**
* The URI prefix of all generated Cloud Storage objects. Example: "gs://bucket_name/object_name_prefix". Each object URI is in format: "gs://bucket_name/object_name_prefix// and only contains assets for that type. starts from 0. Example: "gs://bucket_name/object_name_prefix/compute.googleapis.com/Disk/0" is the first shard of output objects containing all compute.googleapis.com/Disk assets. An INVALID_ARGUMENT error will be returned if file with the same name "gs://bucket_name/object_name_prefix" already exists.
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudasset/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export namespace cloudasset_v1beta1 {
*/
export interface Schema$GcsDestination {
/**
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. 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 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.
*/
uri?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudasset/v1p4beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export namespace cloudasset_v1p4beta1 {
*/
export interface Schema$GcsDestination {
/**
* Required. The uri of the Cloud Storage object. It's the same uri that is used by gsutil. For example: "gs://bucket_name/object_name". See [Quickstart: Using the gsutil tool] (https://cloud.google.com/storage/docs/quickstart-gsutil) for examples.
* Required. 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 [Quickstart: Using the gcloud storage tool] (https://docs.cloud.google.com/storage/docs/discover-object-storage-gcloud) for examples.
*/
uri?: string | null;
}
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudasset/v1p7beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export namespace cloudasset_v1p7beta1 {
*/
export interface Schema$GoogleCloudAssetV1p7beta1GcsDestination {
/**
* The URI of the Cloud Storage object. It's the same URI that is used by gsutil. 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 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.
*/
uri?: string | null;
/**
Expand Down
Loading