Package com.viam.service.sensors.v1
Class Sensors.GetSensorsRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Sensors.GetSensorsRequest,Sensors.GetSensorsRequest.Builder>
com.viam.service.sensors.v1.Sensors.GetSensorsRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Sensors.GetSensorsRequestOrBuilder
- Enclosing class:
- Sensors
@Deprecated
public static final class Sensors.GetSensorsRequest
extends com.google.protobuf.GeneratedMessageLite<Sensors.GetSensorsRequest,Sensors.GetSensorsRequest.Builder>
implements Sensors.GetSensorsRequestOrBuilder
Deprecated.
The sensors service messages are deprecatedProtobuf type
viam.service.sensors.v1.GetSensorsRequest-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.The sensors service messages are deprecatedNested 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 intDeprecated.static final intDeprecated.Fields 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) Deprecated.static Sensors.GetSensorsRequestDeprecated.com.google.protobuf.StructgetExtra()Deprecated.getName()Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated.com.google.protobuf.ByteStringDeprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated.booleanhasExtra()Deprecated.Deprecated.newBuilder(Sensors.GetSensorsRequest prototype) Deprecated.static Sensors.GetSensorsRequestparseDelimitedFrom(InputStream input) Deprecated.static Sensors.GetSensorsRequestparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.GetSensorsRequestparseFrom(byte[] data) Deprecated.static Sensors.GetSensorsRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.GetSensorsRequestparseFrom(com.google.protobuf.ByteString data) Deprecated.static Sensors.GetSensorsRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.GetSensorsRequestparseFrom(com.google.protobuf.CodedInputStream input) Deprecated.static Sensors.GetSensorsRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.GetSensorsRequestparseFrom(InputStream input) Deprecated.static Sensors.GetSensorsRequestparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static Sensors.GetSensorsRequestparseFrom(ByteBuffer data) Deprecated.static Sensors.GetSensorsRequestparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static com.google.protobuf.Parser<Sensors.GetSensorsRequest>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, 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
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBERDeprecated.- See Also:
-
EXTRA_FIELD_NUMBER
public static final int EXTRA_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
getName
Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37string name = 1 [json_name = "name", deprecated = true];- Specified by:
getNamein interfaceSensors.GetSensorsRequestOrBuilder- Returns:
- The name.
-
getNameBytes
Deprecated.viam.service.sensors.v1.GetSensorsRequest.name is deprecated. See service/sensors/v1/sensors.proto;l=37string name = 1 [json_name = "name", deprecated = true];- Specified by:
getNameBytesin interfaceSensors.GetSensorsRequestOrBuilder- Returns:
- The bytes for name.
-
hasExtra
Deprecated.Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];- Specified by:
hasExtrain interfaceSensors.GetSensorsRequestOrBuilder- Returns:
- Whether the extra field is set.
-
getExtra
Deprecated.Additional arguments to the method
.google.protobuf.Struct extra = 99 [json_name = "extra", deprecated = true];- Specified by:
getExtrain interfaceSensors.GetSensorsRequestOrBuilder- Returns:
- The extra.
-
parseFrom
public static Sensors.GetSensorsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.GetSensorsRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.GetSensorsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.GetSensorsRequest 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.GetSensorsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Sensors.GetSensorsRequest 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.GetSensorsRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static Sensors.GetSensorsRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static Sensors.GetSensorsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static Sensors.GetSensorsRequest 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:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Sensors.GetSensorsRequest,Sensors.GetSensorsRequest.Builder>
-
getDefaultInstance
Deprecated. -
parser
Deprecated.
-