Interface RetrieveRequestStatusResponseOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface RetrieveRequestStatusResponseOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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> |
|