Class: Google::Cloud::StorageInsights::V1::CloudStorageDestinationOptions
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::CloudStorageDestinationOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Options to store reports in storage systems. Next ID: 3
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Destination bucket.
-
#destination_path ⇒ ::String
Destination path is the path in the bucket where the report should be generated.
Instance Attribute Details
#bucket ⇒ ::String
Returns Destination bucket.
362 363 364 365 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 362 class CloudStorageDestinationOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#destination_path ⇒ ::String
Returns Destination path is the path in the bucket where the report should be generated.
362 363 364 365 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 362 class CloudStorageDestinationOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |