Class VertexAISearch.DataStoreSpec.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
com.google.cloud.aiplatform.v1.VertexAISearch.DataStoreSpec.Builder
All Implemented Interfaces:
VertexAISearch.DataStoreSpecOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
VertexAISearch.DataStoreSpec

public static final class VertexAISearch.DataStoreSpec.Builder extends com.google.protobuf.GeneratedMessage.Builder<VertexAISearch.DataStoreSpec.Builder> implements VertexAISearch.DataStoreSpecOrBuilder
 Define data stores within engine to filter on in a search call and
 configurations for those data stores. For more information, see
 https://cloud.google.com/generative-ai-app-builder/docs/reference/rpc/google.cloud.discoveryengine.v1#datastorespec
 
Protobuf type google.cloud.aiplatform.v1.VertexAISearch.DataStoreSpec
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
    • getDefaultInstanceForType

      public VertexAISearch.DataStoreSpec getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public VertexAISearch.DataStoreSpec buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public VertexAISearch.DataStoreSpec.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
    • mergeFrom

      public VertexAISearch.DataStoreSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<VertexAISearch.DataStoreSpec.Builder>
      Throws:
      IOException
    • getDataStore

      public String getDataStore()
       Full resource name of DataStore, such as
       Format:
       `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
       
      string data_store = 1;
      Specified by:
      getDataStore in interface VertexAISearch.DataStoreSpecOrBuilder
      Returns:
      The dataStore.
    • getDataStoreBytes

      public com.google.protobuf.ByteString getDataStoreBytes()
       Full resource name of DataStore, such as
       Format:
       `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
       
      string data_store = 1;
      Specified by:
      getDataStoreBytes in interface VertexAISearch.DataStoreSpecOrBuilder
      Returns:
      The bytes for dataStore.
    • setDataStore

      public 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;
      Parameters:
      value - The dataStore to set.
      Returns:
      This builder for chaining.
    • clearDataStore

      public VertexAISearch.DataStoreSpec.Builder clearDataStore()
       Full resource name of DataStore, such as
       Format:
       `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}`
       
      string data_store = 1;
      Returns:
      This builder for chaining.
    • setDataStoreBytes

      public 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;
      Parameters:
      value - The bytes for dataStore to set.
      Returns:
      This builder for chaining.
    • getFilter

      public String getFilter()
       Optional. Filter specification to filter documents in the data store
       specified by data_store field. For more information on filtering, see
       [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFilter in interface VertexAISearch.DataStoreSpecOrBuilder
      Returns:
      The filter.
    • getFilterBytes

      public com.google.protobuf.ByteString getFilterBytes()
       Optional. Filter specification to filter documents in the data store
       specified by data_store field. For more information on filtering, see
       [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getFilterBytes in interface VertexAISearch.DataStoreSpecOrBuilder
      Returns:
      The bytes for filter.
    • setFilter

      public VertexAISearch.DataStoreSpec.Builder setFilter(String value)
       Optional. Filter specification to filter documents in the data store
       specified by data_store field. For more information on filtering, see
       [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The filter to set.
      Returns:
      This builder for chaining.
    • clearFilter

       Optional. Filter specification to filter documents in the data store
       specified by data_store field. For more information on filtering, see
       [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setFilterBytes

      public VertexAISearch.DataStoreSpec.Builder setFilterBytes(com.google.protobuf.ByteString value)
       Optional. Filter specification to filter documents in the data store
       specified by data_store field. For more information on filtering, see
       [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata)
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for filter to set.
      Returns:
      This builder for chaining.