public sealed class ListNodesResponse : IMessage<ListNodesResponse>, IEquatable<ListNodesResponse>, IDeepCloneable<ListNodesResponse>, IBufferMessage, IMessage, IPageResponse<Node>, IEnumerable<Node>, IEnumerableReference documentation and code samples for the Cloud TPU v1 API class ListNodesResponse.
Response for [ListNodes][google.cloud.tpu.v1.Tpu.ListNodes].
Implements
IMessageListNodesResponse, IEquatableListNodesResponse, IDeepCloneableListNodesResponse, IBufferMessage, IMessage, IPageResponseNode, IEnumerableNode, IEnumerableNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
ListNodesResponse()
public ListNodesResponse()ListNodesResponse(ListNodesResponse)
public ListNodesResponse(ListNodesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNodesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The next page token or empty if none.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Nodes
public RepeatedField<Node> Nodes { get; }The listed nodes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNode |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Node> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorNode |
|