Interface protos.google.cloud.config.v1.ILockInfo (0.2.0)

Properties of a LockInfo.

Package

@google-cloud/config

Properties

createTime

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

LockInfo createTime

info

info?: (string|null);

LockInfo info

lockId

lockId?: (number|Long|string|null);

LockInfo lockId

operation

operation?: (string|null);

LockInfo operation

version

version?: (string|null);

LockInfo version

who

who?: (string|null);

LockInfo who