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 \ RequestStatusPerDestinationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REQUEST_STATUS_UNKNOWN
Value: 0The request status is unknown.
Generated from protobuf enum REQUEST_STATUS_UNKNOWN = 0;
SUCCESS
Value: 1The request succeeded.
Generated from protobuf enum SUCCESS = 1;
PROCESSING
Value: 2The request is processing.
Generated from protobuf enum PROCESSING = 2;
FAILED
Value: 3The request failed.
Generated from protobuf enum FAILED = 3;
PARTIAL_SUCCESS
Value: 4The request partially succeeded.
Generated from protobuf enum PARTIAL_SUCCESS = 4;