class InstanceConfig extends Message

A possible configuration for a Cloud Spanner instance. Configurations define the geographic placement of nodes and their replication.

Protobuf type Google\Spanner\Admin\Instance\V1\InstanceConfig

Methods

__construct()

No description

string
getName()

A unique identifier for the instance configuration. Values are of the form projects/<project>/instanceConfigs/[a-z][-a-z0-9]*

setName(string $var)

A unique identifier for the instance configuration. Values are of the form projects/<project>/instanceConfigs/[a-z][-a-z0-9]*

string
getDisplayName()

The name of this instance configuration as it appears in UIs.

setDisplayName(string $var)

The name of this instance configuration as it appears in UIs.

Details

at line 34
__construct()

at line 47
string getName()

A unique identifier for the instance configuration. Values are of the form projects/<project>/instanceConfigs/[a-z][-a-z0-9]*

Generated from protobuf field string name = 1;

Return Value

string

at line 60
setName(string $var)

A unique identifier for the instance configuration. Values are of the form projects/<project>/instanceConfigs/[a-z][-a-z0-9]*

Generated from protobuf field string name = 1;

Parameters

string $var

at line 72
string getDisplayName()

The name of this instance configuration as it appears in UIs.

Generated from protobuf field string display_name = 2;

Return Value

string

at line 83
setDisplayName(string $var)

The name of this instance configuration as it appears in UIs.

Generated from protobuf field string display_name = 2;

Parameters

string $var