Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec

Spec that applies to clusters of an Instance of Cloud Bigtable.

Inheritance
object
GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec
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.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1CloudBigtableInstanceSpecCloudBigtableClusterSpec : IDirectResponseSchema

Properties

DisplayName

Name of the cluster.

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

ETag

The ETag of the item.

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

LinkedResource

A link back to the parent resource, in this case Instance.

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

Location

Location of the cluster, typically a Cloud zone.

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

Type

Type of the resource. For a cluster this would be "CLUSTER".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX