Class: Google::Cloud::FinancialServices::V1::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::FinancialServices::V1::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/financialservices/v1/instance.rb
Overview
Request for retrieving a paginated list of Instance resources that meet the specified criteria.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Specify a filter to narrow search results.
-
#order_by ⇒ ::String
Specify a field to use for ordering.
-
#page_size ⇒ ::Integer
The number of resources to be included in the response.
-
#page_token ⇒ ::String
In case of paginated results, this is the token that was returned in the previous ListInstancesResponse.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Specify a filter to narrow search results.
109 110 111 112 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 109 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Specify a field to use for ordering.
109 110 111 112 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 109 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns 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.
109 110 111 112 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 109 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
109 110 111 112 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 109 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent of the Instance is the location for that Instance. Every location has exactly one instance.
109 110 111 112 |
# File 'proto_docs/google/cloud/financialservices/v1/instance.rb', line 109 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |