Google Ads Data Manager V1 Client - Class RetrieveRequestStatusResponse (0.1.0)

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

Response from the RetrieveRequestStatusRequest.

Generated from protobuf message google.ads.datamanager.v1.RetrieveRequestStatusResponse

Namespace

Google \ Ads \ DataManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ request_status_per_destination array<RequestStatusPerDestination>

A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.

getRequestStatusPerDestination

A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequestStatusPerDestination

A list of request statuses per destination. The order of the statuses matches the order of the destinations in the original request.

Parameter
Name Description
var array<RequestStatusPerDestination>
Returns
Type Description
$this