Interface ClientInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ClientInfo.ClientType getClientType()
      .common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];
      int getClientTypeValue()
      .common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];
      ClientInfo.TrafficType getTrafficType()
      .common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
      int getTrafficTypeValue()
      .common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
      • 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 Detail

      • getClientTypeValue

        int getClientTypeValue()
        .common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];
        Returns:
        The enum numeric value on the wire for clientType.
      • getClientType

        ClientInfo.ClientType getClientType()
        .common.ClientInfo.ClientType client_type = 1 [json_name = "clientType"];
        Returns:
        The clientType.
      • getTrafficTypeValue

        int getTrafficTypeValue()
        .common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
        Returns:
        The enum numeric value on the wire for trafficType.
      • getTrafficType

        ClientInfo.TrafficType getTrafficType()
        .common.ClientInfo.TrafficType traffic_type = 2 [json_name = "trafficType"];
        Returns:
        The trafficType.