Class: Google::Cloud::EdgeContainer::V1::ListMachinesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/edgecontainer/v1/service.rb

Overview

List of machines in a site.

Instance Attribute Summary collapse

Instance Attribute Details

#machines::Array<::Google::Cloud::EdgeContainer::V1::Machine>

Returns Machines in the site.

Returns:



369
370
371
372
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 369

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

#next_page_token::String

Returns A token to retrieve next page of results.

Returns:

  • (::String)

    A token to retrieve next page of results.



369
370
371
372
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 369

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



369
370
371
372
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 369

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