Interface QdrantOuterClass.HealthCheckReplyOrBuilder

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

public static interface QdrantOuterClass.HealthCheckReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string title = 1;
    com.google.protobuf.ByteString
    string title = 1;
    string version = 2;
    com.google.protobuf.ByteString
    string version = 2;

    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

    • getTitle

      String getTitle()
      string title = 1;
      Returns:
      The title.
    • getTitleBytes

      com.google.protobuf.ByteString getTitleBytes()
      string title = 1;
      Returns:
      The bytes for title.
    • getVersion

      String getVersion()
      string version = 2;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      string version = 2;
      Returns:
      The bytes for version.