Google Ads Data Manager V1 Client - Class RequestStatus (0.5.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class RequestStatus.

The request status.

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

Namespace

Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestination

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

REQUEST_STATUS_UNKNOWN

Value: 0

The request status is unknown.

Generated from protobuf enum REQUEST_STATUS_UNKNOWN = 0;

SUCCESS

Value: 1

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

Generated from protobuf enum SUCCESS = 1;

PROCESSING

Value: 2

The request is processing.

Generated from protobuf enum PROCESSING = 2;

FAILED

Value: 3

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

Generated from protobuf enum FAILED = 3;

PARTIAL_SUCCESS

Value: 4

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.

Generated from protobuf enum PARTIAL_SUCCESS = 4;