Class: Google::Cloud::Compute::V1::GuestAttributesEntry

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 guest attributes namespace/key/value entry.

Instance Attribute Summary collapse

Instance Attribute Details

#key ⇒ ::String

Returns Key for the guest attribute entry.

Returns:

  • (::String) —

    Key for the guest attribute entry.



27413
27414
27415
27416
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27413

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

#namespace ⇒ ::String

Returns Namespace for the guest attribute entry.

Returns:

  • (::String) —

    Namespace for the guest attribute entry.



27413
27414
27415
27416
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27413

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

#value ⇒ ::String

Returns Value for the guest attribute entry.

Returns:

  • (::String) —

    Value for the guest attribute entry.



27413
27414
27415
27416
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27413

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