Class BatchDeleteDocumentsResponse.Builder (2.87.0)

public static final class BatchDeleteDocumentsResponse.Builder extends GeneratedMessage.Builder<BatchDeleteDocumentsResponse.Builder> implements BatchDeleteDocumentsResponseOrBuilder

Response of the delete documents operation.

Protobuf type google.cloud.documentai.v1beta3.BatchDeleteDocumentsResponse

Static Methods

getDescriptor()

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

Methods

build()

public BatchDeleteDocumentsResponse build()
Returns
Type Description
BatchDeleteDocumentsResponse

buildPartial()

public BatchDeleteDocumentsResponse buildPartial()
Returns
Type Description
BatchDeleteDocumentsResponse

clear()

public BatchDeleteDocumentsResponse.Builder clear()
Returns
Type Description
BatchDeleteDocumentsResponse.Builder
Overrides

getDefaultInstanceForType()

public BatchDeleteDocumentsResponse getDefaultInstanceForType()
Returns
Type Description
BatchDeleteDocumentsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchDeleteDocumentsResponse other)

public BatchDeleteDocumentsResponse.Builder mergeFrom(BatchDeleteDocumentsResponse other)
Parameter
Name Description
other BatchDeleteDocumentsResponse
Returns
Type Description
BatchDeleteDocumentsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchDeleteDocumentsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchDeleteDocumentsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BatchDeleteDocumentsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BatchDeleteDocumentsResponse.Builder
Overrides