public static interface DataStoreTool.DataStoreSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataStore()
public abstract DataStore getDataStore()Optional. The data store.
.google.cloud.ces.v1.DataStore data_store = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataStore |
The dataStore. |
getDataStoreOrBuilder()
public abstract DataStoreOrBuilder getDataStoreOrBuilder()Optional. The data store.
.google.cloud.ces.v1.DataStore data_store = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataStoreOrBuilder |
|
getFilter()
public abstract String getFilter()Optional. Filter specification for the DataStore. See: https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes()Optional. Filter specification for the DataStore. See: https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
hasDataStore()
public abstract boolean hasDataStore()Optional. The data store.
.google.cloud.ces.v1.DataStore data_store = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataStore field is set. |