Cloud Spanner V1 Client - Class Type (1.61.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class Type.

The type of this configuration.

Protobuf type google.spanner.admin.instance.v1.InstanceConfig.Type

Namespace

Google \ Cloud \ Spanner \ Admin \ Instance \ V1 \ InstanceConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

GOOGLE_MANAGED

Value: 1

Google managed configuration.

Generated from protobuf enum GOOGLE_MANAGED = 1;

USER_MANAGED

Value: 2

User managed configuration.

Generated from protobuf enum USER_MANAGED = 2;