AI Platform Notebooks v1 API - Class ListEnvironmentsResponse (2.4.0)

public sealed class ListEnvironmentsResponse : IPageResponse<Environment>, IEnumerable<Environment>, IEnumerable, IMessage<ListEnvironmentsResponse>, IEquatable<ListEnvironmentsResponse>, IDeepCloneable<ListEnvironmentsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the AI Platform Notebooks v1 API class ListEnvironmentsResponse.

Response for listing environments.

Inheritance

object > ListEnvironmentsResponse

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListEnvironmentsResponse()

public ListEnvironmentsResponse()

ListEnvironmentsResponse(ListEnvironmentsResponse)

public ListEnvironmentsResponse(ListEnvironmentsResponse other)
Parameter
NameDescription
otherListEnvironmentsResponse

Properties

Environments

public RepeatedField<Environment> Environments { get; }

A list of returned environments.

Property Value
TypeDescription
RepeatedFieldEnvironment

NextPageToken

public string NextPageToken { get; set; }

A page token that can be used to continue listing from the last result in the next list call.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Environment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEnvironment