Interface ImportIndexRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ImportIndexRequest, ImportIndexRequest.Builder

@Generated public interface ImportIndexRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
       Required. The name of the Index resource to import data to.
       Format:
       `projects/{project}/locations/{location}/indexes/{index}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Required. The name of the Index resource to import data to.
       Format:
       `projects/{project}/locations/{location}/indexes/{index}`
       
      string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for name.
    • getIsCompleteOverwrite

      boolean getIsCompleteOverwrite()
       Optional. If true, completely replace existing index data. Must be true for
       streaming update indexes.
       
      bool is_complete_overwrite = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The isCompleteOverwrite.
    • hasConfig

      boolean hasConfig()
       Required. Configuration for importing data from an external source.
       
      .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the config field is set.
    • getConfig

       Required. Configuration for importing data from an external source.
       
      .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The config.
    • getConfigOrBuilder

       Required. Configuration for importing data from an external source.
       
      .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig config = 3 [(.google.api.field_behavior) = REQUIRED];