public interface VertexAISearchOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDatastore()
public abstract String getDatastore()
Required. Fully-qualified Vertex AI Search data store resource ID.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
string datastore = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The datastore. |
getDatastoreBytes()
public abstract ByteString getDatastoreBytes()
Required. Fully-qualified Vertex AI Search data store resource ID.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
string datastore = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for datastore. |