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.



8567
8568
8569
8570
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8567

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.



8567
8568
8569
8570
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8567

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.



8567
8568
8569
8570
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8567

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