Interface ServiceInfoV2OrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServiceInfoV2, ServiceInfoV2.Builder

public interface ServiceInfoV2OrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getGroup

      String getGroup()
      string group = 2;
      Returns:
      The group.
    • getGroupBytes

      com.google.protobuf.ByteString getGroupBytes()
      string group = 2;
      Returns:
      The bytes for group.
    • getVersion

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

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

      String getProtocol()
      string protocol = 4;
      Returns:
      The protocol.
    • getProtocolBytes

      com.google.protobuf.ByteString getProtocolBytes()
      string protocol = 4;
      Returns:
      The bytes for protocol.
    • getPort

      int getPort()
      int32 port = 5;
      Returns:
      The port.
    • getPath

      String getPath()
      string path = 6;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      string path = 6;
      Returns:
      The bytes for path.
    • getParamsCount

      int getParamsCount()
      map<string, string> params = 7;
    • containsParams

      boolean containsParams(String key)
      map<string, string> params = 7;
    • getParams

      Deprecated.
      Use getParamsMap() instead.
    • getParamsMap

      Map<String,String> getParamsMap()
      map<string, string> params = 7;
    • getParamsOrDefault

      String getParamsOrDefault(String key, String defaultValue)
      map<string, string> params = 7;
    • getParamsOrThrow

      String getParamsOrThrow(String key)
      map<string, string> params = 7;