Uses of Class
com.google.cloud.aiplatform.v1.VertexAISearch.DataStoreSpec
Packages that use VertexAISearch.DataStoreSpec
-
Uses of VertexAISearch.DataStoreSpec in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return VertexAISearch.DataStoreSpecModifier and TypeMethodDescriptionVertexAISearch.DataStoreSpec.Builder.build()VertexAISearch.DataStoreSpec.Builder.buildPartial()VertexAISearch.Builder.getDataStoreSpecs(int index) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.VertexAISearch.getDataStoreSpecs(int index) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.VertexAISearchOrBuilder.getDataStoreSpecs(int index) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.getDefaultInstance()VertexAISearch.DataStoreSpec.Builder.getDefaultInstanceForType()VertexAISearch.DataStoreSpec.getDefaultInstanceForType()static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseDelimitedFrom(InputStream input) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(byte[] data) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(com.google.protobuf.ByteString data) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(com.google.protobuf.CodedInputStream input) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(InputStream input) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(ByteBuffer data) static VertexAISearch.DataStoreSpecVertexAISearch.DataStoreSpec.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type VertexAISearch.DataStoreSpecModifier and TypeMethodDescriptionVertexAISearch.Builder.getDataStoreSpecsList()Specifications that define the specific DataStores to be searched, along with configurations for those data stores.VertexAISearch.getDataStoreSpecsList()Specifications that define the specific DataStores to be searched, along with configurations for those data stores.VertexAISearchOrBuilder.getDataStoreSpecsList()Specifications that define the specific DataStores to be searched, along with configurations for those data stores.com.google.protobuf.Parser<VertexAISearch.DataStoreSpec>VertexAISearch.DataStoreSpec.getParserForType()static com.google.protobuf.Parser<VertexAISearch.DataStoreSpec>VertexAISearch.DataStoreSpec.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type VertexAISearch.DataStoreSpecModifier and TypeMethodDescriptionVertexAISearch.Builder.addDataStoreSpecs(int index, VertexAISearch.DataStoreSpec value) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.VertexAISearch.Builder.addDataStoreSpecs(VertexAISearch.DataStoreSpec value) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.VertexAISearch.DataStoreSpec.Builder.mergeFrom(VertexAISearch.DataStoreSpec other) VertexAISearch.DataStoreSpec.newBuilder(VertexAISearch.DataStoreSpec prototype) VertexAISearch.Builder.setDataStoreSpecs(int index, VertexAISearch.DataStoreSpec value) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type VertexAISearch.DataStoreSpecModifier and TypeMethodDescriptionVertexAISearch.Builder.addAllDataStoreSpecs(Iterable<? extends VertexAISearch.DataStoreSpec> values) Specifications that define the specific DataStores to be searched, along with configurations for those data stores.