Reference documentation and code samples for the Google Cloud Ces V1 Client class DataStore.
A DataStore resource in Vertex AI Search.
Generated from protobuf message google.cloud.ces.v1.DataStore
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Full resource name of the DataStore. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
↳ type
int
Output only. The type of the data store. This field is readonly and populated by the server.
↳ document_processing_mode
int
Output only. The document processing mode for the data store connection. Only set for PUBLIC_WEB and UNSTRUCTURED data stores.
↳ display_name
string
Output only. The display name of the data store.
↳ create_time
↳ connector_config
getName
Required. Full resource name of the DataStore.
Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
string
setName
Required. Full resource name of the DataStore.
Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
var
string
$this
getType
Output only. The type of the data store. This field is readonly and populated by the server.
setType
Output only. The type of the data store. This field is readonly and populated by the server.
$this
getDocumentProcessingMode
Output only. The document processing mode for the data store connection.
Only set for PUBLIC_WEB and UNSTRUCTURED data stores.
setDocumentProcessingMode
Output only. The document processing mode for the data store connection.
Only set for PUBLIC_WEB and UNSTRUCTURED data stores.
$this
getDisplayName
Output only. The display name of the data store.
string
setDisplayName
Output only. The display name of the data store.
var
string
$this
getCreateTime
Output only. Timestamp when the data store was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Timestamp when the data store was created.
$this
getConnectorConfig
Output only. The connector config for the data store connection.
hasConnectorConfig
clearConnectorConfig
setConnectorConfig
Output only. The connector config for the data store connection.
$this

