Package io.milvus.grpc
Interface ServerInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServerInfo,ServerInfo.Builder
public interface ServerInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsReserved(String key)reserved for newly-added feature if necessary.StringgetBuildTags()string build_tags = 1;com.google.protobuf.ByteStringgetBuildTagsBytes()string build_tags = 1;StringgetBuildTime()string build_time = 2;com.google.protobuf.ByteStringgetBuildTimeBytes()string build_time = 2;StringgetDeployMode()string deploy_mode = 5;com.google.protobuf.ByteStringgetDeployModeBytes()string deploy_mode = 5;StringgetGitCommit()string git_commit = 3;com.google.protobuf.ByteStringgetGitCommitBytes()string git_commit = 3;StringgetGoVersion()string go_version = 4;com.google.protobuf.ByteStringgetGoVersionBytes()string go_version = 4;Map<String,String>getReserved()Deprecated.intgetReservedCount()reserved for newly-added feature if necessary.Map<String,String>getReservedMap()reserved for newly-added feature if necessary.StringgetReservedOrDefault(String key, String defaultValue)reserved for newly-added feature if necessary.StringgetReservedOrThrow(String key)reserved for newly-added feature if necessary.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBuildTags
String getBuildTags()
string build_tags = 1;- Returns:
- The buildTags.
-
getBuildTagsBytes
com.google.protobuf.ByteString getBuildTagsBytes()
string build_tags = 1;- Returns:
- The bytes for buildTags.
-
getBuildTime
String getBuildTime()
string build_time = 2;- Returns:
- The buildTime.
-
getBuildTimeBytes
com.google.protobuf.ByteString getBuildTimeBytes()
string build_time = 2;- Returns:
- The bytes for buildTime.
-
getGitCommit
String getGitCommit()
string git_commit = 3;- Returns:
- The gitCommit.
-
getGitCommitBytes
com.google.protobuf.ByteString getGitCommitBytes()
string git_commit = 3;- Returns:
- The bytes for gitCommit.
-
getGoVersion
String getGoVersion()
string go_version = 4;- Returns:
- The goVersion.
-
getGoVersionBytes
com.google.protobuf.ByteString getGoVersionBytes()
string go_version = 4;- Returns:
- The bytes for goVersion.
-
getDeployMode
String getDeployMode()
string deploy_mode = 5;- Returns:
- The deployMode.
-
getDeployModeBytes
com.google.protobuf.ByteString getDeployModeBytes()
string deploy_mode = 5;- Returns:
- The bytes for deployMode.
-
getReservedCount
int getReservedCount()
reserved for newly-added feature if necessary.
map<string, string> reserved = 6;
-
containsReserved
boolean containsReserved(String key)
reserved for newly-added feature if necessary.
map<string, string> reserved = 6;
-
getReserved
@Deprecated Map<String,String> getReserved()
Deprecated.UsegetReservedMap()instead.
-
getReservedMap
Map<String,String> getReservedMap()
reserved for newly-added feature if necessary.
map<string, string> reserved = 6;
-
getReservedOrDefault
String getReservedOrDefault(String key, String defaultValue)
reserved for newly-added feature if necessary.
map<string, string> reserved = 6;
-
-