Class: Google::Cloud::StorageInsights::V1::CloudStorageDestinationOptions

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#bucket::String

Returns Destination bucket.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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