Package viam.app.data.v1
Class Data.TabularDataByFilterRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Data.TabularDataByFilterRequest,Data.TabularDataByFilterRequest.Builder>
viam.app.data.v1.Data.TabularDataByFilterRequest
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Data.TabularDataByFilterRequestOrBuilder
- Enclosing class:
- Data
@Deprecated
public static final class Data.TabularDataByFilterRequest
extends com.google.protobuf.GeneratedMessageLite<Data.TabularDataByFilterRequest,Data.TabularDataByFilterRequest.Builder>
implements Data.TabularDataByFilterRequestOrBuilder
Deprecated.
TabularDataByFilterRequest requests tabular data based on filter values.Protobuf type
viam.app.data.v1.TabularDataByFilterRequest-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.TabularDataByFilterRequest requests tabular data based on filter values.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
FieldsModifier and TypeFieldDescriptionstatic final intDeprecated.static 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.booleanDeprecated.bool count_only = 2 [json_name = "countOnly"];Deprecated..viam.app.data.v1.DataRequest data_request = 1 [json_name = "dataRequest"];Deprecated.booleanDeprecated.bool include_internal_data = 3 [json_name = "includeInternalData"];booleanDeprecated..viam.app.data.v1.DataRequest data_request = 1 [json_name = "dataRequest"];Deprecated.newBuilder(Data.TabularDataByFilterRequest prototype) Deprecated.parseDelimitedFrom(InputStream input) Deprecated.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(byte[] data) Deprecated.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(com.google.protobuf.ByteString data) Deprecated.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(com.google.protobuf.CodedInputStream input) Deprecated.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(InputStream input) Deprecated.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.parseFrom(ByteBuffer data) Deprecated.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Deprecated.static com.google.protobuf.Parser<Data.TabularDataByFilterRequest>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
-
DATA_REQUEST_FIELD_NUMBER
public static final int DATA_REQUEST_FIELD_NUMBERDeprecated.- See Also:
-
COUNT_ONLY_FIELD_NUMBER
public static final int COUNT_ONLY_FIELD_NUMBERDeprecated.- See Also:
-
INCLUDE_INTERNAL_DATA_FIELD_NUMBER
public static final int INCLUDE_INTERNAL_DATA_FIELD_NUMBERDeprecated.- See Also:
-
-
Method Details
-
hasDataRequest
public boolean hasDataRequest()Deprecated..viam.app.data.v1.DataRequest data_request = 1 [json_name = "dataRequest"];- Specified by:
hasDataRequestin interfaceData.TabularDataByFilterRequestOrBuilder- Returns:
- Whether the dataRequest field is set.
-
getDataRequest
Deprecated..viam.app.data.v1.DataRequest data_request = 1 [json_name = "dataRequest"];- Specified by:
getDataRequestin interfaceData.TabularDataByFilterRequestOrBuilder- Returns:
- The dataRequest.
-
getCountOnly
public boolean getCountOnly()Deprecated.bool count_only = 2 [json_name = "countOnly"];- Specified by:
getCountOnlyin interfaceData.TabularDataByFilterRequestOrBuilder- Returns:
- The countOnly.
-
getIncludeInternalData
public boolean getIncludeInternalData()Deprecated.bool include_internal_data = 3 [json_name = "includeInternalData"];- Specified by:
getIncludeInternalDatain interfaceData.TabularDataByFilterRequestOrBuilder- Returns:
- The includeInternalData.
-
parseFrom
public static Data.TabularDataByFilterRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.TabularDataByFilterRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.TabularDataByFilterRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.TabularDataByFilterRequest 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 Data.TabularDataByFilterRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException Deprecated.- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.TabularDataByFilterRequest 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 Data.TabularDataByFilterRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static Data.TabularDataByFilterRequest parseDelimitedFrom(InputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseDelimitedFrom
public static Data.TabularDataByFilterRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static Data.TabularDataByFilterRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException Deprecated.- Throws:
IOException
-
parseFrom
public static Data.TabularDataByFilterRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException Deprecated.- Throws:
IOException
-
newBuilder
Deprecated. -
newBuilder
public static Data.TabularDataByFilterRequest.Builder newBuilder(Data.TabularDataByFilterRequest prototype) Deprecated. -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Deprecated.- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Data.TabularDataByFilterRequest,Data.TabularDataByFilterRequest.Builder>
-
getDefaultInstance
Deprecated. -
parser
Deprecated.
-