public final class BatchCreateOrdersResponse extends GeneratedMessage implements BatchCreateOrdersResponseOrBuilder Response object for BatchCreateOrders method.
Protobuf type google.ads.admanager.v1.BatchCreateOrdersResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchCreateOrdersResponseImplements
BatchCreateOrdersResponseOrBuilderStatic Fields
ORDERS_FIELD_NUMBER
public static final int ORDERS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchCreateOrdersResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchCreateOrdersResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse.Builder |
|
newBuilder(BatchCreateOrdersResponse prototype)
public static BatchCreateOrdersResponse.Builder newBuilder(BatchCreateOrdersResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchCreateOrdersResponse |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchCreateOrdersResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOrdersResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchCreateOrdersResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOrdersResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchCreateOrdersResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOrdersResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchCreateOrdersResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOrdersResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchCreateOrdersResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOrdersResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchCreateOrdersResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchCreateOrdersResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchCreateOrdersResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchCreateOrdersResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BatchCreateOrdersResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse |
|
getOrders(int index)
public Order getOrders(int index) The Order objects created.
repeated .google.ads.admanager.v1.Order orders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Order |
|
getOrdersCount()
public int getOrdersCount() The Order objects created.
repeated .google.ads.admanager.v1.Order orders = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOrdersList()
public List<Order> getOrdersList() The Order objects created.
repeated .google.ads.admanager.v1.Order orders = 1;
| Returns | |
|---|---|
| Type | Description |
List<Order> |
|
getOrdersOrBuilder(int index)
public OrderOrBuilder getOrdersOrBuilder(int index) The Order objects created.
repeated .google.ads.admanager.v1.Order orders = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OrderOrBuilder |
|
getOrdersOrBuilderList()
public List<? extends OrderOrBuilder> getOrdersOrBuilderList() The Order objects created.
repeated .google.ads.admanager.v1.Order orders = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.OrderOrBuilder> |
|
getParserForType()
public Parser<BatchCreateOrdersResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchCreateOrdersResponse> |
|
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 BatchCreateOrdersResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchCreateOrdersResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse.Builder |
|
toBuilder()
public BatchCreateOrdersResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchCreateOrdersResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|