Package viam.app.datasync.v1
Class DataSync.SensorData
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<DataSync.SensorData,DataSync.SensorData.Builder>
viam.app.datasync.v1.DataSync.SensorData
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,DataSync.SensorDataOrBuilder
- Enclosing class:
- DataSync
public static final class DataSync.SensorData
extends com.google.protobuf.GeneratedMessageLite<DataSync.SensorData,DataSync.SensorData.Builder>
implements DataSync.SensorDataOrBuilder
SensorData contains the contents and metadata for tabular data.Protobuf type
viam.app.datasync.v1.SensorData
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
SensorData contains the contents and metadata for tabular data.static enum
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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionprotected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) com.google.protobuf.ByteString
bytes binary = 3 [json_name = "binary"];
static DataSync.SensorData
.viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
com.google.protobuf.Struct
.google.protobuf.Struct struct = 2 [json_name = "struct"];
boolean
bytes binary = 3 [json_name = "binary"];
boolean
.viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
boolean
.google.protobuf.Struct struct = 2 [json_name = "struct"];
static DataSync.SensorData.Builder
static DataSync.SensorData.Builder
newBuilder
(DataSync.SensorData prototype) static DataSync.SensorData
parseDelimitedFrom
(InputStream input) static DataSync.SensorData
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorData
parseFrom
(byte[] data) static DataSync.SensorData
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorData
parseFrom
(com.google.protobuf.ByteString data) static DataSync.SensorData
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorData
parseFrom
(com.google.protobuf.CodedInputStream input) static DataSync.SensorData
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorData
parseFrom
(InputStream input) static DataSync.SensorData
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorData
parseFrom
(ByteBuffer data) static DataSync.SensorData
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<DataSync.SensorData>
parser()
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
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER- See Also:
-
STRUCT_FIELD_NUMBER
public static final int STRUCT_FIELD_NUMBER- See Also:
-
BINARY_FIELD_NUMBER
public static final int BINARY_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDataCase
- Specified by:
getDataCase
in interfaceDataSync.SensorDataOrBuilder
-
hasMetadata
public boolean hasMetadata().viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
- Specified by:
hasMetadata
in interfaceDataSync.SensorDataOrBuilder
- Returns:
- Whether the metadata field is set.
-
getMetadata
.viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];
- Specified by:
getMetadata
in interfaceDataSync.SensorDataOrBuilder
- Returns:
- The metadata.
-
hasStruct
public boolean hasStruct().google.protobuf.Struct struct = 2 [json_name = "struct"];
- Specified by:
hasStruct
in interfaceDataSync.SensorDataOrBuilder
- Returns:
- Whether the struct field is set.
-
getStruct
public com.google.protobuf.Struct getStruct().google.protobuf.Struct struct = 2 [json_name = "struct"];
- Specified by:
getStruct
in interfaceDataSync.SensorDataOrBuilder
- Returns:
- The struct.
-
hasBinary
public boolean hasBinary()bytes binary = 3 [json_name = "binary"];
- Specified by:
hasBinary
in interfaceDataSync.SensorDataOrBuilder
- Returns:
- Whether the binary field is set.
-
getBinary
public com.google.protobuf.ByteString getBinary()bytes binary = 3 [json_name = "binary"];
- Specified by:
getBinary
in interfaceDataSync.SensorDataOrBuilder
- Returns:
- The binary.
-
parseFrom
public static DataSync.SensorData parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSync.SensorData parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSync.SensorData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSync.SensorData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSync.SensorData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DataSync.SensorData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static DataSync.SensorData parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static DataSync.SensorData parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static DataSync.SensorData parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static DataSync.SensorData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<DataSync.SensorData,
DataSync.SensorData.Builder>
-
getDefaultInstance
-
parser
-