Google Cloud Spanner Instance Administration v1 API - Class ListInstancesResponse (5.5.0)

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

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class ListInstancesResponse.

The response for [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances].

Inheritance

object > ListInstancesResponse

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

ListInstancesResponse()

public ListInstancesResponse()

ListInstancesResponse(ListInstancesResponse)

public ListInstancesResponse(ListInstancesResponse other)
Parameter
Name Description
other ListInstancesResponse

Properties

Instances

public RepeatedField<Instance> Instances { get; }

The list of requested instances.

Property Value
Type Description
RepeatedField Instance

NextPageToken

public string NextPageToken { get; set; }

next_page_token can be sent in a subsequent [ListInstances][google.spanner.admin.instance.v1.InstanceAdmin.ListInstances] call to fetch more of the matching instances.

Property Value
Type Description
string

Unreachable

public RepeatedField<string> Unreachable { get; }

The list of unreachable instances. It includes the names of instances whose metadata could not be retrieved within [instance_deadline][google.spanner.admin.instance.v1.ListInstancesRequest.instance_deadline].

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.