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 TypeMethodDescriptiongetTitle()string title = 1;com.google.protobuf.ByteStringstring title = 1;string version = 2;com.google.protobuf.ByteStringstring version = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-