Interface protos.google.cloud.apigeeregistry.v1.IInstance (1.0.0)

Properties of an Instance.

Package

@google-cloud/apigee-registry

Properties

config

config?: (google.cloud.apigeeregistry.v1.Instance.IConfig|null);

Instance config

createTime

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

Instance createTime

name

name?: (string|null);

Instance name

state

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

Instance state

stateMessage

stateMessage?: (string|null);

Instance stateMessage

updateTime

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

Instance updateTime