Class ListRuntimesResponse (1.0.0-beta04)

public sealed class ListRuntimesResponse : IPageResponse<Runtime>, IEnumerable<Runtime>, IEnumerable, IMessage<ListRuntimesResponse>, IEquatable<ListRuntimesResponse>, IDeepCloneable<ListRuntimesResponse>, IBufferMessage, IMessage

Response for listing Managed Notebook Runtimes.

Inheritance

Object > ListRuntimesResponse

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListRuntimesResponse()

public ListRuntimesResponse()

ListRuntimesResponse(ListRuntimesResponse)

public ListRuntimesResponse(ListRuntimesResponse other)
Parameter
NameDescription
otherListRuntimesResponse

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
TypeDescription
String

Runtimes

public RepeatedField<Runtime> Runtimes { get; }

A list of returned Runtimes.

Property Value
TypeDescription
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
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Runtime> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Runtime>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator