public static interface RequestStatusPerDestination.IngestAudienceMembersStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMobileDataIngestionStatus()
public abstract 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. |
getMobileDataIngestionStatusOrBuilder()
public abstract 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 abstract 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. |
getPairDataIngestionStatusOrBuilder()
public abstract 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 abstract RequestStatusPerDestination.IngestAudienceMembersStatus.StatusCase getStatusCase()| Returns | |
|---|---|
| Type | Description |
RequestStatusPerDestination.IngestAudienceMembersStatus.StatusCase |
|
getUserDataIngestionStatus()
public abstract 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. |
getUserDataIngestionStatusOrBuilder()
public abstract 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 abstract 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 abstract 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 abstract 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. |