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.
Implements
IMessageListInstancesResponse, IEquatableListInstancesResponse, IDeepCloneableListInstancesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
ListInstancesResponse()
public ListInstancesResponse()
ListInstancesResponse(ListInstancesResponse)
public ListInstancesResponse(ListInstancesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListInstancesResponse |
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 | |
---|---|
Type | Description |
RepeatedFieldstring |
Instances
public RepeatedField<Instance> Instances { get; }
The list of requested instances.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInstance |
NextPageToken
public string NextPageToken { get; set; }
DEPRECATED: This field is unused and ignored.
Property Value | |
---|---|
Type | Description |
string |