Interface protos.google.cloud.financialservices.v1.IInstance (0.2.0)

Properties of an Instance.

Package

@google-cloud/financialservices

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Instance createTime

kmsKey

kmsKey?: (string|null);

Instance kmsKey

labels

labels?: ({ [k: string]: string }|null);

Instance labels

name

name?: (string|null);

Instance name

state

state?: (google.cloud.financialservices.v1.Instance.State|keyof typeof google.cloud.financialservices.v1.Instance.State|null);

Instance state

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Instance updateTime