Dataproc Metastore v1alpha API - Class ListFederationsRequest (2.0.0-alpha09)

public sealed class ListFederationsRequest : IPageRequest, IMessage<ListFederationsRequest>, IEquatable<ListFederationsRequest>, IDeepCloneable<ListFederationsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1alpha API class ListFederationsRequest.

Request message for ListFederations.

Inheritance

object > ListFederationsRequest

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

ListFederationsRequest()

public ListFederationsRequest()

ListFederationsRequest(ListFederationsRequest)

public ListFederationsRequest(ListFederationsRequest other)
Parameter
NameDescription
otherListFederationsRequest

Properties

Filter

public string Filter { get; set; }

Optional. The filter to apply to list results.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

Optional. Specify the ordering of results as described in Sorting Order. If not specified, the results will be sorted in the default order.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

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.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The relative resource name of the location of metastore federations to list, in the following form: projects/{project_number}/locations/{location_id}.

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName