Class BatchApproveOrdersResponse (0.54.0)

public final class BatchApproveOrdersResponse extends GeneratedMessage implements BatchApproveOrdersResponseOrBuilder

Response object for BatchApproveOrders method.

Protobuf type google.ads.admanager.v1.BatchApproveOrdersResponse

Static Methods

getDefaultInstance()

public static BatchApproveOrdersResponse getDefaultInstance()
Returns
Type Description
BatchApproveOrdersResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchApproveOrdersResponse.Builder newBuilder()
Returns
Type Description
BatchApproveOrdersResponse.Builder

newBuilder(BatchApproveOrdersResponse prototype)

public static BatchApproveOrdersResponse.Builder newBuilder(BatchApproveOrdersResponse prototype)
Parameter
Name Description
prototype BatchApproveOrdersResponse
Returns
Type Description
BatchApproveOrdersResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchApproveOrdersResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchApproveOrdersResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchApproveOrdersResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchApproveOrdersResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchApproveOrdersResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchApproveOrdersResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchApproveOrdersResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchApproveOrdersResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchApproveOrdersResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchApproveOrdersResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchApproveOrdersResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchApproveOrdersResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchApproveOrdersResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchApproveOrdersResponse> parser()
Returns
Type Description
Parser<BatchApproveOrdersResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchApproveOrdersResponse getDefaultInstanceForType()
Returns
Type Description
BatchApproveOrdersResponse

getParserForType()

public Parser<BatchApproveOrdersResponse> getParserForType()
Returns
Type Description
Parser<BatchApproveOrdersResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchApproveOrdersResponse.Builder newBuilderForType()
Returns
Type Description
BatchApproveOrdersResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BatchApproveOrdersResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchApproveOrdersResponse.Builder
Overrides

toBuilder()

public BatchApproveOrdersResponse.Builder toBuilder()
Returns
Type Description
BatchApproveOrdersResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException