Interface CollectionsInternalService.GetCollectionInfoRequestInternalOrBuilder

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

public static interface CollectionsInternalService.GetCollectionInfoRequestInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .qdrant.GetCollectionInfoRequest get_collectionInfoRequest = 1;
    .qdrant.GetCollectionInfoRequest get_collectionInfoRequest = 1;
    int
    uint32 shard_id = 2;
    boolean
    .qdrant.GetCollectionInfoRequest get_collectionInfoRequest = 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

    • hasGetCollectionInfoRequest

      boolean hasGetCollectionInfoRequest()
      .qdrant.GetCollectionInfoRequest get_collectionInfoRequest = 1;
      Returns:
      Whether the getCollectionInfoRequest field is set.
    • getGetCollectionInfoRequest

      Collections.GetCollectionInfoRequest getGetCollectionInfoRequest()
      .qdrant.GetCollectionInfoRequest get_collectionInfoRequest = 1;
      Returns:
      The getCollectionInfoRequest.
    • getGetCollectionInfoRequestOrBuilder

      Collections.GetCollectionInfoRequestOrBuilder getGetCollectionInfoRequestOrBuilder()
      .qdrant.GetCollectionInfoRequest get_collectionInfoRequest = 1;
    • getShardId

      int getShardId()
      uint32 shard_id = 2;
      Returns:
      The shardId.