public static final class RequestStatusPerDestination.IngestAudienceMembersStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.IngestAudienceMembersStatus.Builder> implements RequestStatusPerDestination.IngestAudienceMembersStatusOrBuilderThe status of the ingest audience members request.
Protobuf type
google.ads.datamanager.v1.RequestStatusPerDestination.IngestAudienceMembersStatus
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RequestStatusPerDestination.IngestAudienceMembersStatus.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RequestStatusPerDestination.IngestAudienceMembersStatus build()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus |
|
buildPartial()
public RequestStatusPerDestination.IngestAudienceMembersStatus buildPartial()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus |
|
clear()
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder clear()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
clearMobileDataIngestionStatus()
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder clearMobileDataIngestionStatus()The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
clearPairDataIngestionStatus()
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder clearPairDataIngestionStatus()The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
clearStatus()
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder clearStatus()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
clearUserDataIngestionStatus()
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder clearUserDataIngestionStatus()The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
getDefaultInstanceForType()
public RequestStatusPerDestination.IngestAudienceMembersStatus getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMobileDataIngestionStatus()
public RequestStatusPerDestination.IngestMobileDataStatus getMobileDataIngestionStatus()The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestMobileDataStatus |
The mobileDataIngestionStatus. |
getMobileDataIngestionStatusBuilder()
public RequestStatusPerDestination.IngestMobileDataStatus.Builder getMobileDataIngestionStatusBuilder()The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestMobileDataStatus.Builder |
|
getMobileDataIngestionStatusOrBuilder()
public RequestStatusPerDestination.IngestMobileDataStatusOrBuilder getMobileDataIngestionStatusOrBuilder()The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestMobileDataStatusOrBuilder |
|
getPairDataIngestionStatus()
public RequestStatusPerDestination.IngestPairDataStatus getPairDataIngestionStatus()The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestPairDataStatus |
The pairDataIngestionStatus. |
getPairDataIngestionStatusBuilder()
public RequestStatusPerDestination.IngestPairDataStatus.Builder getPairDataIngestionStatusBuilder()The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestPairDataStatus.Builder |
|
getPairDataIngestionStatusOrBuilder()
public RequestStatusPerDestination.IngestPairDataStatusOrBuilder getPairDataIngestionStatusOrBuilder()The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestPairDataStatusOrBuilder |
|
getStatusCase()
public RequestStatusPerDestination.IngestAudienceMembersStatus.StatusCase getStatusCase()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.StatusCase |
|
getUserDataIngestionStatus()
public RequestStatusPerDestination.IngestUserDataStatus getUserDataIngestionStatus()The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestUserDataStatus |
The userDataIngestionStatus. |
getUserDataIngestionStatusBuilder()
public RequestStatusPerDestination.IngestUserDataStatus.Builder getUserDataIngestionStatusBuilder()The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestUserDataStatus.Builder |
|
getUserDataIngestionStatusOrBuilder()
public RequestStatusPerDestination.IngestUserDataStatusOrBuilder getUserDataIngestionStatusOrBuilder()The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestUserDataStatusOrBuilder |
|
hasMobileDataIngestionStatus()
public boolean hasMobileDataIngestionStatus()The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mobileDataIngestionStatus field is set. |
hasPairDataIngestionStatus()
public boolean hasPairDataIngestionStatus()The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the pairDataIngestionStatus field is set. |
hasUserDataIngestionStatus()
public boolean hasUserDataIngestionStatus()The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the userDataIngestionStatus field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RequestStatusPerDestination.IngestAudienceMembersStatus other)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder mergeFrom(RequestStatusPerDestination.IngestAudienceMembersStatus other)| Parameter | |
|---|---|
| Name | Description |
other |
RequestStatusPerDestination.IngestAudienceMembersStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
mergeMobileDataIngestionStatus(RequestStatusPerDestination.IngestMobileDataStatus value)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder mergeMobileDataIngestionStatus(RequestStatusPerDestination.IngestMobileDataStatus value)The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RequestStatusPerDestination.IngestMobileDataStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
mergePairDataIngestionStatus(RequestStatusPerDestination.IngestPairDataStatus value)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder mergePairDataIngestionStatus(RequestStatusPerDestination.IngestPairDataStatus value)The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
RequestStatusPerDestination.IngestPairDataStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
mergeUserDataIngestionStatus(RequestStatusPerDestination.IngestUserDataStatus value)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder mergeUserDataIngestionStatus(RequestStatusPerDestination.IngestUserDataStatus value)The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RequestStatusPerDestination.IngestUserDataStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
setMobileDataIngestionStatus(RequestStatusPerDestination.IngestMobileDataStatus value)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder setMobileDataIngestionStatus(RequestStatusPerDestination.IngestMobileDataStatus value)The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RequestStatusPerDestination.IngestMobileDataStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
setMobileDataIngestionStatus(RequestStatusPerDestination.IngestMobileDataStatus.Builder builderForValue)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder setMobileDataIngestionStatus(RequestStatusPerDestination.IngestMobileDataStatus.Builder builderForValue)The status of the mobile data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestMobileDataStatus mobile_data_ingestion_status = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RequestStatusPerDestination.IngestMobileDataStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
setPairDataIngestionStatus(RequestStatusPerDestination.IngestPairDataStatus value)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder setPairDataIngestionStatus(RequestStatusPerDestination.IngestPairDataStatus value)The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
RequestStatusPerDestination.IngestPairDataStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
setPairDataIngestionStatus(RequestStatusPerDestination.IngestPairDataStatus.Builder builderForValue)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder setPairDataIngestionStatus(RequestStatusPerDestination.IngestPairDataStatus.Builder builderForValue)The status of the pair data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus pair_data_ingestion_status = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RequestStatusPerDestination.IngestPairDataStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
setUserDataIngestionStatus(RequestStatusPerDestination.IngestUserDataStatus value)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder setUserDataIngestionStatus(RequestStatusPerDestination.IngestUserDataStatus value)The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RequestStatusPerDestination.IngestUserDataStatus |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|
setUserDataIngestionStatus(RequestStatusPerDestination.IngestUserDataStatus.Builder builderForValue)
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder setUserDataIngestionStatus(RequestStatusPerDestination.IngestUserDataStatus.Builder builderForValue)The status of the user data ingestion to the destination.
.google.ads.datamanager.v1.RequestStatusPerDestination.IngestUserDataStatus user_data_ingestion_status = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RequestStatusPerDestination.IngestUserDataStatus.Builder |
| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.Builder |
|