Reference documentation and code samples for the Google Cloud Talent Solution V4beta1 Client class State.
Protobuf type google.cloud.talent.v4beta1.BatchOperationMetadata.State
Namespace
Google \ Cloud \ Talent \ V4beta1 \ BatchOperationMetadata
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Default value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INITIALIZING
Value: 1
The batch operation is being prepared for processing.
Generated from protobuf enum INITIALIZING = 1;
PROCESSING
Value: 2
The batch operation is actively being processed.
Generated from protobuf enum PROCESSING = 2;
SUCCEEDED
Value: 3
The batch operation is processed, and at least one item has been
successfully processed.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4
The batch operation is done and no item has been successfully processed.
Generated from protobuf enum FAILED = 4;
CANCELLING
Value: 5
The batch operation is in the process of cancelling after
google.longrunning.Operations.CancelOperation
is called.
Generated from protobuf enum CANCELLING = 5;
CANCELLED
Value: 6
The batch operation is done after
google.longrunning.Operations.CancelOperation
is called. Any items processed before cancelling are returned in the
response.