Interface RetrieveRequestStatusResponseOrBuilder (0.1.0)

publicinterface RetrieveRequestStatusResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequestStatusPerDestination(int index)

publicabstractRequestStatusPerDestinationgetRequestStatusPerDestination(intindex)

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

repeated .google.ads.datamanager.v1.RequestStatusPerDestination request_status_per_destination = 1;

Parameter
Name Description
index int
Returns
Type Description
RequestStatusPerDestination

getRequestStatusPerDestinationCount()

publicabstractintgetRequestStatusPerDestinationCount()

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

repeated .google.ads.datamanager.v1.RequestStatusPerDestination request_status_per_destination = 1;

Returns
Type Description
int

getRequestStatusPerDestinationList()

publicabstractList<RequestStatusPerDestination>getRequestStatusPerDestinationList()

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

repeated .google.ads.datamanager.v1.RequestStatusPerDestination request_status_per_destination = 1;

Returns
Type Description
List<RequestStatusPerDestination>

getRequestStatusPerDestinationOrBuilder(int index)

publicabstractRequestStatusPerDestinationOrBuildergetRequestStatusPerDestinationOrBuilder(intindex)

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

repeated .google.ads.datamanager.v1.RequestStatusPerDestination request_status_per_destination = 1;

Parameter
Name Description
index int
Returns
Type Description
RequestStatusPerDestinationOrBuilder

getRequestStatusPerDestinationOrBuilderList()

publicabstractList<?extendsRequestStatusPerDestinationOrBuilder>getRequestStatusPerDestinationOrBuilderList()

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

repeated .google.ads.datamanager.v1.RequestStatusPerDestination request_status_per_destination = 1;

Returns
Type Description
List<? extends com.google.ads.datamanager.v1.RequestStatusPerDestinationOrBuilder>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.