Google Cloud Bigtable Administration v2 API - Class ListInstancesResponse (3.14.0)

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

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListInstancesResponse.

Response message for BigtableInstanceAdmin.ListInstances.

Inheritance

object > ListInstancesResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListInstancesResponse()

public ListInstancesResponse()

ListInstancesResponse(ListInstancesResponse)

public ListInstancesResponse(ListInstancesResponse other)
Parameter
NameDescription
otherListInstancesResponse

Properties

FailedLocations

public RepeatedField<string> FailedLocations { get; }

Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from instances, and Instances with at least one Cluster in a failed location may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>

Property Value
TypeDescription
RepeatedFieldstring

Instances

public RepeatedField<Instance> Instances { get; }

The list of requested instances.

Property Value
TypeDescription
RepeatedFieldInstance

NextPageToken

public string NextPageToken { get; set; }

DEPRECATED: This field is unused and ignored.

Property Value
TypeDescription
string