public sealed class ListTensorFlowVersionsResponse : IMessage<ListTensorFlowVersionsResponse>, IEquatable<ListTensorFlowVersionsResponse>, IDeepCloneable<ListTensorFlowVersionsResponse>, IBufferMessage, IMessage, IPageResponse<TensorFlowVersion>, IEnumerable<TensorFlowVersion>, IEnumerableResponse for [ListTensorFlowVersions][google.cloud.tpu.v1.Tpu.ListTensorFlowVersions].
Implements
IMessage<ListTensorFlowVersionsResponse>, IEquatable<ListTensorFlowVersionsResponse>, IDeepCloneable<ListTensorFlowVersionsResponse>, IBufferMessage, IMessage, IPageResponse<TensorFlowVersion>, IEnumerable<TensorFlowVersion>, IEnumerableNamespace
Google.Cloud.Tpu.V1Assembly
Google.Cloud.Tpu.V1.dll
Constructors
ListTensorFlowVersionsResponse()
public ListTensorFlowVersionsResponse()ListTensorFlowVersionsResponse(ListTensorFlowVersionsResponse)
public ListTensorFlowVersionsResponse(ListTensorFlowVersionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTensorFlowVersionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The next page token or empty if none.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TensorflowVersions
public RepeatedField<TensorFlowVersion> TensorflowVersions { get; }The listed nodes.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<TensorFlowVersion> |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<TensorFlowVersion> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<TensorFlowVersion> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|