Class Table.StreamInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.Table.StreamInfo
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Table.StreamInfoOrBuilder
Enclosing class:
Table

public static final class Table.StreamInfo extends com.google.protobuf.GeneratedMessageV3 implements Table.StreamInfoOrBuilder
Protobuf type yamcs.protobuf.table.StreamInfo
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasName

      public boolean hasName()
       Stream name
       
      optional string name = 1;
      Specified by:
      hasName in interface Table.StreamInfoOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       Stream name
       
      optional string name = 1;
      Specified by:
      getName in interface Table.StreamInfoOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Stream name
       
      optional string name = 1;
      Specified by:
      getNameBytes in interface Table.StreamInfoOrBuilder
      Returns:
      The bytes for name.
    • getColumnList

      @Deprecated public List<Table.ColumnInfo> getColumnList()
      Deprecated.
      repeated .yamcs.protobuf.table.ColumnInfo column = 2 [deprecated = true];
      Specified by:
      getColumnList in interface Table.StreamInfoOrBuilder
    • getColumnOrBuilderList

      @Deprecated public List<? extends Table.ColumnInfoOrBuilder> getColumnOrBuilderList()
      Deprecated.
      repeated .yamcs.protobuf.table.ColumnInfo column = 2 [deprecated = true];
      Specified by:
      getColumnOrBuilderList in interface Table.StreamInfoOrBuilder
    • getColumnCount

      @Deprecated public int getColumnCount()
      Deprecated.
      repeated .yamcs.protobuf.table.ColumnInfo column = 2 [deprecated = true];
      Specified by:
      getColumnCount in interface Table.StreamInfoOrBuilder
    • getColumn

      @Deprecated public Table.ColumnInfo getColumn(int index)
      Deprecated.
      repeated .yamcs.protobuf.table.ColumnInfo column = 2 [deprecated = true];
      Specified by:
      getColumn in interface Table.StreamInfoOrBuilder
    • getColumnOrBuilder

      @Deprecated public Table.ColumnInfoOrBuilder getColumnOrBuilder(int index)
      Deprecated.
      repeated .yamcs.protobuf.table.ColumnInfo column = 2 [deprecated = true];
      Specified by:
      getColumnOrBuilder in interface Table.StreamInfoOrBuilder
    • getColumnsList

      public List<Table.ColumnInfo> getColumnsList()
      repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
      Specified by:
      getColumnsList in interface Table.StreamInfoOrBuilder
    • getColumnsOrBuilderList

      public List<? extends Table.ColumnInfoOrBuilder> getColumnsOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
      Specified by:
      getColumnsOrBuilderList in interface Table.StreamInfoOrBuilder
    • getColumnsCount

      public int getColumnsCount()
      repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
      Specified by:
      getColumnsCount in interface Table.StreamInfoOrBuilder
    • getColumns

      public Table.ColumnInfo getColumns(int index)
      repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
      Specified by:
      getColumns in interface Table.StreamInfoOrBuilder
    • getColumnsOrBuilder

      public Table.ColumnInfoOrBuilder getColumnsOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnInfo columns = 5;
      Specified by:
      getColumnsOrBuilder in interface Table.StreamInfoOrBuilder
    • hasScript

      public boolean hasScript()
      optional string script = 3;
      Specified by:
      hasScript in interface Table.StreamInfoOrBuilder
      Returns:
      Whether the script field is set.
    • getScript

      public String getScript()
      optional string script = 3;
      Specified by:
      getScript in interface Table.StreamInfoOrBuilder
      Returns:
      The script.
    • getScriptBytes

      public com.google.protobuf.ByteString getScriptBytes()
      optional string script = 3;
      Specified by:
      getScriptBytes in interface Table.StreamInfoOrBuilder
      Returns:
      The bytes for script.
    • hasDataCount

      public boolean hasDataCount()
      optional int64 dataCount = 4;
      Specified by:
      hasDataCount in interface Table.StreamInfoOrBuilder
      Returns:
      Whether the dataCount field is set.
    • getDataCount

      public long getDataCount()
      optional int64 dataCount = 4;
      Specified by:
      getDataCount in interface Table.StreamInfoOrBuilder
      Returns:
      The dataCount.
    • getSubscribersList

      public com.google.protobuf.ProtocolStringList getSubscribersList()
       Subscribers represented in the format ``className@hashCode``.
       
      repeated string subscribers = 6;
      Specified by:
      getSubscribersList in interface Table.StreamInfoOrBuilder
      Returns:
      A list containing the subscribers.
    • getSubscribersCount

      public int getSubscribersCount()
       Subscribers represented in the format ``className@hashCode``.
       
      repeated string subscribers = 6;
      Specified by:
      getSubscribersCount in interface Table.StreamInfoOrBuilder
      Returns:
      The count of subscribers.
    • getSubscribers

      public String getSubscribers(int index)
       Subscribers represented in the format ``className@hashCode``.
       
      repeated string subscribers = 6;
      Specified by:
      getSubscribers in interface Table.StreamInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The subscribers at the given index.
    • getSubscribersBytes

      public com.google.protobuf.ByteString getSubscribersBytes(int index)
       Subscribers represented in the format ``className@hashCode``.
       
      repeated string subscribers = 6;
      Specified by:
      getSubscribersBytes in interface Table.StreamInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the subscribers at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Table.StreamInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Table.StreamInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Table.StreamInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Table.StreamInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Table.StreamInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Table.StreamInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Table.StreamInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Table.StreamInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Table.StreamInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Table.StreamInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Table.StreamInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Table.StreamInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Table.StreamInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Table.StreamInfo.Builder newBuilder()
    • newBuilder

      public static Table.StreamInfo.Builder newBuilder(Table.StreamInfo prototype)
    • toBuilder

      public Table.StreamInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Table.StreamInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Table.StreamInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Table.StreamInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<Table.StreamInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Table.StreamInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder