public final class BatchCreateAdUnitsResponse extends GeneratedMessage implements BatchCreateAdUnitsResponseOrBuilder Response object for BatchCreateAdUnits method.
Protobuf type google.ads.admanager.v1.BatchCreateAdUnitsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchCreateAdUnitsResponseImplements
BatchCreateAdUnitsResponseOrBuilderStatic Fields
AD_UNITS_FIELD_NUMBER
public static final int AD_UNITS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchCreateAdUnitsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchCreateAdUnitsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse.Builder |
|
newBuilder(BatchCreateAdUnitsResponse prototype)
public static BatchCreateAdUnitsResponse.Builder newBuilder(BatchCreateAdUnitsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchCreateAdUnitsResponse |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchCreateAdUnitsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateAdUnitsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchCreateAdUnitsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateAdUnitsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchCreateAdUnitsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateAdUnitsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchCreateAdUnitsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateAdUnitsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchCreateAdUnitsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateAdUnitsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchCreateAdUnitsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateAdUnitsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchCreateAdUnitsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchCreateAdUnitsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<AdUnit> |
|
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 |
| Returns | |
|---|---|
| Type | Description |
AdUnitOrBuilder |
|
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()| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse |
|
getParserForType()
public Parser<BatchCreateAdUnitsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchCreateAdUnitsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchCreateAdUnitsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchCreateAdUnitsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse.Builder |
|
toBuilder()
public BatchCreateAdUnitsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchCreateAdUnitsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|