Interface protos.google.cloud.gaming.v1.IOperationMetadata (2.4.0)

Properties of an OperationMetadata.

Package

@google-cloud/game-servers!

Properties

apiVersion

apiVersion?: (string|null);

OperationMetadata apiVersion

Property Value
TypeDescription
(string|null)

createTime

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

OperationMetadata createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

endTime

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

OperationMetadata endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

operationStatus

operationStatus?: ({ [k: string]: google.cloud.gaming.v1.IOperationStatus }|null);

OperationMetadata operationStatus

Property Value
TypeDescription
({ [k: string]: google.cloud.gaming.v1.IOperationStatus }|null)

requestedCancellation

requestedCancellation?: (boolean|null);

OperationMetadata requestedCancellation

Property Value
TypeDescription
(boolean|null)

statusMessage

statusMessage?: (string|null);

OperationMetadata statusMessage

Property Value
TypeDescription
(string|null)

target

target?: (string|null);

OperationMetadata target

Property Value
TypeDescription
(string|null)

unreachable

unreachable?: (string[]|null);

OperationMetadata unreachable

Property Value
TypeDescription
(string[]|null)

verb

verb?: (string|null);

OperationMetadata verb

Property Value
TypeDescription
(string|null)