Dataproc Metastore V1beta API - Class Google::Cloud::Metastore::V1beta::ListFederationsRequest (v0.13.0)

Reference documentation and code samples for the Dataproc Metastore V1beta API class Google::Cloud::Metastore::V1beta::ListFederationsRequest.

Request message for ListFederations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns
  • (::String) — Optional. The filter to apply to list results.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — Optional. The filter to apply to list results.
Returns
  • (::String) — Optional. The filter to apply to list results.

#order_by

def order_by() -> ::String
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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}.
Returns
  • (::String) — Required. The relative resource name of the location of metastore federations to list, in the following form: projects/{project_number}/locations/{location_id}.