Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::ListFederationsRequest.
Request message for ListFederations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — Optional. The filter to apply to list results.
#filter=
def filter=(value) -> ::String
- value (::String) — Optional. The filter to apply to list results.
- (::String) — Optional. The filter to apply to list results.
#order_by
def order_by() -> ::String
- (::String) — Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.
#order_by=
def order_by=(value) -> ::String
- value (::String) — Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.
- (::String) — Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. The maximum number of federations to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. The maximum number of federations to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.
- (::Integer) — Optional. The maximum number of federations to return. The response may contain less than the maximum number. If unspecified, no more than 500 services are returned. The maximum value is 1000; values above 1000 are changed to 1000.
#page_token
def page_token() -> ::String
-
(::String) — Optional. A page token, received from a previous ListFederationServices
call. Provide this token to retrieve the subsequent page.
To retrieve the first page, supply an empty page token.
When paginating, other parameters provided to ListFederationServices must match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String
-
value (::String) — Optional. A page token, received from a previous ListFederationServices
call. Provide this token to retrieve the subsequent page.
To retrieve the first page, supply an empty page token.
When paginating, other parameters provided to ListFederationServices must match the call that provided the page token.
-
(::String) — Optional. A page token, received from a previous ListFederationServices
call. Provide this token to retrieve the subsequent page.
To retrieve the first page, supply an empty page token.
When paginating, other parameters provided to ListFederationServices must match the call that provided the page token.
#parent
def parent() -> ::String
-
(::String) — Required. The relative resource name of the location of metastore
federations to list, in the following form:
projects/{project_number}/locations/{location_id}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The relative resource name of the location of metastore
federations to list, in the following form:
projects/{project_number}/locations/{location_id}
.
-
(::String) — Required. The relative resource name of the location of metastore
federations to list, in the following form:
projects/{project_number}/locations/{location_id}
.