Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::GcsDestination.
A Cloud Storage location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#uri
def uri() -> ::String
-
(::String) — 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
for more information.
If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the exported result.
Note: The following fields are mutually exclusive:
uri
,uri_prefix
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#uri=
def uri=(value) -> ::String
-
value (::String) — 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
for more information.
If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the exported result.
Note: The following fields are mutually exclusive:
uri
,uri_prefix
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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
for more information.
If the specified Cloud Storage object already exists and there is no hold, it will be overwritten with the exported result.
Note: The following fields are mutually exclusive:
uri
,uri_prefix
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#uri_prefix
def uri_prefix() -> ::String
- (::String) — 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/
#uri_prefix=
def uri_prefix=(value) -> ::String
- value (::String) — 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/
- (::String) — 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/