Interface protos.google.bigtable.admin.v2.ICreateInstanceRequest (3.5.4)

Properties of a CreateInstanceRequest.

Package

@google-cloud/bigtable!

Properties

clusters

clusters?: ({ [k: string]: google.bigtable.admin.v2.ICluster }|null);

CreateInstanceRequest clusters

Property Value
TypeDescription
({ [k: string]: google.bigtable.admin.v2.ICluster }|null)

instance

instance?: (google.bigtable.admin.v2.IInstance|null);

CreateInstanceRequest instance

Property Value
TypeDescription
(google.bigtable.admin.v2.IInstance|null)

instanceId

instanceId?: (string|null);

CreateInstanceRequest instanceId

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

CreateInstanceRequest parent

Property Value
TypeDescription
(string|null)