Dataproc Metastore v1beta API - Class ListFederationsResponse (2.0.0-beta09)

public sealed class ListFederationsResponse : IPageResponse<Federation>, IEnumerable<Federation>, IEnumerable, IMessage<ListFederationsResponse>, IEquatable<ListFederationsResponse>, IDeepCloneable<ListFederationsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataproc Metastore v1beta API class ListFederationsResponse.

Response message for ListFederations

Inheritance

object > ListFederationsResponse

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

ListFederationsResponse()

public ListFederationsResponse()

ListFederationsResponse(ListFederationsResponse)

public ListFederationsResponse(ListFederationsResponse other)
Parameter
NameDescription
otherListFederationsResponse

Properties

Federations

public RepeatedField<Federation> Federations { get; }

The services in the specified location.

Property Value
TypeDescription
RepeatedFieldFederation

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Federation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorFederation