| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.Builder.addDataStoreSpecsBuilder()
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.Builder.addDataStoreSpecsBuilder(int index)
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.clear() |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.clearDataStore()
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1; |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.clearFilter()
Optional.
|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.clone() |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.Builder.getDataStoreSpecsBuilder(int index)
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.mergeFrom(com.google.protobuf.Message other) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.mergeFrom(VertexAISearch.DataStoreSpec other) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.newBuilder() |
static VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.newBuilder(VertexAISearch.DataStoreSpec prototype) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.newBuilderForType() |
protected VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setDataStore(String value)
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1; |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setDataStoreBytes(com.google.protobuf.ByteString value)
Full resource name of DataStore, such as
Format:
`projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
string data_store = 1; |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setFilter(String value)
Optional.
|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setFilterBytes(com.google.protobuf.ByteString value)
Optional.
|
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VertexAISearch.DataStoreSpec.Builder |
VertexAISearch.DataStoreSpec.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<VertexAISearch.DataStoreSpec.Builder> |
VertexAISearch.Builder.getDataStoreSpecsBuilderList()
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
| Modifier and Type | Method and Description |
|---|---|
VertexAISearch.Builder |
VertexAISearch.Builder.addDataStoreSpecs(int index,
VertexAISearch.DataStoreSpec.Builder builderForValue)
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
VertexAISearch.Builder |
VertexAISearch.Builder.addDataStoreSpecs(VertexAISearch.DataStoreSpec.Builder builderForValue)
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
VertexAISearch.Builder |
VertexAISearch.Builder.setDataStoreSpecs(int index,
VertexAISearch.DataStoreSpec.Builder builderForValue)
Specifications that define the specific DataStores to be searched, along
with configurations for those data stores.
|
Copyright © 2025 Google LLC. All rights reserved.