Class Table.TableInfo

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

public static final class Table.TableInfo extends com.google.protobuf.GeneratedMessageV3 implements Table.TableInfoOrBuilder
Protobuf type yamcs.protobuf.table.TableInfo
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()
       Table name
       
      optional string name = 1;
      Specified by:
      hasName in interface Table.TableInfoOrBuilder
      Returns:
      Whether the name field is set.
    • getName

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

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

      public List<Table.ColumnInfo> getKeyColumnList()
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
      Specified by:
      getKeyColumnList in interface Table.TableInfoOrBuilder
    • getKeyColumnOrBuilderList

      public List<? extends Table.ColumnInfoOrBuilder> getKeyColumnOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
      Specified by:
      getKeyColumnOrBuilderList in interface Table.TableInfoOrBuilder
    • getKeyColumnCount

      public int getKeyColumnCount()
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
      Specified by:
      getKeyColumnCount in interface Table.TableInfoOrBuilder
    • getKeyColumn

      public Table.ColumnInfo getKeyColumn(int index)
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
      Specified by:
      getKeyColumn in interface Table.TableInfoOrBuilder
    • getKeyColumnOrBuilder

      public Table.ColumnInfoOrBuilder getKeyColumnOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnInfo keyColumn = 2;
      Specified by:
      getKeyColumnOrBuilder in interface Table.TableInfoOrBuilder
    • getValueColumnList

      public List<Table.ColumnInfo> getValueColumnList()
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
      Specified by:
      getValueColumnList in interface Table.TableInfoOrBuilder
    • getValueColumnOrBuilderList

      public List<? extends Table.ColumnInfoOrBuilder> getValueColumnOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
      Specified by:
      getValueColumnOrBuilderList in interface Table.TableInfoOrBuilder
    • getValueColumnCount

      public int getValueColumnCount()
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
      Specified by:
      getValueColumnCount in interface Table.TableInfoOrBuilder
    • getValueColumn

      public Table.ColumnInfo getValueColumn(int index)
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
      Specified by:
      getValueColumn in interface Table.TableInfoOrBuilder
    • getValueColumnOrBuilder

      public Table.ColumnInfoOrBuilder getValueColumnOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnInfo valueColumn = 3;
      Specified by:
      getValueColumnOrBuilder in interface Table.TableInfoOrBuilder
    • hasScript

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

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

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

      public com.google.protobuf.ProtocolStringList getHistogramColumnList()
      repeated string histogramColumn = 5;
      Specified by:
      getHistogramColumnList in interface Table.TableInfoOrBuilder
      Returns:
      A list containing the histogramColumn.
    • getHistogramColumnCount

      public int getHistogramColumnCount()
      repeated string histogramColumn = 5;
      Specified by:
      getHistogramColumnCount in interface Table.TableInfoOrBuilder
      Returns:
      The count of histogramColumn.
    • getHistogramColumn

      public String getHistogramColumn(int index)
      repeated string histogramColumn = 5;
      Specified by:
      getHistogramColumn in interface Table.TableInfoOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The histogramColumn at the given index.
    • getHistogramColumnBytes

      public com.google.protobuf.ByteString getHistogramColumnBytes(int index)
      repeated string histogramColumn = 5;
      Specified by:
      getHistogramColumnBytes in interface Table.TableInfoOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the histogramColumn at the given index.
    • hasStorageEngine

      public boolean hasStorageEngine()
      optional string storageEngine = 6;
      Specified by:
      hasStorageEngine in interface Table.TableInfoOrBuilder
      Returns:
      Whether the storageEngine field is set.
    • getStorageEngine

      public String getStorageEngine()
      optional string storageEngine = 6;
      Specified by:
      getStorageEngine in interface Table.TableInfoOrBuilder
      Returns:
      The storageEngine.
    • getStorageEngineBytes

      public com.google.protobuf.ByteString getStorageEngineBytes()
      optional string storageEngine = 6;
      Specified by:
      getStorageEngineBytes in interface Table.TableInfoOrBuilder
      Returns:
      The bytes for storageEngine.
    • hasFormatVersion

      public boolean hasFormatVersion()
      optional int32 formatVersion = 7;
      Specified by:
      hasFormatVersion in interface Table.TableInfoOrBuilder
      Returns:
      Whether the formatVersion field is set.
    • getFormatVersion

      public int getFormatVersion()
      optional int32 formatVersion = 7;
      Specified by:
      getFormatVersion in interface Table.TableInfoOrBuilder
      Returns:
      The formatVersion.
    • hasTablespace

      public boolean hasTablespace()
      optional string tablespace = 8;
      Specified by:
      hasTablespace in interface Table.TableInfoOrBuilder
      Returns:
      Whether the tablespace field is set.
    • getTablespace

      public String getTablespace()
      optional string tablespace = 8;
      Specified by:
      getTablespace in interface Table.TableInfoOrBuilder
      Returns:
      The tablespace.
    • getTablespaceBytes

      public com.google.protobuf.ByteString getTablespaceBytes()
      optional string tablespace = 8;
      Specified by:
      getTablespaceBytes in interface Table.TableInfoOrBuilder
      Returns:
      The bytes for tablespace.
    • hasCompressed

      public boolean hasCompressed()
      optional bool compressed = 9;
      Specified by:
      hasCompressed in interface Table.TableInfoOrBuilder
      Returns:
      Whether the compressed field is set.
    • getCompressed

      public boolean getCompressed()
      optional bool compressed = 9;
      Specified by:
      getCompressed in interface Table.TableInfoOrBuilder
      Returns:
      The compressed.
    • hasPartitioningInfo

      public boolean hasPartitioningInfo()
      optional .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;
      Specified by:
      hasPartitioningInfo in interface Table.TableInfoOrBuilder
      Returns:
      Whether the partitioningInfo field is set.
    • getPartitioningInfo

      public Table.PartitioningInfo getPartitioningInfo()
      optional .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;
      Specified by:
      getPartitioningInfo in interface Table.TableInfoOrBuilder
      Returns:
      The partitioningInfo.
    • getPartitioningInfoOrBuilder

      public Table.PartitioningInfoOrBuilder getPartitioningInfoOrBuilder()
      optional .yamcs.protobuf.table.PartitioningInfo partitioningInfo = 10;
      Specified by:
      getPartitioningInfoOrBuilder in interface Table.TableInfoOrBuilder
    • 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.TableInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Table.TableInfo 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.TableInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Table.TableInfo getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Table.TableInfo> 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.TableInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder