Class: Google::Cloud::Asset::V1::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::GcsDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
A Cloud Storage location.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
The uri of the Cloud Storage object.
-
#uri_prefix ⇒ ::String
The uri prefix of all generated Cloud Storage objects.
Instance Attribute Details
#uri ⇒ ::String
Returns 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.
402 403 404 405 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 402 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri_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/
402 403 404 405 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 402 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |