public interface VertexAISearchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastore()
Optional.
|
com.google.protobuf.ByteString |
getDatastoreBytes()
Optional.
|
String |
getEngine()
Optional.
|
com.google.protobuf.ByteString |
getEngineBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];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];com.google.protobuf.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];Copyright © 2025 Google LLC. All rights reserved.