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
      String getAddress()
      optional string address = 10;
      com.google.protobuf.ByteString getAddressBytes()
      optional string address = 10;
      String getApplicationName()
      optional string applicationName = 4;
      com.google.protobuf.ByteString getApplicationNameBytes()
      optional string applicationName = 4;
      int getId()
      optional int32 id = 2;
      String getInstance()
      optional string instance = 1;
      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 1;
      com.google.protobuf.Timestamp getLoginTime()
      optional .google.protobuf.Timestamp loginTime = 11;
      com.google.protobuf.TimestampOrBuilder getLoginTimeOrBuilder()
      optional .google.protobuf.Timestamp loginTime = 11;
      String getProcessorName()
      optional string processorName = 5;
      com.google.protobuf.ByteString getProcessorNameBytes()
      optional string processorName = 5;
      ClientInfo.ClientState getState()
      optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
      String getUsername()
      optional string username = 3;
      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 3;
      boolean hasAddress()
      optional string address = 10;
      boolean hasApplicationName()
      optional string applicationName = 4;
      boolean hasId()
      optional int32 id = 2;
      boolean hasInstance()
      optional string instance = 1;
      boolean hasLoginTime()
      optional .google.protobuf.Timestamp loginTime = 11;
      boolean hasProcessorName()
      optional string processorName = 5;
      boolean hasState()
      optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
      boolean hasUsername()
      optional string username = 3;
      • 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

      • hasId

        boolean hasId()
        optional int32 id = 2;
      • getId

        int getId()
        optional int32 id = 2;
      • hasUsername

        boolean hasUsername()
        optional string username = 3;
      • getUsername

        String getUsername()
        optional string username = 3;
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        optional string username = 3;
      • hasApplicationName

        boolean hasApplicationName()
        optional string applicationName = 4;
      • getApplicationName

        String getApplicationName()
        optional string applicationName = 4;
      • getApplicationNameBytes

        com.google.protobuf.ByteString getApplicationNameBytes()
        optional string applicationName = 4;
      • hasAddress

        boolean hasAddress()
        optional string address = 10;
      • getAddress

        String getAddress()
        optional string address = 10;
      • getAddressBytes

        com.google.protobuf.ByteString getAddressBytes()
        optional string address = 10;
      • hasInstance

        boolean hasInstance()
        optional string instance = 1;
      • getInstance

        String getInstance()
        optional string instance = 1;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        optional string instance = 1;
      • hasProcessorName

        boolean hasProcessorName()
        optional string processorName = 5;
      • getProcessorName

        String getProcessorName()
        optional string processorName = 5;
      • getProcessorNameBytes

        com.google.protobuf.ByteString getProcessorNameBytes()
        optional string processorName = 5;
      • hasState

        boolean hasState()
        optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
      • getState

        ClientInfo.ClientState getState()
        optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
      • hasLoginTime

        boolean hasLoginTime()
        optional .google.protobuf.Timestamp loginTime = 11;
      • getLoginTime

        com.google.protobuf.Timestamp getLoginTime()
        optional .google.protobuf.Timestamp loginTime = 11;
      • getLoginTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getLoginTimeOrBuilder()
        optional .google.protobuf.Timestamp loginTime = 11;