Class ListEnvironmentsResponse (1.0.0-beta04)

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

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
RepeatedField<Environment>

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

Methods

GetEnumerator()

public IEnumerator<Environment> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Environment>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator