public static final class RequestStatusPerDestination.RemoveCompositeDataStatus.Builder extends GeneratedMessage.Builder<RequestStatusPerDestination.RemoveCompositeDataStatus.Builder> implements RequestStatusPerDestination.RemoveCompositeDataStatusOrBuilder
The status of the composite data removal from the destination.
Protobuf type
google.ads.datamanager.v1.RequestStatusPerDestination.RemoveCompositeDataStatus
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
addAllDataTypeCounts(Iterable<? extends RequestStatusPerDestination.DataTypeCount> values)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder addAllDataTypeCounts(Iterable<? extends RequestStatusPerDestination.DataTypeCount> values)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount>
|
addDataTypeCounts(RequestStatusPerDestination.DataTypeCount value)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder addDataTypeCounts(RequestStatusPerDestination.DataTypeCount value)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
addDataTypeCounts(RequestStatusPerDestination.DataTypeCount.Builder builderForValue)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder addDataTypeCounts(RequestStatusPerDestination.DataTypeCount.Builder builderForValue)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder addDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
addDataTypeCountsBuilder()
public RequestStatusPerDestination.DataTypeCount.Builder addDataTypeCountsBuilder()
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
addDataTypeCountsBuilder(int index)
public RequestStatusPerDestination.DataTypeCount.Builder addDataTypeCountsBuilder(int index)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Parameter |
| Name |
Description |
index |
int
|
build()
public RequestStatusPerDestination.RemoveCompositeDataStatus build()
buildPartial()
public RequestStatusPerDestination.RemoveCompositeDataStatus buildPartial()
clear()
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder clear()
Overrides
clearDataTypeCounts()
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder clearDataTypeCounts()
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
clearRecordCount()
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder clearRecordCount()
The total count of audience members sent in the removal request. Includes
all audience members in the request, regardless of whether they were
successfully removed or not.
int64 record_count = 1;
getDataTypeCounts(int index)
public RequestStatusPerDestination.DataTypeCount getDataTypeCounts(int index)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Parameter |
| Name |
Description |
index |
int
|
getDataTypeCountsBuilder(int index)
public RequestStatusPerDestination.DataTypeCount.Builder getDataTypeCountsBuilder(int index)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Parameter |
| Name |
Description |
index |
int
|
getDataTypeCountsBuilderList()
public List<RequestStatusPerDestination.DataTypeCount.Builder> getDataTypeCountsBuilderList()
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
getDataTypeCountsCount()
public int getDataTypeCountsCount()
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Returns |
| Type |
Description |
int |
|
getDataTypeCountsList()
public List<RequestStatusPerDestination.DataTypeCount> getDataTypeCountsList()
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
getDataTypeCountsOrBuilder(int index)
public RequestStatusPerDestination.DataTypeCountOrBuilder getDataTypeCountsOrBuilder(int index)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Parameter |
| Name |
Description |
index |
int
|
getDataTypeCountsOrBuilderList()
public List<? extends RequestStatusPerDestination.DataTypeCountOrBuilder> getDataTypeCountsOrBuilderList()
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Returns |
| Type |
Description |
List<? extends com.google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCountOrBuilder> |
|
getDefaultInstanceForType()
public RequestStatusPerDestination.RemoveCompositeDataStatus getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRecordCount()
public long getRecordCount()
The total count of audience members sent in the removal request. Includes
all audience members in the request, regardless of whether they were
successfully removed or not.
int64 record_count = 1;
| Returns |
| Type |
Description |
long |
The recordCount.
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RequestStatusPerDestination.RemoveCompositeDataStatus other)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder mergeFrom(RequestStatusPerDestination.RemoveCompositeDataStatus other)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeDataTypeCounts(int index)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder removeDataTypeCounts(int index)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
| Parameter |
| Name |
Description |
index |
int
|
setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount value)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder setDataTypeCounts(int index, RequestStatusPerDestination.DataTypeCount.Builder builderForValue)
The total count of data types sent in the removal request, broken down
by data type. Includes all data types in the request, regardless
of whether they were successfully removed or not.
repeated .google.ads.datamanager.v1.RequestStatusPerDestination.DataTypeCount data_type_counts = 2;
setRecordCount(long value)
public RequestStatusPerDestination.RemoveCompositeDataStatus.Builder setRecordCount(long value)
The total count of audience members sent in the removal request. Includes
all audience members in the request, regardless of whether they were
successfully removed or not.
int64 record_count = 1;
| Parameter |
| Name |
Description |
value |
long
The recordCount to set.
|