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
Nested ClassesModifier and TypeClassDescriptionstatic final classSensorData contains the contents and metadata for tabular data.static enumNested 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
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) com.google.protobuf.ByteStringbytes 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"];booleanbytes 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.Builderstatic DataSync.SensorData.BuildernewBuilder(DataSync.SensorData prototype) static DataSync.SensorDataparseDelimitedFrom(InputStream input) static DataSync.SensorDataparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorDataparseFrom(byte[] data) static DataSync.SensorDataparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorDataparseFrom(com.google.protobuf.ByteString data) static DataSync.SensorDataparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorDataparseFrom(com.google.protobuf.CodedInputStream input) static DataSync.SensorDataparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorDataparseFrom(InputStream input) static DataSync.SensorDataparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DataSync.SensorDataparseFrom(ByteBuffer data) static DataSync.SensorDataparseFrom(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, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:
getDataCasein interfaceDataSync.SensorDataOrBuilder
-
hasMetadata
public boolean hasMetadata().viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];- Specified by:
hasMetadatain interfaceDataSync.SensorDataOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
.viam.app.datasync.v1.SensorMetadata metadata = 1 [json_name = "metadata"];- Specified by:
getMetadatain interfaceDataSync.SensorDataOrBuilder- Returns:
- The metadata.
-
hasStruct
public boolean hasStruct().google.protobuf.Struct struct = 2 [json_name = "struct"];- Specified by:
hasStructin 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:
getStructin interfaceDataSync.SensorDataOrBuilder- Returns:
- The struct.
-
hasBinary
public boolean hasBinary()bytes binary = 3 [json_name = "binary"];- Specified by:
hasBinaryin interfaceDataSync.SensorDataOrBuilder- Returns:
- Whether the binary field is set.
-
getBinary
public com.google.protobuf.ByteString getBinary()bytes binary = 3 [json_name = "binary"];- Specified by:
getBinaryin 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:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<DataSync.SensorData,DataSync.SensorData.Builder>
-
getDefaultInstance
-
parser
-