Package viam.app.data.v1
Class Data.ExportTabularDataRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Data.ExportTabularDataRequest,Data.ExportTabularDataRequest.Builder>
viam.app.data.v1.Data.ExportTabularDataRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,Data.ExportTabularDataRequestOrBuilder
- Enclosing class:
- Data
public static final class Data.ExportTabularDataRequest
extends com.google.protobuf.GeneratedMessageLite<Data.ExportTabularDataRequest,Data.ExportTabularDataRequest.Builder>
implements Data.ExportTabularDataRequestOrBuilder
ExportTabularDataRequest requests tabular data from the specified data source.Protobuf type
viam.app.data.v1.ExportTabularDataRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
ExportTabularDataRequest requests tabular data 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
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) .viam.app.data.v1.CaptureInterval interval = 5 [json_name = "interval"];
string method_name = 4 [json_name = "methodName"];
com.google.protobuf.ByteString
string method_name = 4 [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 = 3 [json_name = "resourceSubtype"];
com.google.protobuf.ByteString
string resource_subtype = 3 [json_name = "resourceSubtype"];
boolean
.viam.app.data.v1.CaptureInterval interval = 5 [json_name = "interval"];
newBuilder
(Data.ExportTabularDataRequest 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.ExportTabularDataRequest>
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:
-
RESOURCE_SUBTYPE_FIELD_NUMBER
public static final int RESOURCE_SUBTYPE_FIELD_NUMBER- See Also:
-
METHOD_NAME_FIELD_NUMBER
public static final int METHOD_NAME_FIELD_NUMBER- See Also:
-
INTERVAL_FIELD_NUMBER
public static final int INTERVAL_FIELD_NUMBER- See Also:
-
-
Method Details
-
getPartId
string part_id = 1 [json_name = "partId"];
- Specified by:
getPartId
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The partId.
-
getPartIdBytes
public com.google.protobuf.ByteString getPartIdBytes()string part_id = 1 [json_name = "partId"];
- Specified by:
getPartIdBytes
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The bytes for partId.
-
getResourceName
string resource_name = 2 [json_name = "resourceName"];
- Specified by:
getResourceName
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()string resource_name = 2 [json_name = "resourceName"];
- Specified by:
getResourceNameBytes
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The bytes for resourceName.
-
getResourceSubtype
string resource_subtype = 3 [json_name = "resourceSubtype"];
- Specified by:
getResourceSubtype
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The resourceSubtype.
-
getResourceSubtypeBytes
public com.google.protobuf.ByteString getResourceSubtypeBytes()string resource_subtype = 3 [json_name = "resourceSubtype"];
- Specified by:
getResourceSubtypeBytes
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The bytes for resourceSubtype.
-
getMethodName
string method_name = 4 [json_name = "methodName"];
- Specified by:
getMethodName
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The methodName.
-
getMethodNameBytes
public com.google.protobuf.ByteString getMethodNameBytes()string method_name = 4 [json_name = "methodName"];
- Specified by:
getMethodNameBytes
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The bytes for methodName.
-
hasInterval
public boolean hasInterval().viam.app.data.v1.CaptureInterval interval = 5 [json_name = "interval"];
- Specified by:
hasInterval
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- Whether the interval field is set.
-
getInterval
.viam.app.data.v1.CaptureInterval interval = 5 [json_name = "interval"];
- Specified by:
getInterval
in interfaceData.ExportTabularDataRequestOrBuilder
- Returns:
- The interval.
-
parseFrom
public static Data.ExportTabularDataRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.ExportTabularDataRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.ExportTabularDataRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.ExportTabularDataRequest 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.ExportTabularDataRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.ExportTabularDataRequest 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.ExportTabularDataRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Data.ExportTabularDataRequest parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Data.ExportTabularDataRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Data.ExportTabularDataRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Data.ExportTabularDataRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Data.ExportTabularDataRequest.Builder newBuilder(Data.ExportTabularDataRequest 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.ExportTabularDataRequest,
Data.ExportTabularDataRequest.Builder>
-
getDefaultInstance
-
parser
-