Dataproc Metastore v1 API - Class ListFederationsResponse (2.2.0)

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 v1 API class ListFederationsResponse.

Response message for ListFederations

Inheritance

Object > ListFederationsResponse

Namespace

Google.Cloud.Metastore.V1

Assembly

Google.Cloud.Metastore.V1.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
RepeatedField<Federation>

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
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Federation> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Federation>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator