Class: Google::Cloud::Compute::V1::Metadata

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

Overview

A metadata key/value entry.

Instance Attribute Summary collapse

Instance Attribute Details

#fingerprint::String

Returns Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.

Returns:

  • (::String)

    Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.



16085
16086
16087
16088
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16085

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

#items::Array<::Google::Cloud::Compute::V1::Items>

Returns Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

Returns:



16085
16086
16087
16088
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16085

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

#kind::String

Returns [Output Only] Type of the resource. Always compute#metadata for metadata.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#metadata for metadata.



16085
16086
16087
16088
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 16085

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