public sealed class ListInstancesResponse : IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessageReference documentation and code samples for the AI Platform Notebooks v1 API class ListInstancesResponse.
Response for listing notebook instances.
Implements
IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable, IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesResponse |
Properties
Instances
public RepeatedField<Instance> Instances { get; }A list of returned instances.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Instance> |
|
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 |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached. For example,
['us-west1-a', 'us-central1-b'].
A ListInstancesResponse will only contain either instances or unreachables,
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|
Methods
GetEnumerator()
public IEnumerator<Instance> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Instance> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|