Represents an Instance.
Package
@google-cloud/spanner!Constructors
(constructor)(properties)
constructor(properties?: google.spanner.admin.instance.v1.IInstance);
Constructs a new Instance.
Type | Name | Description |
---|---|---|
IInstance | properties |
Properties to set |
Properties
config
public config: string;
Instance config.
Type | Description |
---|---|
string |
displayName
public displayName: string;
Instance displayName.
Type | Description |
---|---|
string |
endpointUris
public endpointUris: string[];
Instance endpointUris.
Type | Description |
---|---|
string[] |
labels
public labels: { [k: string]: string };
Instance labels.
Type | Description |
---|---|
{ [k: string]: string } |
name
public name: string;
Instance name.
Type | Description |
---|---|
string |
nodeCount
public nodeCount: number;
Instance nodeCount.
Type | Description |
---|---|
number |
processingUnits
public processingUnits: number;
Instance processingUnits.
Type | Description |
---|---|
number |
state
public state: (google.spanner.admin.instance.v1.Instance.State|keyof typeof google.spanner.admin.instance.v1.Instance.State);
Instance state.
Type | Description |
---|---|
(google.spanner.admin.instance.v1.Instance.State|keyof typeof google.spanner.admin.instance.v1.Instance.State) |
Methods
create(properties)
public static create(properties?: google.spanner.admin.instance.v1.IInstance): google.spanner.admin.instance.v1.Instance;
Creates a new Instance instance using the specified properties.
Type | Name | Description |
---|---|---|
IInstance | properties |
Properties to set |
Type | Description |
---|---|
google.spanner.admin.instance.v1.Instance | Instance instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.spanner.admin.instance.v1.Instance;
Decodes an Instance message from the specified reader or buffer.
Type | Name | Description |
---|---|---|
($protobuf.Reader|Uint8Array) | reader |
Reader or buffer to decode from |
number | length |
Message length if known beforehand |
Type | Description |
---|---|
google.spanner.admin.instance.v1.Instance | Instance |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.spanner.admin.instance.v1.Instance;
Decodes an Instance message from the specified reader or buffer, length delimited.
Type | Name | Description |
---|---|---|
($protobuf.Reader|Uint8Array) | reader |
Reader or buffer to decode from |
Type | Description |
---|---|
google.spanner.admin.instance.v1.Instance | Instance |
encode(message, writer)
public static encode(message: google.spanner.admin.instance.v1.IInstance, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Instance message. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IInstance | message |
Instance message or plain object to encode |
$protobuf.Writer | writer |
Writer to encode to |
Type | Description |
---|---|
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.spanner.admin.instance.v1.IInstance, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Instance message, length delimited. Does not implicitly messages.
Type | Name | Description |
---|---|---|
IInstance | message |
Instance message or plain object to encode |
$protobuf.Writer | writer |
Writer to encode to |
Type | Description |
---|---|
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.spanner.admin.instance.v1.Instance;
Creates an Instance message from a plain object. Also converts values to their respective internal types.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | object |
Plain object |
Type | Description |
---|---|
google.spanner.admin.instance.v1.Instance | Instance |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Instance to JSON.
Type | Description |
---|---|
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.spanner.admin.instance.v1.Instance, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an Instance message. Also converts values to other types if specified.
Type | Name | Description |
---|---|---|
google.spanner.admin.instance.v1.Instance | message |
Instance |
$protobuf.IConversionOptions | options |
Conversion options |
Type | Description |
---|---|
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an Instance message.
Type | Name | Description |
---|---|---|
{ [k: string]: any } | message |
Plain object to verify |
Type | Description |
---|---|
(string|null) |
|