Interface protos.google.api.servicecontrol.v1.IOperation (1.1.4)

Properties of an Operation.

Package

@google-cloud/service-control!

Properties

consumerId

consumerId?: (string|null);

Operation consumerId

Property Value
TypeDescription
(string|null)

endTime

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

Operation endTime

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

extensions

extensions?: (google.protobuf.IAny[]|null);

Operation extensions

Property Value
TypeDescription
(google.protobuf.IAny[]|null)

importance

importance?: (google.api.servicecontrol.v1.Operation.Importance|keyof typeof google.api.servicecontrol.v1.Operation.Importance|null);

Operation importance

Property Value
TypeDescription
(google.api.servicecontrol.v1.Operation.Importance|keyof typeof google.api.servicecontrol.v1.Operation.Importance|null)

labels

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

Operation labels

Property Value
TypeDescription
({ [k: string]: string }|null)

logEntries

logEntries?: (google.api.servicecontrol.v1.ILogEntry[]|null);

Operation logEntries

Property Value
TypeDescription
(google.api.servicecontrol.v1.ILogEntry[]|null)

metricValueSets

metricValueSets?: (google.api.servicecontrol.v1.IMetricValueSet[]|null);

Operation metricValueSets

Property Value
TypeDescription
(google.api.servicecontrol.v1.IMetricValueSet[]|null)

operationId

operationId?: (string|null);

Operation operationId

Property Value
TypeDescription
(string|null)

operationName

operationName?: (string|null);

Operation operationName

Property Value
TypeDescription
(string|null)

startTime

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

Operation startTime

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