public sealed class ListRuntimesResponse : IPageResponse<Runtime>, IEnumerable<Runtime>, IEnumerable, IMessage<ListRuntimesResponse>, IEquatable<ListRuntimesResponse>, IDeepCloneable<ListRuntimesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class ListRuntimesResponse.
Response for listing Managed Notebook Runtimes.
Implements
IPageResponse<Runtime>, IEnumerable<Runtime>, IEnumerable, IMessage<ListRuntimesResponse>, IEquatable<ListRuntimesResponse>, IDeepCloneable<ListRuntimesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListRuntimesResponse()
public ListRuntimesResponse()
ListRuntimesResponse(ListRuntimesResponse)
public ListRuntimesResponse(ListRuntimesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRuntimesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
Page token that can be used to continue listing from the last result in the next list call.
Property Value | |
---|---|
Type | Description |
String |
Runtimes
public RepeatedField<Runtime> Runtimes { get; }
A list of returned Runtimes.
Property Value | |
---|---|
Type | Description |
RepeatedField<Runtime> |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached. For example, ['us-west1', 'us-central1']. A ListRuntimesResponse will only contain either runtimes or unreachables,
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<Runtime> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Runtime> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |