Class: Google::Cloud::BackupDR::V1::Entry

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb

Overview

A key/value pair to be used for storing metadata.

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns Optional. Key for the metadata entry.

Returns:

  • (::String)

    Optional. Key for the metadata entry.



372
373
374
375
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 372

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::String

Returns 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).



372
373
374
375
# File 'proto_docs/google/cloud/backupdr/v1/backupvault_gce.rb', line 372

class Entry
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end