Enum RequestStatusPerDestination.RequestStatus (0.14.0)

public enum RequestStatusPerDestination.RequestStatus extends Enum<RequestStatusPerDestination.RequestStatus> implements ProtocolMessageEnum

The request status.

Protobuf enum google.ads.datamanager.v1.RequestStatusPerDestination.RequestStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

Processing failed for all records. Check the error_info field for error details, and check the warning_info field for warning details.

FAILED = 3;

FAILED_VALUE

Processing failed for all records. Check the error_info field for error details, and check the warning_info field for warning details.

FAILED = 3;

PARTIAL_SUCCESS

Processing completed successfully without errors for some records, but failed with errors for other records. Check the error_info field for error details, and check the warning_info field for warning details.

PARTIAL_SUCCESS = 4;

PARTIAL_SUCCESS_VALUE

Processing completed successfully without errors for some records, but failed with errors for other records. Check the error_info field for error details, and check the warning_info field for warning details.

PARTIAL_SUCCESS = 4;

PROCESSING

The request is processing.

PROCESSING = 2;

PROCESSING_VALUE

The request is processing.

PROCESSING = 2;

REQUEST_STATUS_UNKNOWN

The request status is unknown.

REQUEST_STATUS_UNKNOWN = 0;

REQUEST_STATUS_UNKNOWN_VALUE

The request status is unknown.

REQUEST_STATUS_UNKNOWN = 0;

SUCCESS

Processing succeeded for all records without any errors. However, there may be warnings in the warning_info field.

SUCCESS = 1;

SUCCESS_VALUE

Processing succeeded for all records without any errors. However, there may be warnings in the warning_info field.

SUCCESS = 1;

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()