Class: Google::Cloud::BackupDR::V1::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::BackupDR::V1::Metadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb
Overview
A metadata key/value entry.
Instance Attribute Summary collapse
Instance Attribute Details
#items ⇒ ::Array<::Google::Cloud::BackupDR::V1::Entry>
Returns Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
382 383 384 385 |
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 382 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |