Class State (2.10.0)

State(value)

Values: STATE_UNSPECIFIED (0): Default value. INITIALIZING (1): The batch operation is being prepared for processing. PROCESSING (2): The batch operation is actively being processed. SUCCEEDED (3): The batch operation is processed, and at least one item has been successfully processed. FAILED (4): The batch operation is done and no item has been successfully processed. CANCELLING (5): The batch operation is in the process of cancelling after google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. CANCELLED (6): The batch operation is done after google.longrunning.Operations.CancelOperation][google.longrunning.Operations.CancelOperation] is called. Any items processed before cancelling are returned in the response.