An enum to be used to mark the essential (for polling) fields in an API-specific Operation object. A custom Operation object may contain many different fields, but only few of them are essential to conduct a successful polling process.
Protobuf type google.cloud.OperationResponseMapping
Constants |
public Google A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.error.code. Generated from protobuf enum ERROR_CODE = 3; |
public Google A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.error.message. Generated from protobuf enum ERROR_MESSAGE = 4; |
public Google A field in an API-specific (custom) Operation object which carries the same meaning as google.longrunning.Operation.name. Generated from protobuf enum NAME = 1; |
public Google A field in an API-specific (custom) Operation object which carries the same
meaning as google.longrunning.Operation.done. If the annotated field is of
an enum type, Otherwise, a non-empty value should be treated as Generated from protobuf enum STATUS = 2; |
public Google Do not use. Generated from protobuf enum UNDEFINED = 0; |
Methods |
public static name( $value) |
public static value( $name) |
Properties |
private static $valueToName = ['UNDEFINED', 'NAME', 'STATUS', 'ERROR_CODE', 'ERROR_MESSAGE'] |
Properties |
private static $valueToName = ['UNDEFINED', 'NAME', 'STATUS', 'ERROR_CODE', 'ERROR_MESSAGE'] |
Methods |
public static name( $value) |
public static value( $name) |