Interface protos.google.api.servicemanagement.v1.IOperationMetadata (0.2.6)

Properties of an OperationMetadata.

Package

@google-cloud/service-management!

Properties

progressPercentage

progressPercentage?: (number|null);

OperationMetadata progressPercentage

Property Value
TypeDescription
(number|null)

resourceNames

resourceNames?: (string[]|null);

OperationMetadata resourceNames

Property Value
TypeDescription
(string[]|null)

startTime

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

OperationMetadata startTime

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

steps

steps?: (google.api.servicemanagement.v1.OperationMetadata.IStep[]|null);

OperationMetadata steps

Property Value
TypeDescription
(google.api.servicemanagement.v1.OperationMetadata.IStep[]|null)