Interface XTableProto.XTableMessage.ClientInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
XTableProto.XTableMessage.ClientInfo, XTableProto.XTableMessage.ClientInfo.Builder
Enclosing class:
XTableProto.XTableMessage

public static interface XTableProto.XTableMessage.ClientInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string hostname = 2;
    com.google.protobuf.ByteString
    string hostname = 2;
    string ip_address = 1;
    com.google.protobuf.ByteString
    string ip_address = 1;
    boolean
    bool is_active = 5;
    string operating_system = 3;
    com.google.protobuf.ByteString
    string operating_system = 3;
    int
    int32 port = 4;
    string user_agent = 7;
    com.google.protobuf.ByteString
    string user_agent = 7;
    string version = 6;
    com.google.protobuf.ByteString
    string version = 6;

    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

    • getIpAddress

      String getIpAddress()
      string ip_address = 1;
      Returns:
      The ipAddress.
    • getIpAddressBytes

      com.google.protobuf.ByteString getIpAddressBytes()
      string ip_address = 1;
      Returns:
      The bytes for ipAddress.
    • getHostname

      String getHostname()
      string hostname = 2;
      Returns:
      The hostname.
    • getHostnameBytes

      com.google.protobuf.ByteString getHostnameBytes()
      string hostname = 2;
      Returns:
      The bytes for hostname.
    • getOperatingSystem

      String getOperatingSystem()
      string operating_system = 3;
      Returns:
      The operatingSystem.
    • getOperatingSystemBytes

      com.google.protobuf.ByteString getOperatingSystemBytes()
      string operating_system = 3;
      Returns:
      The bytes for operatingSystem.
    • getPort

      int getPort()
      int32 port = 4;
      Returns:
      The port.
    • getIsActive

      boolean getIsActive()
      bool is_active = 5;
      Returns:
      The isActive.
    • getVersion

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

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

      String getUserAgent()
      string user_agent = 7;
      Returns:
      The userAgent.
    • getUserAgentBytes

      com.google.protobuf.ByteString getUserAgentBytes()
      string user_agent = 7;
      Returns:
      The bytes for userAgent.