Class: Google::Cloud::AlloyDB::V1alpha::ListInstancesResponse

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

Overview

Message for response to listing Instances

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::AlloyDB::V1alpha::Instance>

Returns The list of Instance.

Returns:



341
342
343
344
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 341

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

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



341
342
343
344
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 341

class ListInstancesResponse
  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.



341
342
343
344
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 341

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