public final class BatchDeleteDocumentsRequest extends GeneratedMessageV3 implements BatchDeleteDocumentsRequestOrBuilder
Protobuf type google.cloud.documentai.v1beta3.BatchDeleteDocumentsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DATASET_DOCUMENTS_FIELD_NUMBER
public static final int DATASET_DOCUMENTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
DATASET_FIELD_NUMBER
public static final int DATASET_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static BatchDeleteDocumentsRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BatchDeleteDocumentsRequest.Builder newBuilder()
newBuilder(BatchDeleteDocumentsRequest prototype)
public static BatchDeleteDocumentsRequest.Builder newBuilder(BatchDeleteDocumentsRequest prototype)
public static BatchDeleteDocumentsRequest parseDelimitedFrom(InputStream input)
public static BatchDeleteDocumentsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BatchDeleteDocumentsRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchDeleteDocumentsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BatchDeleteDocumentsRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchDeleteDocumentsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchDeleteDocumentsRequest parseFrom(CodedInputStream input)
public static BatchDeleteDocumentsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchDeleteDocumentsRequest parseFrom(InputStream input)
public static BatchDeleteDocumentsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BatchDeleteDocumentsRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchDeleteDocumentsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BatchDeleteDocumentsRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDataset()
public String getDataset()
Required. The dataset resource name.
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The dataset.
|
getDatasetBytes()
public ByteString getDatasetBytes()
Required. The dataset resource name.
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for dataset.
|
getDatasetDocuments()
public BatchDatasetDocuments getDatasetDocuments()
Required. Dataset documents input. If given filter
, all documents
satisfying the filter will be deleted. If given documentIds, a maximum of
50 documents can be deleted in a batch. The request will be rejected if
more than 50 document_ids are provided.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments dataset_documents = 3 [(.google.api.field_behavior) = REQUIRED];
getDatasetDocumentsOrBuilder()
public BatchDatasetDocumentsOrBuilder getDatasetDocumentsOrBuilder()
Required. Dataset documents input. If given filter
, all documents
satisfying the filter will be deleted. If given documentIds, a maximum of
50 documents can be deleted in a batch. The request will be rejected if
more than 50 document_ids are provided.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments dataset_documents = 3 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public BatchDeleteDocumentsRequest getDefaultInstanceForType()
getParserForType()
public Parser<BatchDeleteDocumentsRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasDatasetDocuments()
public boolean hasDatasetDocuments()
Required. Dataset documents input. If given filter
, all documents
satisfying the filter will be deleted. If given documentIds, a maximum of
50 documents can be deleted in a batch. The request will be rejected if
more than 50 document_ids are provided.
.google.cloud.documentai.v1beta3.BatchDatasetDocuments dataset_documents = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
boolean | Whether the datasetDocuments field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BatchDeleteDocumentsRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BatchDeleteDocumentsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public BatchDeleteDocumentsRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides