Interface VertexAISearchOrBuilder (3.64.0)

public interface VertexAISearchOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatastore()

public abstract String getDatastore()

Optional. 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) = OPTIONAL];

Returns
Type Description
String

The datastore.

getDatastoreBytes()

public abstract ByteString getDatastoreBytes()

Optional. 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) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for datastore.

getEngine()

public abstract String getEngine()

Optional. Fully-qualified Vertex AI Search engine resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}

string engine = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The engine.

getEngineBytes()

public abstract ByteString getEngineBytes()

Optional. Fully-qualified Vertex AI Search engine resource ID. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}

string engine = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for engine.