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
Implements
IPageResponseFederation, IEnumerableFederation, IEnumerable, IMessageListFederationsResponse, IEquatableListFederationsResponse, IDeepCloneableListFederationsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
ListFederationsResponse()
public ListFederationsResponse()
ListFederationsResponse(ListFederationsResponse)
public ListFederationsResponse(ListFederationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListFederationsResponse |
Properties
Federations
public RepeatedField<Federation> Federations { get; }
The services in the specified location.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Federation> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorFederation |