Class: Google::Cloud::Compute::V1::GuestAttributes

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 entry.

Instance Attribute Summary collapse

Instance Attribute Details

#kind ⇒ ::String

Returns Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.

Returns:

  • (::String) —

    Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.



27398
27399
27400
27401
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27398

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

#query_path ⇒ ::String

Returns The path to be queried. This can be the default namespace ('') or a nested namespace ('/') or a specified key ('/').

Returns:

  • (::String) —

    The path to be queried. This can be the default namespace ('') or a nested namespace ('/') or a specified key ('/').



27398
27399
27400
27401
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27398

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

#query_value ⇒ ::Google::Cloud::Compute::V1::GuestAttributesValue

Returns Output only. [Output Only] The value of the requested queried path.

Returns:



27398
27399
27400
27401
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27398

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

Returns Output only. [Output Only] Server-defined URL for this resource.

Returns:

  • (::String) —

    Output only. [Output Only] Server-defined URL for this resource.



27398
27399
27400
27401
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27398

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

#variable_key ⇒ ::String

Returns The key to search for.

Returns:

  • (::String) —

    The key to search for.



27398
27399
27400
27401
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27398

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

#variable_value ⇒ ::String

Returns Output only. [Output Only] The value found for the requested key.

Returns:

  • (::String) —

    Output only. [Output Only] The value found for the requested key.



27398
27399
27400
27401
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 27398

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