Interface UpsertDatapointsRequestOrBuilder

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

    public interface UpsertDatapointsRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getIndex

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

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

        List<IndexDatapoint> getDatapointsList()
         A list of datapoints to be created/updated.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 2;
      • getDatapoints

        IndexDatapoint getDatapoints​(int index)
         A list of datapoints to be created/updated.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 2;
      • getDatapointsCount

        int getDatapointsCount()
         A list of datapoints to be created/updated.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 2;
      • getDatapointsOrBuilderList

        List<? extends IndexDatapointOrBuilder> getDatapointsOrBuilderList()
         A list of datapoints to be created/updated.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 2;
      • getDatapointsOrBuilder

        IndexDatapointOrBuilder getDatapointsOrBuilder​(int index)
         A list of datapoints to be created/updated.
         
        repeated .google.cloud.aiplatform.v1.IndexDatapoint datapoints = 2;