Class RequestStatusPerDestination.IngestAudienceMembersStatus (0.1.0)
public static final class RequestStatusPerDestination.IngestAudienceMembersStatus extends GeneratedMessageV3 implements RequestStatusPerDestination.IngestAudienceMembersStatusOrBuilder
The status of the ingest audience members request.
Protobuf type
google.ads.datamanager.v1.RequestStatusPerDestination.IngestAudienceMembersStatus
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int MOBILE_DATA_INGESTION_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int PAIR_DATA_INGESTION_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
public static final int USER_DATA_INGESTION_STATUS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
public static RequestStatusPerDestination.IngestAudienceMembersStatus getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static RequestStatusPerDestination.IngestAudienceMembersStatus.Builder newBuilder()
public static RequestStatusPerDestination.IngestAudienceMembersStatus.Builder newBuilder(RequestStatusPerDestination.IngestAudienceMembersStatus prototype)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseDelimitedFrom(InputStream input)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(ByteString data)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(CodedInputStream input)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(InputStream input)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(ByteBuffer data)
public static RequestStatusPerDestination.IngestAudienceMembersStatus parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<RequestStatusPerDestination.IngestAudienceMembersStatus> parser()
Methods
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
public RequestStatusPerDestination.IngestAudienceMembersStatus getDefaultInstanceForType()
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;
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;
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;
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;
public Parser<RequestStatusPerDestination.IngestAudienceMembersStatus> getParserForType()
Overrides
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
public RequestStatusPerDestination.IngestAudienceMembersStatus.StatusCase getStatusCase()
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;
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;
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.
|
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.
|
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.
|
| Returns |
| Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder newBuilderForType()
protected RequestStatusPerDestination.IngestAudienceMembersStatus.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
| Returns |
| Type |
Description |
Object |
|
Overrides
public RequestStatusPerDestination.IngestAudienceMembersStatus.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-19 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-11-19 UTC."],[],[]]