Interface StreamEventOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getDataCount()
      optional int64 dataCount = 3;
      String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      StreamEvent.Type getType()
      optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
      boolean hasDataCount()
      optional int64 dataCount = 3;
      boolean hasName()
      optional string name = 2;
      boolean hasType()
      optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
      • 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

      • hasType

        boolean hasType()
        optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
      • getType

        StreamEvent.Type getType()
        optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
      • hasName

        boolean hasName()
        optional string name = 2;
      • getName

        String getName()
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 2;
      • hasDataCount

        boolean hasDataCount()
        optional int64 dataCount = 3;
      • getDataCount

        long getDataCount()
        optional int64 dataCount = 3;