Show / Hide Table of Contents

Class ListInstancesResponse

Response message for BigtableInstanceAdmin.ListInstances.

Inheritance
object
ListInstancesResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ListInstancesResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FailedLocations

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//locations/

Declaration
[JsonProperty("failedLocations")]
public virtual IList<string> FailedLocations { get; set; }
Property Value
Type Description
IList<string>

Instances

The list of requested instances.

Declaration
[JsonProperty("instances")]
public virtual IList<Instance> Instances { get; set; }
Property Value
Type Description
IList<Instance>

NextPageToken

DEPRECATED: This field is unused and ignored.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX