Interface Debug.TriggerVectorIndexSnapshotRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.TriggerVectorIndexSnapshotRequest, Debug.TriggerVectorIndexSnapshotRequest.Builder
Enclosing class:
Debug

public static interface Debug.TriggerVectorIndexSnapshotRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.common.Location location = 4;
    .dingodb.pb.common.Location location = 4;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    install or pull
    com.google.protobuf.ByteString
    install or pull
    long
    int64 vector_index_id = 2;
    boolean
    .dingodb.pb.common.Location location = 4;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getVectorIndexId

      long getVectorIndexId()
      int64 vector_index_id = 2;
      Returns:
      The vectorIndexId.
    • getType

      String getType()
       install or pull
       
      string type = 3;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       install or pull
       
      string type = 3;
      Returns:
      The bytes for type.
    • hasLocation

      boolean hasLocation()
      .dingodb.pb.common.Location location = 4;
      Returns:
      Whether the location field is set.
    • getLocation

      Common.Location getLocation()
      .dingodb.pb.common.Location location = 4;
      Returns:
      The location.
    • getLocationOrBuilder

      Common.LocationOrBuilder getLocationOrBuilder()
      .dingodb.pb.common.Location location = 4;