Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ListInstancesResponse.
Response for retrieving a list of Instances
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instances
def instances() -> ::Array<::Google::Cloud::FinancialServices::V1::Instance>
Returns
- (::Array<::Google::Cloud::FinancialServices::V1::Instance>) — List of Instance resources
#instances=
def instances=(value) -> ::Array<::Google::Cloud::FinancialServices::V1::Instance>
Parameter
- value (::Array<::Google::Cloud::FinancialServices::V1::Instance>) — List of Instance resources
Returns
- (::Array<::Google::Cloud::FinancialServices::V1::Instance>) — List of Instance resources
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — This token should be passed to the next ListInstancesRequest to retrieve the next page of Instances.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that could not be reached.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that could not be reached.
Returns
- (::Array<::String>) — Locations that could not be reached.