public sealed class ListFederationsResponse : IPageResponse<Federation>, IEnumerable<Federation>, IEnumerable, IMessage<ListFederationsResponse>, IEquatable<ListFederationsResponse>, IDeepCloneable<ListFederationsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dataproc Metastore v1 API class ListFederationsResponse.
Response message for ListFederations
Implements
IPageResponse<Federation>, IEnumerable<Federation>, IEnumerable, IMessage<ListFederationsResponse>, IEquatable<ListFederationsResponse>, IDeepCloneable<ListFederationsResponse>, 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 |
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 | |
|---|---|
| Type | Description |
String |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Federation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Federation> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|