Cloud Run Admin v2 API - Class ListInstancesResponse (2.19.0)

public sealed class ListInstancesResponse : IMessage<ListInstancesResponse>, IEquatable<ListInstancesResponse>, IDeepCloneable<ListInstancesResponse>, IBufferMessage, IMessage, IPageResponse<Instance>, IEnumerable<Instance>, IEnumerable

Reference documentation and code samples for the Cloud Run Admin v2 API class ListInstancesResponse.

Response message containing a list of Instances.

Inheritance

object > ListInstancesResponse

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

ListInstancesResponse()

public ListInstancesResponse()

ListInstancesResponse(ListInstancesResponse)

public ListInstancesResponse(ListInstancesResponse other)
Parameter
Name Description
other ListInstancesResponse

Properties

Instances

public RepeatedField<Instance> Instances { get; }

The resulting list of Instances.

Property Value
Type Description
RepeatedFieldInstance

NextPageToken

public string NextPageToken { get; set; }

A token indicating there are more items than page_size. Use it in the next ListInstances request to continue.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<Instance> GetEnumerator()

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

Returns
Type Description
IEnumeratorInstance