Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::Entry.
A key/value pair to be used for storing metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key
def key() -> ::String
Returns
- (::String) — Optional. Key for the metadata entry.
#key=
def key=(value) -> ::String
Parameter
- value (::String) — Optional. Key for the metadata entry.
Returns
- (::String) — Optional. Key for the metadata entry.
#value
def value() -> ::String
Returns
- (::String) — Optional. Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Optional. Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).
Returns
- (::String) — Optional. Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).