OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The metadata associated with a long running operation resource.
Attributes |
|
---|---|
Name | Description |
resource_names |
MutableSequence[str]
The full name of the resources that this operation is directly associated with. |
steps |
MutableSequence[google.cloud.servicemanagement_v1.types.OperationMetadata.Step]
Detailed status information for each step. The order is undetermined. |
progress_percentage |
int
Percentage of completion of this operation, ranging from 0 to 100. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
The start time of the operation. |
Classes
Status
Status(value)
Code describes the status of the operation (or one of its steps).
Step
Step(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents the status of one operation step.