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 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;
      • 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;
      • getReservedOrThrow

        String getReservedOrThrow​(String key)
         reserved for newly-added feature if necessary.
         
        map<string, string> reserved = 6;