Reference documentation and code samples for the Cloud Data Fusion V1 API class Google::Cloud::DataFusion::V1::ListInstancesRequest.
Request message for listing Data Fusion instances.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — List filter.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — List filter.
Returns
- (::String) — List filter.
#order_by
def order_by() -> ::String
Returns
- (::String) — Sort results. Supported values are "name", "name desc", or "" (unsorted).
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Sort results. Supported values are "name", "name desc", or "" (unsorted).
Returns
- (::String) — Sort results. Supported values are "name", "name desc", or "" (unsorted).
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — The maximum number of items to return.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — The maximum number of items to return.
Returns
- (::Integer) — The maximum number of items to return.
#page_token
def page_token() -> ::String
Returns
- (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.
Returns
- (::String) — The next_page_token value to use if there are additional results to retrieve for this list request.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.
Returns
- (::String) — Required. The project and location for which to retrieve instance information in the format projects/{project}/locations/{location}. If the location is specified as '-' (wildcard), then all regions available to the project are queried, and the results are aggregated.