Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::Metadata.
A metadata key/value entry.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#items
def items() -> ::Array<::Google::Cloud::BackupDR::V1::Entry>
Returns
- (::Array<::Google::Cloud::BackupDR::V1::Entry>) — Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
#items=
def items=(value) -> ::Array<::Google::Cloud::BackupDR::V1::Entry>
Parameter
- value (::Array<::Google::Cloud::BackupDR::V1::Entry>) — Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
Returns
- (::Array<::Google::Cloud::BackupDR::V1::Entry>) — Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.