Class OperationMetadata (1.6.2)

OperationMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Contains metadata for longrunning operation for the edit Metrics Scope endpoints.

Attributes

NameDescription
state google.cloud.monitoring_metrics_scope_v1.types.OperationMetadata.State
Current state of the batch operation.
create_time google.protobuf.timestamp_pb2.Timestamp
The time when the batch request was received.
update_time google.protobuf.timestamp_pb2.Timestamp
The time when the operation result was last updated.

Classes

State

State(value)

Batch operation states.

Values: STATE_UNSPECIFIED (0): Invalid. CREATED (1): Request has been received. RUNNING (2): Request is actively being processed. DONE (3): The batch processing is done. CANCELLED (4): The batch processing was cancelled.