Class: Google::Cloud::FinancialServices::V1::ListInstancesResponse

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

Overview

Response for retrieving a list of Instances

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array<::Google::Cloud::FinancialServices::V1::Instance>

Returns List of Instance resources.

Returns:



125
126
127
128
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 125

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

#next_page_token::String

Returns This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.

Returns:

  • (::String)

    This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.



125
126
127
128
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 125

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.



125
126
127
128
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 125

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