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

    Modifier and Type
    Method
    Description
    long
    optional int64 dataCount = 3;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
    boolean
    optional int64 dataCount = 3;
    boolean
    optional string name = 2;
    boolean
    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 Details

    • hasType

      boolean hasType()
      optional .yamcs.protobuf.yamcsManagement.StreamEvent.Type type = 1;
      Returns:
      Whether the type field is set.
    • getType

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

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

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

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

      boolean hasDataCount()
      optional int64 dataCount = 3;
      Returns:
      Whether the dataCount field is set.
    • getDataCount

      long getDataCount()
      optional int64 dataCount = 3;
      Returns:
      The dataCount.