public sealed class ListTensorFlowVersionsResponse : IMessage<ListTensorFlowVersionsResponse>, IEquatable<ListTensorFlowVersionsResponse>, IDeepCloneable<ListTensorFlowVersionsResponse>, IBufferMessage, IMessage, IPageResponse<TensorFlowVersion>, IEnumerable<TensorFlowVersion>, IEnumerableReference documentation and code samples for the Cloud TPU v1 API class ListTensorFlowVersionsResponse.
Response for [ListTensorFlowVersions][google.cloud.tpu.v1.Tpu.ListTensorFlowVersions].
Implements
IMessageListTensorFlowVersionsResponse, IEquatableListTensorFlowVersionsResponse, IDeepCloneableListTensorFlowVersionsResponse, IBufferMessage, IMessage, IPageResponseTensorFlowVersion, IEnumerableTensorFlowVersion, 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 |
RepeatedFieldTensorFlowVersion |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<TensorFlowVersion> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTensorFlowVersion |
|