Package viam.app.data.v1
Class Data.GetLatestTabularDataRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Data.GetLatestTabularDataRequest,Data.GetLatestTabularDataRequest.Builder>
viam.app.data.v1.Data.GetLatestTabularDataRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Data.GetLatestTabularDataRequestOrBuilder
- Enclosing class:
- Data
public static final class Data.GetLatestTabularDataRequest
extends com.google.protobuf.GeneratedMessageLite<Data.GetLatestTabularDataRequest,Data.GetLatestTabularDataRequest.Builder>
implements Data.GetLatestTabularDataRequestOrBuilder
GetLatestTabularDataRequest requests the most recent tabular data captured from the specified data source.Protobuf type
viam.app.data.v1.GetLatestTabularDataRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
GetLatestTabularDataRequest requests the most recent tabular data captured from the specified data source.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
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) string method_name = 3 [json_name = "methodName"];
com.google.protobuf.ByteString
string method_name = 3 [json_name = "methodName"];
string part_id = 1 [json_name = "partId"];
com.google.protobuf.ByteString
string part_id = 1 [json_name = "partId"];
string resource_name = 2 [json_name = "resourceName"];
com.google.protobuf.ByteString
string resource_name = 2 [json_name = "resourceName"];
string resource_subtype = 4 [json_name = "resourceSubtype"];
com.google.protobuf.ByteString
string resource_subtype = 4 [json_name = "resourceSubtype"];
newBuilder
(Data.GetLatestTabularDataRequest prototype) parseDelimitedFrom
(InputStream input) parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(byte[] data) parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.ByteString data) parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(com.google.protobuf.CodedInputStream input) parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(InputStream input) parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom
(ByteBuffer data) parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Data.GetLatestTabularDataRequest>
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
-
PART_ID_FIELD_NUMBER
public static final int PART_ID_FIELD_NUMBER- See Also:
-
RESOURCE_NAME_FIELD_NUMBER
public static final int RESOURCE_NAME_FIELD_NUMBER- See Also:
-
METHOD_NAME_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER- See Also:
-
RESOURCE_SUBTYPE_FIELD_NUMBER
public static final int RESOURCE_SUBTYPE_FIELD_NUMBER- See Also:
-
-
Method Details
-
getPartId
string part_id = 1 [json_name = "partId"];
- Specified by:
getPartId
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The partId.
-
getPartIdBytes
public com.google.protobuf.ByteString getPartIdBytes()string part_id = 1 [json_name = "partId"];
- Specified by:
getPartIdBytes
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The bytes for partId.
-
getResourceName
string resource_name = 2 [json_name = "resourceName"];
- Specified by:
getResourceName
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()string resource_name = 2 [json_name = "resourceName"];
- Specified by:
getResourceNameBytes
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The bytes for resourceName.
-
getMethodName
string method_name = 3 [json_name = "methodName"];
- Specified by:
getMethodName
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The methodName.
-
getMethodNameBytes
public com.google.protobuf.ByteString getMethodNameBytes()string method_name = 3 [json_name = "methodName"];
- Specified by:
getMethodNameBytes
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The bytes for methodName.
-
getResourceSubtype
string resource_subtype = 4 [json_name = "resourceSubtype"];
- Specified by:
getResourceSubtype
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The resourceSubtype.
-
getResourceSubtypeBytes
public com.google.protobuf.ByteString getResourceSubtypeBytes()string resource_subtype = 4 [json_name = "resourceSubtype"];
- Specified by:
getResourceSubtypeBytes
in interfaceData.GetLatestTabularDataRequestOrBuilder
- Returns:
- The bytes for resourceSubtype.
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Data.GetLatestTabularDataRequest parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Data.GetLatestTabularDataRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Data.GetLatestTabularDataRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Data.GetLatestTabularDataRequest.Builder newBuilder(Data.GetLatestTabularDataRequest prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethod
in classcom.google.protobuf.GeneratedMessageLite<Data.GetLatestTabularDataRequest,
Data.GetLatestTabularDataRequest.Builder>
-
getDefaultInstance
-
parser
-