public interface RetrieveRequestStatusResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRequestStatusPerDestination(int index)
public abstract RequestStatusPerDestination getRequestStatusPerDestination(int index)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()
public abstract int getRequestStatusPerDestinationCount()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()
public abstract List<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)
public abstract RequestStatusPerDestinationOrBuilder getRequestStatusPerDestinationOrBuilder(int index)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()
public abstract List<? extends RequestStatusPerDestinationOrBuilder> 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> |
|