Class BatchAllowAdReviewCenterAdsResponse (0.39.0)

public final class BatchAllowAdReviewCenterAdsResponse extends GeneratedMessageV3 implements BatchAllowAdReviewCenterAdsResponseOrBuilder

Response object for BatchAllowAdReviewCenterAds method.

Protobuf type google.ads.admanager.v1.BatchAllowAdReviewCenterAdsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > BatchAllowAdReviewCenterAdsResponse

Static Methods

getDefaultInstance()

public static BatchAllowAdReviewCenterAdsResponse getDefaultInstance()
Returns
Type Description
BatchAllowAdReviewCenterAdsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchAllowAdReviewCenterAdsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchAllowAdReviewCenterAdsResponse getDefaultInstanceForType()
Returns
Type Description
BatchAllowAdReviewCenterAdsResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchAllowAdReviewCenterAdsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchAllowAdReviewCenterAdsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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