Class: Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions
- Inherits:
-
Object
- Object
- Google::Cloud::StorageInsights::V1::ObjectMetadataReportOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/storageinsights/v1/storageinsights.rb
Overview
Report specification for exporting object metadata. Next ID: 4
Instance Attribute Summary collapse
-
#metadata_fields ⇒ ::Array<::String>
Metadata fields to be included in the report.
-
#storage_destination_options ⇒ ::Google::Cloud::StorageInsights::V1::CloudStorageDestinationOptions
Cloud Storage as the storage system.
-
#storage_filters ⇒ ::Google::Cloud::StorageInsights::V1::CloudStorageFilters
Cloud Storage as the storage system.
Instance Attribute Details
#metadata_fields ⇒ ::Array<::String>
Returns Metadata fields to be included in the report.
378 379 380 381 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 378 class ObjectMetadataReportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_destination_options ⇒ ::Google::Cloud::StorageInsights::V1::CloudStorageDestinationOptions
Returns Cloud Storage as the storage system.
378 379 380 381 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 378 class ObjectMetadataReportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#storage_filters ⇒ ::Google::Cloud::StorageInsights::V1::CloudStorageFilters
Returns Cloud Storage as the storage system.
378 379 380 381 |
# File 'proto_docs/google/cloud/storageinsights/v1/storageinsights.rb', line 378 class ObjectMetadataReportOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |