Class DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder (0.54.0)

public static class DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder

Builder for projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig.

Inheritance

java.lang.Object > DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder

Constructors

ProjectLocationCollectionDataStoreBuilder()

protected ProjectLocationCollectionDataStoreBuilder()

Methods

build()

public DocumentProcessingConfigName build()
Returns
Type Description
DocumentProcessingConfigName

getCollection()

public String getCollection()
Returns
Type Description
String

getDataStore()

public String getDataStore()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCollection(String collection)

public DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder setCollection(String collection)
Parameter
Name Description
collection String

setDataStore(String dataStore)

public DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder setDataStore(String dataStore)
Parameter
Name Description
dataStore String

setLocation(String location)

public DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder setLocation(String location)
Parameter
Name Description
location String

setProject(String project)

public DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder setProject(String project)
Parameter
Name Description
project String