Interface ImportDocumentsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportDocumentsRequest
,ImportDocumentsRequest.Builder
public interface ImportDocumentsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportDocumentsRequest.BatchDocumentsImportConfig
getBatchDocumentsImportConfigs(int index)
Required.int
getBatchDocumentsImportConfigsCount()
Required.List<ImportDocumentsRequest.BatchDocumentsImportConfig>
getBatchDocumentsImportConfigsList()
Required.ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder
getBatchDocumentsImportConfigsOrBuilder(int index)
Required.List<? extends ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder>
getBatchDocumentsImportConfigsOrBuilderList()
Required.String
getDataset()
Required.com.google.protobuf.ByteString
getDatasetBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataset
String getDataset()
Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The dataset.
-
getDatasetBytes
com.google.protobuf.ByteString getDatasetBytes()
Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset
string dataset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for dataset.
-
getBatchDocumentsImportConfigsList
List<ImportDocumentsRequest.BatchDocumentsImportConfig> getBatchDocumentsImportConfigsList()
Required. The Cloud Storage uri containing raw documents that must be imported.
repeated .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig batch_documents_import_configs = 4 [(.google.api.field_behavior) = REQUIRED];
-
getBatchDocumentsImportConfigs
ImportDocumentsRequest.BatchDocumentsImportConfig getBatchDocumentsImportConfigs(int index)
Required. The Cloud Storage uri containing raw documents that must be imported.
repeated .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig batch_documents_import_configs = 4 [(.google.api.field_behavior) = REQUIRED];
-
getBatchDocumentsImportConfigsCount
int getBatchDocumentsImportConfigsCount()
Required. The Cloud Storage uri containing raw documents that must be imported.
repeated .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig batch_documents_import_configs = 4 [(.google.api.field_behavior) = REQUIRED];
-
getBatchDocumentsImportConfigsOrBuilderList
List<? extends ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder> getBatchDocumentsImportConfigsOrBuilderList()
Required. The Cloud Storage uri containing raw documents that must be imported.
repeated .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig batch_documents_import_configs = 4 [(.google.api.field_behavior) = REQUIRED];
-
getBatchDocumentsImportConfigsOrBuilder
ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder getBatchDocumentsImportConfigsOrBuilder(int index)
Required. The Cloud Storage uri containing raw documents that must be imported.
repeated .google.cloud.documentai.v1beta3.ImportDocumentsRequest.BatchDocumentsImportConfig batch_documents_import_configs = 4 [(.google.api.field_behavior) = REQUIRED];
-
-