Package viam.app.data.v1
Class Data.SequenceResourceFilter
java.lang.Object
com.google.protobuf.AbstractMessageLite<Data.SequenceResourceFilter,Data.SequenceResourceFilter.Builder>
com.google.protobuf.GeneratedMessageLite<Data.SequenceResourceFilter,Data.SequenceResourceFilter.Builder>
viam.app.data.v1.Data.SequenceResourceFilter
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Data.SequenceResourceFilterOrBuilder
- Enclosing class:
Data
public static final class Data.SequenceResourceFilter
extends com.google.protobuf.GeneratedMessageLite<Data.SequenceResourceFilter,Data.SequenceResourceFilter.Builder>
implements Data.SequenceResourceFilterOrBuilder
SequenceResourceFilter filters binary and/or tabular data by source identifiers.Protobuf type
viam.app.data.v1.SequenceResourceFilter-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSequenceResourceFilter filters binary and/or tabular data by source identifiers.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>, 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 intstatic final intFields 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) static Data.SequenceResourceFilterstring method_name = 3 [json_name = "methodName"];com.google.protobuf.ByteStringstring method_name = 3 [json_name = "methodName"];string resource_name = 2 [json_name = "resourceName"];com.google.protobuf.ByteStringstring resource_name = 2 [json_name = "resourceName"];newBuilder(Data.SequenceResourceFilter prototype) static Data.SequenceResourceFilterparseDelimitedFrom(InputStream input) static Data.SequenceResourceFilterparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Data.SequenceResourceFilterparseFrom(byte[] data) static Data.SequenceResourceFilterparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Data.SequenceResourceFilterparseFrom(com.google.protobuf.ByteString data) static Data.SequenceResourceFilterparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Data.SequenceResourceFilterparseFrom(com.google.protobuf.CodedInputStream input) static Data.SequenceResourceFilterparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Data.SequenceResourceFilterparseFrom(InputStream input) static Data.SequenceResourceFilterparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Data.SequenceResourceFilterparseFrom(ByteBuffer data) static Data.SequenceResourceFilterparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Data.SequenceResourceFilter> parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, 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
-
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:
-
-
Method Details
-
getResourceName
string resource_name = 2 [json_name = "resourceName"];- Specified by:
getResourceNamein interfaceData.SequenceResourceFilterOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()string resource_name = 2 [json_name = "resourceName"];- Specified by:
getResourceNameBytesin interfaceData.SequenceResourceFilterOrBuilder- Returns:
- The bytes for resourceName.
-
getMethodName
string method_name = 3 [json_name = "methodName"];- Specified by:
getMethodNamein interfaceData.SequenceResourceFilterOrBuilder- Returns:
- The methodName.
-
getMethodNameBytes
public com.google.protobuf.ByteString getMethodNameBytes()string method_name = 3 [json_name = "methodName"];- Specified by:
getMethodNameBytesin interfaceData.SequenceResourceFilterOrBuilder- Returns:
- The bytes for methodName.
-
parseFrom
public static Data.SequenceResourceFilter parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.SequenceResourceFilter parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.SequenceResourceFilter parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.SequenceResourceFilter 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.SequenceResourceFilter parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Data.SequenceResourceFilter 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.SequenceResourceFilter parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Data.SequenceResourceFilter parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Data.SequenceResourceFilter parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Data.SequenceResourceFilter 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:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Data.SequenceResourceFilter,Data.SequenceResourceFilter.Builder>
-
getDefaultInstance
-
parser
-