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

    Modifier and Type
    Method
    Description
    optional string address = 10;
    com.google.protobuf.ByteString
    optional string address = 10;
    optional string applicationName = 4;
    com.google.protobuf.ByteString
    optional string applicationName = 4;
    int
    optional int32 id = 2;
    optional string instance = 1;
    com.google.protobuf.ByteString
    optional string instance = 1;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp loginTime = 11;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp loginTime = 11;
    optional string processorName = 5;
    com.google.protobuf.ByteString
    optional string processorName = 5;
    optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
    optional string username = 3;
    com.google.protobuf.ByteString
    optional string username = 3;
    boolean
    optional string address = 10;
    boolean
    optional string applicationName = 4;
    boolean
    optional int32 id = 2;
    boolean
    optional string instance = 1;
    boolean
    optional .google.protobuf.Timestamp loginTime = 11;
    boolean
    optional string processorName = 5;
    boolean
    optional .yamcs.protobuf.clients.ClientInfo.ClientState state = 6;
    boolean
    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 Details

    • 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

      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;