Interface ServiceInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Java class name
    com.google.protobuf.ByteString
    Java class name
    Stacktrace when `state` is FAILED.
    com.google.protobuf.ByteString
    Stacktrace when `state` is FAILED.
    Short failure message when `state` is FAILED.
    com.google.protobuf.ByteString
    Short failure message when `state` is FAILED.
    Yamcs instance name
    com.google.protobuf.ByteString
    Yamcs instance name
    Service name
    com.google.protobuf.ByteString
    Service name
    Processor name (in case this is a processor service)
    com.google.protobuf.ByteString
    Processor name (in case this is a processor service)
    Service state
    boolean
    Java class name
    boolean
    Stacktrace when `state` is FAILED.
    boolean
    Short failure message when `state` is FAILED.
    boolean
    Yamcs instance name
    boolean
    Service name
    boolean
    Processor name (in case this is a processor service)
    boolean
    Service state

    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

    • hasInstance

      boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      Whether the instance field is set.
    • getInstance

      String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The instance.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      The bytes for instance.
    • hasName

      boolean hasName()
       Service name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Service name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Service name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasState

      boolean hasState()
       Service state
       
      optional .yamcs.protobuf.services.ServiceState state = 3;
      Returns:
      Whether the state field is set.
    • getState

      ServiceState getState()
       Service state
       
      optional .yamcs.protobuf.services.ServiceState state = 3;
      Returns:
      The state.
    • hasClassName

      boolean hasClassName()
       Java class name
       
      optional string className = 4;
      Returns:
      Whether the className field is set.
    • getClassName

      String getClassName()
       Java class name
       
      optional string className = 4;
      Returns:
      The className.
    • getClassNameBytes

      com.google.protobuf.ByteString getClassNameBytes()
       Java class name
       
      optional string className = 4;
      Returns:
      The bytes for className.
    • hasProcessor

      boolean hasProcessor()
       Processor name (in case this is a processor service)
       
      optional string processor = 5;
      Returns:
      Whether the processor field is set.
    • getProcessor

      String getProcessor()
       Processor name (in case this is a processor service)
       
      optional string processor = 5;
      Returns:
      The processor.
    • getProcessorBytes

      com.google.protobuf.ByteString getProcessorBytes()
       Processor name (in case this is a processor service)
       
      optional string processor = 5;
      Returns:
      The bytes for processor.
    • hasFailureMessage

      boolean hasFailureMessage()
       Short failure message when `state` is FAILED.
       
      optional string failureMessage = 6;
      Returns:
      Whether the failureMessage field is set.
    • getFailureMessage

      String getFailureMessage()
       Short failure message when `state` is FAILED.
       
      optional string failureMessage = 6;
      Returns:
      The failureMessage.
    • getFailureMessageBytes

      com.google.protobuf.ByteString getFailureMessageBytes()
       Short failure message when `state` is FAILED.
       
      optional string failureMessage = 6;
      Returns:
      The bytes for failureMessage.
    • hasFailureCause

      boolean hasFailureCause()
       Stacktrace when `state` is FAILED.
       
      optional string failureCause = 7;
      Returns:
      Whether the failureCause field is set.
    • getFailureCause

      String getFailureCause()
       Stacktrace when `state` is FAILED.
       
      optional string failureCause = 7;
      Returns:
      The failureCause.
    • getFailureCauseBytes

      com.google.protobuf.ByteString getFailureCauseBytes()
       Stacktrace when `state` is FAILED.
       
      optional string failureCause = 7;
      Returns:
      The bytes for failureCause.