Interface ConnectionInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Mdb.SignificanceInfo.SignificanceLevelType getClearance()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType clearance = 4;
      int getClientId()
      optional int32 clientId = 1;
      YamcsInstance getInstance()
      optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
      YamcsInstanceOrBuilder getInstanceOrBuilder()
      optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
      ProcessorInfo getProcessor()
      optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
      ProcessorInfoOrBuilder getProcessorOrBuilder()
      optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
      boolean hasClearance()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType clearance = 4;
      boolean hasClientId()
      optional int32 clientId = 1;
      boolean hasInstance()
      optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
      boolean hasProcessor()
      optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 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

      • hasClientId

        boolean hasClientId()
        optional int32 clientId = 1;
      • getClientId

        int getClientId()
        optional int32 clientId = 1;
      • hasInstance

        boolean hasInstance()
        optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
      • getInstance

        YamcsInstance getInstance()
        optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
      • getInstanceOrBuilder

        YamcsInstanceOrBuilder getInstanceOrBuilder()
        optional .yamcs.protobuf.yamcsManagement.YamcsInstance instance = 2;
      • hasProcessor

        boolean hasProcessor()
        optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
      • getProcessor

        ProcessorInfo getProcessor()
        optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
      • getProcessorOrBuilder

        ProcessorInfoOrBuilder getProcessorOrBuilder()
        optional .yamcs.protobuf.yamcsManagement.ProcessorInfo processor = 3;
      • hasClearance

        boolean hasClearance()
        optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType clearance = 4;