Send feedback
Class BatchCreateAdUnitsResponse.Builder (0.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class BatchCreateAdUnitsResponse . Builder extends GeneratedMessage . Builder<BatchCreateAdUnitsResponse . Builder > implements BatchCreateAdUnitsResponseOrBuilder
Response object for BatchCreateAdUnits method.
Protobuf type google.ads.admanager.v1.BatchCreateAdUnitsResponse
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
addAdUnits(AdUnit value)
public BatchCreateAdUnitsResponse . Builder addAdUnits ( AdUnit value )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
value
AdUnit
addAdUnits(AdUnit.Builder builderForValue)
public BatchCreateAdUnitsResponse . Builder addAdUnits ( AdUnit . Builder builderForValue )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
addAdUnits(int index, AdUnit value)
public BatchCreateAdUnitsResponse . Builder addAdUnits ( int index , AdUnit value )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameters
Name
Description
index
int
value
AdUnit
addAdUnits(int index, AdUnit.Builder builderForValue)
public BatchCreateAdUnitsResponse . Builder addAdUnits ( int index , AdUnit . Builder builderForValue )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
addAdUnitsBuilder()
public AdUnit . Builder addAdUnitsBuilder ()
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
addAdUnitsBuilder(int index)
public AdUnit . Builder addAdUnitsBuilder ( int index )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
index
int
addAllAdUnits(Iterable<? extends AdUnit> values)
public BatchCreateAdUnitsResponse . Builder addAllAdUnits ( Iterable <? extends AdUnit > values )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.ads.admanager.v1.AdUnit >
build()
public BatchCreateAdUnitsResponse build ()
buildPartial()
public BatchCreateAdUnitsResponse buildPartial ()
clear()
public BatchCreateAdUnitsResponse . Builder clear ()
Overrides
clearAdUnits()
public BatchCreateAdUnitsResponse . Builder clearAdUnits ()
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
getAdUnits(int index)
public AdUnit getAdUnits ( int index )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
index
int
Returns
Type
Description
AdUnit
getAdUnitsBuilder(int index)
public AdUnit . Builder getAdUnitsBuilder ( int index )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
index
int
getAdUnitsBuilderList()
public List<AdUnit . Builder > getAdUnitsBuilderList ()
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
getAdUnitsCount()
public int getAdUnitsCount ()
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Returns
Type
Description
int
getAdUnitsList()
public List<AdUnit> getAdUnitsList ()
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
getAdUnitsOrBuilder(int index)
public AdUnitOrBuilder getAdUnitsOrBuilder ( int index )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
index
int
getAdUnitsOrBuilderList()
public List <? extends AdUnitOrBuilder > getAdUnitsOrBuilderList ()
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Returns
Type
Description
List <? extends com.google.ads.admanager.v1.AdUnitOrBuilder >
getDefaultInstanceForType()
public BatchCreateAdUnitsResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(BatchCreateAdUnitsResponse other)
public BatchCreateAdUnitsResponse . Builder mergeFrom ( BatchCreateAdUnitsResponse other )
public BatchCreateAdUnitsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public BatchCreateAdUnitsResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
removeAdUnits(int index)
public BatchCreateAdUnitsResponse . Builder removeAdUnits ( int index )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameter
Name
Description
index
int
setAdUnits(int index, AdUnit value)
public BatchCreateAdUnitsResponse . Builder setAdUnits ( int index , AdUnit value )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Parameters
Name
Description
index
int
value
AdUnit
setAdUnits(int index, AdUnit.Builder builderForValue)
public BatchCreateAdUnitsResponse . Builder setAdUnits ( int index , AdUnit . Builder builderForValue )
The AdUnit objects created.
repeated .google.ads.admanager.v1.AdUnit ad_units = 1;
Send feedback
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 2026-02-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-27 UTC."],[],[]]