Class BatchUnarchiveSlatesResponse (0.54.0)

public final class BatchUnarchiveSlatesResponse extends GeneratedMessage implements BatchUnarchiveSlatesResponseOrBuilder

Response message for BatchUnarchiveSlates method.

Protobuf type google.ads.admanager.v1.BatchUnarchiveSlatesResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchUnarchiveSlatesResponse

Static Methods

getDefaultInstance()

public static BatchUnarchiveSlatesResponse getDefaultInstance()
Returns
Type Description
BatchUnarchiveSlatesResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchUnarchiveSlatesResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchUnarchiveSlatesResponse getDefaultInstanceForType()
Returns
Type Description
BatchUnarchiveSlatesResponse

getParserForType()

public Parser<BatchUnarchiveSlatesResponse> getParserForType()
Returns
Type Description
Parser<BatchUnarchiveSlatesResponse>
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 BatchUnarchiveSlatesResponse.Builder newBuilderForType()
Returns
Type Description
BatchUnarchiveSlatesResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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