public enum RequestStatusPerDestination.RequestStatus extends Enum<RequestStatusPerDestination.RequestStatus> implements ProtocolMessageEnumThe request status.
Protobuf enum google.ads.datamanager.v1.RequestStatusPerDestination.RequestStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAILED |
Processing failed for all records. Check the
|
FAILED_VALUE |
Processing failed for all records. Check the
|
PARTIAL_SUCCESS |
Processing completed successfully without errors for some records, but
failed with errors for other records. Check the
|
PARTIAL_SUCCESS_VALUE |
Processing completed successfully without errors for some records, but
failed with errors for other records. Check the
|
PROCESSING |
The request is processing. |
PROCESSING_VALUE |
The request is processing. |
REQUEST_STATUS_UNKNOWN |
The request status is unknown. |
REQUEST_STATUS_UNKNOWN_VALUE |
The request status is unknown. |
SUCCESS |
Processing succeeded for all records without any errors. However, there
may be warnings in the
|
SUCCESS_VALUE |
Processing succeeded for all records without any errors. However, there
may be warnings in the
|
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|