Package com.viam.service.sensors.v1
Class Sensors.Readings
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Sensors.Readings,Sensors.Readings.Builder>
com.viam.service.sensors.v1.Sensors.Readings
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Sensors.ReadingsOrBuilder
- Enclosing class:
- Sensors
@Deprecated
public static final class Sensors.Readings
extends com.google.protobuf.GeneratedMessageLite<Sensors.Readings,Sensors.Readings.Builder>
implements Sensors.ReadingsOrBuilder
Deprecated.
Protobuf type
viam.service.sensors.v1.Readings
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Deprecated.Protobuf typeviam.service.sensors.v1.Readings
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
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 TypeMethodDescriptionboolean
containsReadings
(String key) Deprecated.protected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.static Sensors.Readings
Deprecated.getName()
Deprecated.Deprecated.int
Deprecated.Deprecated.com.google.protobuf.Value
getReadingsOrDefault
(String key, com.google.protobuf.Value defaultValue) Deprecated.com.google.protobuf.Value
getReadingsOrThrow
(String key) Deprecated.boolean
hasName()
Deprecated.static Sensors.Readings.Builder
Deprecated.static Sensors.Readings.Builder
newBuilder
(Sensors.Readings prototype) Deprecated.static Sensors.Readings
parseDelimitedFrom
(InputStream input) Deprecated.static Sensors.Readings
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.Readings
parseFrom
(byte[] data) Deprecated.static Sensors.Readings
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.Readings
parseFrom
(com.google.protobuf.ByteString data) Deprecated.static Sensors.Readings
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.Readings
parseFrom
(com.google.protobuf.CodedInputStream input) Deprecated.static Sensors.Readings
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.Readings
parseFrom
(InputStream input) Deprecated.static Sensors.Readings
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.Readings
parseFrom
(ByteBuffer data) Deprecated.static Sensors.Readings
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static com.google.protobuf.Parser<Sensors.Readings>
parser()
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
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBERDeprecated.- See Also:
-
READINGS_FIELD_NUMBER
public static final int READINGS_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
hasName
Deprecated..viam.common.v1.ResourceName name = 1 [json_name = "name", deprecated = true];
- Specified by:
hasName
in interfaceSensors.ReadingsOrBuilder
- Returns:
- Whether the name field is set.
-
getName
Deprecated..viam.common.v1.ResourceName name = 1 [json_name = "name", deprecated = true];
- Specified by:
getName
in interfaceSensors.ReadingsOrBuilder
- Returns:
- The name.
-
getReadingsCount
Deprecated.Description copied from interface:Sensors.ReadingsOrBuilder
map<string, .google.protobuf.Value> readings = 2 [json_name = "readings", deprecated = true];
- Specified by:
getReadingsCount
in interfaceSensors.ReadingsOrBuilder
-
containsReadings
Deprecated.map<string, .google.protobuf.Value> readings = 2 [json_name = "readings", deprecated = true];
- Specified by:
containsReadings
in interfaceSensors.ReadingsOrBuilder
-
getReadings
Deprecated.UsegetReadingsMap()
instead.- Specified by:
getReadings
in interfaceSensors.ReadingsOrBuilder
-
getReadingsMap
Deprecated.map<string, .google.protobuf.Value> readings = 2 [json_name = "readings", deprecated = true];
- Specified by:
getReadingsMap
in interfaceSensors.ReadingsOrBuilder
-
getReadingsOrDefault
@Deprecated public com.google.protobuf.Value getReadingsOrDefault(String key, com.google.protobuf.Value defaultValue) Deprecated.map<string, .google.protobuf.Value> readings = 2 [json_name = "readings", deprecated = true];
- Specified by:
getReadingsOrDefault
in interfaceSensors.ReadingsOrBuilder
-
getReadingsOrThrow
Deprecated.map<string, .google.protobuf.Value> readings = 2 [json_name = "readings", deprecated = true];
- Specified by:
getReadingsOrThrow
in interfaceSensors.ReadingsOrBuilder
-
parseFrom
public static Sensors.Readings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.Readings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.Readings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.Readings 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 Sensors.Readings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.Readings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
Deprecated.- Throws:
IOException
-
parseFrom
public static Sensors.Readings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static Sensors.Readings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static Sensors.Readings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static Sensors.Readings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
newBuilder
Deprecated. -
newBuilder
Deprecated. -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.- Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Sensors.Readings,
Sensors.Readings.Builder>
-
getDefaultInstance
Deprecated. -
parser
Deprecated.
-