Package com.viam.component.board.v1
Class Board.Status
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Board.Status,Board.Status.Builder>
com.viam.component.board.v1.Board.Status
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Board.StatusOrBuilder
- Enclosing class:
- Board
public static final class Board.Status
extends com.google.protobuf.GeneratedMessageLite<Board.Status,Board.Status.Builder>
implements Board.StatusOrBuilder
Protobuf type
viam.component.board.v1.Status
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Protobuf typeviam.component.board.v1.Status
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
Fields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFields
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAnalogs
(String key) map<string, int32> analogs = 1 [json_name = "analogs"];
boolean
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
protected final Object
dynamicMethod
(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.int
map<string, int32> analogs = 1 [json_name = "analogs"];
map<string, int32> analogs = 1 [json_name = "analogs"];
int
getAnalogsOrDefault
(String key, int defaultValue) map<string, int32> analogs = 1 [json_name = "analogs"];
int
getAnalogsOrThrow
(String key) map<string, int32> analogs = 1 [json_name = "analogs"];
static Board.Status
Deprecated.int
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
long
getDigitalInterruptsOrDefault
(String key, long defaultValue) map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
long
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
static Board.Status.Builder
static Board.Status.Builder
newBuilder
(Board.Status prototype) static Board.Status
parseDelimitedFrom
(InputStream input) static Board.Status
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Board.Status
parseFrom
(byte[] data) static Board.Status
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Board.Status
parseFrom
(com.google.protobuf.ByteString data) static Board.Status
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Board.Status
parseFrom
(com.google.protobuf.CodedInputStream input) static Board.Status
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Board.Status
parseFrom
(InputStream input) static Board.Status
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Board.Status
parseFrom
(ByteBuffer data) static Board.Status
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Board.Status>
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
-
ANALOGS_FIELD_NUMBER
public static final int ANALOGS_FIELD_NUMBER- See Also:
-
DIGITAL_INTERRUPTS_FIELD_NUMBER
public static final int DIGITAL_INTERRUPTS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getAnalogsCount
public int getAnalogsCount()Description copied from interface:Board.StatusOrBuilder
map<string, int32> analogs = 1 [json_name = "analogs"];
- Specified by:
getAnalogsCount
in interfaceBoard.StatusOrBuilder
-
containsAnalogs
map<string, int32> analogs = 1 [json_name = "analogs"];
- Specified by:
containsAnalogs
in interfaceBoard.StatusOrBuilder
-
getAnalogs
Deprecated.UsegetAnalogsMap()
instead.- Specified by:
getAnalogs
in interfaceBoard.StatusOrBuilder
-
getAnalogsMap
map<string, int32> analogs = 1 [json_name = "analogs"];
- Specified by:
getAnalogsMap
in interfaceBoard.StatusOrBuilder
-
getAnalogsOrDefault
map<string, int32> analogs = 1 [json_name = "analogs"];
- Specified by:
getAnalogsOrDefault
in interfaceBoard.StatusOrBuilder
-
getAnalogsOrThrow
map<string, int32> analogs = 1 [json_name = "analogs"];
- Specified by:
getAnalogsOrThrow
in interfaceBoard.StatusOrBuilder
-
getDigitalInterruptsCount
public int getDigitalInterruptsCount()Description copied from interface:Board.StatusOrBuilder
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
- Specified by:
getDigitalInterruptsCount
in interfaceBoard.StatusOrBuilder
-
containsDigitalInterrupts
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
- Specified by:
containsDigitalInterrupts
in interfaceBoard.StatusOrBuilder
-
getDigitalInterrupts
Deprecated.UsegetDigitalInterruptsMap()
instead.- Specified by:
getDigitalInterrupts
in interfaceBoard.StatusOrBuilder
-
getDigitalInterruptsMap
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
- Specified by:
getDigitalInterruptsMap
in interfaceBoard.StatusOrBuilder
-
getDigitalInterruptsOrDefault
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
- Specified by:
getDigitalInterruptsOrDefault
in interfaceBoard.StatusOrBuilder
-
getDigitalInterruptsOrThrow
map<string, int64> digital_interrupts = 2 [json_name = "digitalInterrupts"];
- Specified by:
getDigitalInterruptsOrThrow
in interfaceBoard.StatusOrBuilder
-
parseFrom
public static Board.Status parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Board.Status parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Board.Status parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Board.Status parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Board.Status parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Board.Status parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Board.Status parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Board.Status parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Board.Status 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<Board.Status,
Board.Status.Builder>
-
getDefaultInstance
-
parser
-