Class: Google::Cloud::Compute::V1::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Metadata
- 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
-
#fingerprint ⇒ ::String
Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking.
-
#items ⇒ ::Array<::Google::Cloud::Compute::V1::Items>
Array of key/value pairs.
-
#kind ⇒ ::String
[Output Only] Type of the resource.
Instance Attribute Details
#fingerprint ⇒ ::String
18014 18015 18016 18017 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 18014 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |