public static final class RetrieveRequestStatusResponse.Builder extends GeneratedMessage.Builder<RetrieveRequestStatusResponse.Builder> implements RetrieveRequestStatusResponseOrBuilder
Response from the
RetrieveRequestStatusRequest.
Protobuf type google.ads.datamanager.v1.RetrieveRequestStatusResponse
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllRequestStatusPerDestination(Iterable<? extends RequestStatusPerDestination> values)
public RetrieveRequestStatusResponse.Builder addAllRequestStatusPerDestination(Iterable<? extends RequestStatusPerDestination> values)
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 |
values |
Iterable<? extends com.google.ads.datamanager.v1.RequestStatusPerDestination>
|
addRequestStatusPerDestination(RequestStatusPerDestination value)
public RetrieveRequestStatusResponse.Builder addRequestStatusPerDestination(RequestStatusPerDestination value)
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;
addRequestStatusPerDestination(RequestStatusPerDestination.Builder builderForValue)
public RetrieveRequestStatusResponse.Builder addRequestStatusPerDestination(RequestStatusPerDestination.Builder builderForValue)
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;
addRequestStatusPerDestination(int index, RequestStatusPerDestination value)
public RetrieveRequestStatusResponse.Builder addRequestStatusPerDestination(int index, RequestStatusPerDestination value)
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;
addRequestStatusPerDestination(int index, RequestStatusPerDestination.Builder builderForValue)
public RetrieveRequestStatusResponse.Builder addRequestStatusPerDestination(int index, RequestStatusPerDestination.Builder builderForValue)
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;
addRequestStatusPerDestinationBuilder()
public RequestStatusPerDestination.Builder addRequestStatusPerDestinationBuilder()
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;
addRequestStatusPerDestinationBuilder(int index)
public RequestStatusPerDestination.Builder addRequestStatusPerDestinationBuilder(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
|
build()
public RetrieveRequestStatusResponse build()
buildPartial()
public RetrieveRequestStatusResponse buildPartial()
clear()
public RetrieveRequestStatusResponse.Builder clear()
Overrides
clearRequestStatusPerDestination()
public RetrieveRequestStatusResponse.Builder clearRequestStatusPerDestination()
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;
getDefaultInstanceForType()
public RetrieveRequestStatusResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRequestStatusPerDestination(int index)
public 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
|
getRequestStatusPerDestinationBuilder(int index)
public RequestStatusPerDestination.Builder getRequestStatusPerDestinationBuilder(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
|
getRequestStatusPerDestinationBuilderList()
public List<RequestStatusPerDestination.Builder> getRequestStatusPerDestinationBuilderList()
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;
getRequestStatusPerDestinationCount()
public 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 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;
getRequestStatusPerDestinationOrBuilder(int index)
public 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
|
getRequestStatusPerDestinationOrBuilderList()
public 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RetrieveRequestStatusResponse other)
public RetrieveRequestStatusResponse.Builder mergeFrom(RetrieveRequestStatusResponse other)
public RetrieveRequestStatusResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RetrieveRequestStatusResponse.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeRequestStatusPerDestination(int index)
public RetrieveRequestStatusResponse.Builder removeRequestStatusPerDestination(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
|
setRequestStatusPerDestination(int index, RequestStatusPerDestination value)
public RetrieveRequestStatusResponse.Builder setRequestStatusPerDestination(int index, RequestStatusPerDestination value)
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;
setRequestStatusPerDestination(int index, RequestStatusPerDestination.Builder builderForValue)
public RetrieveRequestStatusResponse.Builder setRequestStatusPerDestination(int index, RequestStatusPerDestination.Builder builderForValue)
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;