Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::ListInstancesRequest.
Request for retrieving a paginated list of Instance resources that meet the specified criteria.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Specify a filter to narrow search results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Specify a filter to narrow search results.
Returns
- (::String) — Specify a filter to narrow search results.
#order_by
def order_by() -> ::String
Returns
- (::String) — Specify a field to use for ordering.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Specify a field to use for ordering.
Returns
- (::String) — Specify a field to use for ordering.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
Returns
- (::Integer) — The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
#page_token
def page_token() -> ::String
Returns
- (::String) — In case of paginated results, this is the token that was returned in the previous ListInstancesResponse. It should be copied here to retrieve the next page of resources. This will be empty for the first instance of ListInstancesRequest.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — In case of paginated results, this is the token that was returned in the previous ListInstancesResponse. It should be copied here to retrieve the next page of resources. This will be empty for the first instance of ListInstancesRequest.
Returns
- (::String) — In case of paginated results, this is the token that was returned in the previous ListInstancesResponse. It should be copied here to retrieve the next page of resources. This will be empty for the first instance of ListInstancesRequest.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent of the Instance is the location for that Instance. Every location has exactly one instance.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent of the Instance is the location for that Instance. Every location has exactly one instance.
Returns
- (::String) — Required. The parent of the Instance is the location for that Instance. Every location has exactly one instance.