Class: Google::Cloud::FinancialServices::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ListInstancesResponse
- 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
-
#instances ⇒ ::Array<::Google::Cloud::FinancialServices::V1::Instance>
List of Instance resources.
-
#next_page_token ⇒ ::String
This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::FinancialServices::V1::Instance>
Returns List of Instance resources.
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.
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.
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 |