Class Data.TabularData

java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Data.TabularData,Data.TabularData.Builder>
viam.app.data.v1.Data.TabularData
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Data.TabularDataOrBuilder
Enclosing class:
Data

@Deprecated public static final class Data.TabularData extends com.google.protobuf.GeneratedMessageLite<Data.TabularData,Data.TabularData.Builder> implements Data.TabularDataOrBuilder
Deprecated.
 TabularData contains data and metadata associated with tabular data.
 
Protobuf type viam.app.data.v1.TabularData
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Deprecated.
    TabularData contains data and metadata associated with tabular data.

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     
    static final int
    Deprecated.
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
    Deprecated.
     
    com.google.protobuf.Struct
    Deprecated.
    .google.protobuf.Struct data = 1 [json_name = "data"];
    Deprecated.
     
    int
    Deprecated.
    uint32 metadata_index = 2 [json_name = "metadataIndex"];
    com.google.protobuf.Timestamp
    Deprecated.
    .google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
    com.google.protobuf.Timestamp
    Deprecated.
    .google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
    boolean
    Deprecated.
    .google.protobuf.Struct data = 1 [json_name = "data"];
    boolean
    Deprecated.
    .google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
    boolean
    Deprecated.
    .google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    parseFrom(byte[] data)
    Deprecated.
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    parseFrom(com.google.protobuf.ByteString data)
    Deprecated.
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    parseFrom(com.google.protobuf.CodedInputStream input)
    Deprecated.
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    Deprecated.
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    Deprecated.
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
    Deprecated.
     
    static com.google.protobuf.Parser<Data.TabularData>
    Deprecated.
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

    • DATA_FIELD_NUMBER

      public static final int DATA_FIELD_NUMBER
      Deprecated.
      See Also:
    • METADATA_INDEX_FIELD_NUMBER

      public static final int METADATA_INDEX_FIELD_NUMBER
      Deprecated.
      See Also:
    • TIME_REQUESTED_FIELD_NUMBER

      public static final int TIME_REQUESTED_FIELD_NUMBER
      Deprecated.
      See Also:
    • TIME_RECEIVED_FIELD_NUMBER

      public static final int TIME_RECEIVED_FIELD_NUMBER
      Deprecated.
      See Also:
  • Method Details

    • hasData

      public boolean hasData()
      Deprecated.
      .google.protobuf.Struct data = 1 [json_name = "data"];
      Specified by:
      hasData in interface Data.TabularDataOrBuilder
      Returns:
      Whether the data field is set.
    • getData

      public com.google.protobuf.Struct getData()
      Deprecated.
      .google.protobuf.Struct data = 1 [json_name = "data"];
      Specified by:
      getData in interface Data.TabularDataOrBuilder
      Returns:
      The data.
    • getMetadataIndex

      public int getMetadataIndex()
      Deprecated.
      uint32 metadata_index = 2 [json_name = "metadataIndex"];
      Specified by:
      getMetadataIndex in interface Data.TabularDataOrBuilder
      Returns:
      The metadataIndex.
    • hasTimeRequested

      public boolean hasTimeRequested()
      Deprecated.
      .google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
      Specified by:
      hasTimeRequested in interface Data.TabularDataOrBuilder
      Returns:
      Whether the timeRequested field is set.
    • getTimeRequested

      public com.google.protobuf.Timestamp getTimeRequested()
      Deprecated.
      .google.protobuf.Timestamp time_requested = 3 [json_name = "timeRequested"];
      Specified by:
      getTimeRequested in interface Data.TabularDataOrBuilder
      Returns:
      The timeRequested.
    • hasTimeReceived

      public boolean hasTimeReceived()
      Deprecated.
      .google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
      Specified by:
      hasTimeReceived in interface Data.TabularDataOrBuilder
      Returns:
      Whether the timeReceived field is set.
    • getTimeReceived

      public com.google.protobuf.Timestamp getTimeReceived()
      Deprecated.
      .google.protobuf.Timestamp time_received = 4 [json_name = "timeReceived"];
      Specified by:
      getTimeReceived in interface Data.TabularDataOrBuilder
      Returns:
      The timeReceived.
    • parseFrom

      public static Data.TabularData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.TabularData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.TabularData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.TabularData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.TabularData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Deprecated.
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

      public static Data.TabularData parseFrom(InputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

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

      public static Data.TabularData parseDelimitedFrom(InputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseDelimitedFrom

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

      public static Data.TabularData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Deprecated.
      Throws:
      IOException
    • parseFrom

      public static Data.TabularData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Deprecated.
      Throws:
      IOException
    • newBuilder

      public static Data.TabularData.Builder newBuilder()
      Deprecated.
    • newBuilder

      public static Data.TabularData.Builder newBuilder(Data.TabularData prototype)
      Deprecated.
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Deprecated.
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Data.TabularData,Data.TabularData.Builder>
    • getDefaultInstance

      public static Data.TabularData getDefaultInstance()
      Deprecated.
    • parser

      public static com.google.protobuf.Parser<Data.TabularData> parser()
      Deprecated.