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] Type of the resource. Always compute#guestAttributes for guest attributes entry.

Returns:

  • (::String)

    [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.



8552
8553
8554
8555
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8552

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 ('\/\').



8552
8553
8554
8555
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8552

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

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

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

Returns:



8552
8553
8554
8555
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8552

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

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

Returns:

  • (::String)

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



8552
8553
8554
8555
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8552

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.



8552
8553
8554
8555
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8552

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

#variable_value::String

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

Returns:

  • (::String)

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



8552
8553
8554
8555
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 8552

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