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
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ message GcsDestination {
// Required.
oneof object_uri {
// 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
// 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.
Expand Down Expand Up @@ -1501,7 +1501,7 @@ message IamPolicyAnalysisOutputConfig {
// A Cloud Storage location.
message GcsDestination {
// Required. 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
// 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ message GcsDestination {
// Required.
oneof object_uri {
// 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
// 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ message GcsDestination {
// Required.
oneof object_uri {
// 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
// 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ message StorageSource {
// Unspecified defaults to GSUTIL.
SOURCE_FETCHER_UNSPECIFIED = 0;

// Use the "gsutil" tool to download the source file.
// Use the "gcloud storage" tool to download the source file.
GSUTIL = 1;

// Use the Cloud Storage Fetcher tool to download the source file.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ message CloudFunction {
// KMS key or retrieving the service agent name provisions it. For more
// information, see
// https://cloud.google.com/storage/docs/projects#service-agents and
// https://cloud.google.com/storage/docs/getting-service-agent#gsutil.
// https://cloud.google.com/storage/docs/getting-service-agent.
//
// Google Cloud Functions delegates access to service agents to protect
// function resources in internal projects that are not accessible by the
Expand Down
Loading