Class Data.Sequence

java.lang.Object
com.google.protobuf.AbstractMessageLite<Data.Sequence,Data.Sequence.Builder>
com.google.protobuf.GeneratedMessageLite<Data.Sequence,Data.Sequence.Builder>
viam.app.data.v1.Data.Sequence
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, Data.SequenceOrBuilder
Enclosing class:
Data

public static final class Data.Sequence extends com.google.protobuf.GeneratedMessageLite<Data.Sequence,Data.Sequence.Builder> implements Data.SequenceOrBuilder
Protobuf type viam.app.data.v1.Sequence
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type viam.app.data.v1.Sequence

    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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static 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 Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp created_at = 4 [json_name = "createdAt"];
     
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp end_time = 7 [json_name = "endTime"];
    Metadata associated with the sequence.
    com.google.protobuf.ByteString
    Metadata associated with the sequence.
    string part_id = 9 [json_name = "partId"];
    com.google.protobuf.ByteString
    string part_id = 9 [json_name = "partId"];
    getResources(int index)
    Resources whose data is associated with this sequence.
    int
    Resources whose data is associated with this sequence.
    Resources whose data is associated with this sequence.
    Resources whose data is associated with this sequence.
    Resources whose data is associated with this sequence.
    getSequenceTags(int index)
    repeated string sequence_tags = 3 [json_name = "sequenceTags"];
    com.google.protobuf.ByteString
    repeated string sequence_tags = 3 [json_name = "sequenceTags"];
    int
    repeated string sequence_tags = 3 [json_name = "sequenceTags"];
    repeated string sequence_tags = 3 [json_name = "sequenceTags"];
    com.google.protobuf.Timestamp
    The time range the sequence applies to.
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp updated_at = 5 [json_name = "updatedAt"];
    boolean
    .google.protobuf.Timestamp created_at = 4 [json_name = "createdAt"];
    boolean
    .google.protobuf.Timestamp end_time = 7 [json_name = "endTime"];
    boolean
    The time range the sequence applies to.
    boolean
    .google.protobuf.Timestamp updated_at = 5 [json_name = "updatedAt"];
     
     
     
    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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<Data.Sequence>
     

    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, 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

  • Method Details

    • getId

      public String getId()
       Metadata associated with the sequence.
       
      string id = 1 [json_name = "id"];
      Specified by:
      getId in interface Data.SequenceOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       Metadata associated with the sequence.
       
      string id = 1 [json_name = "id"];
      Specified by:
      getIdBytes in interface Data.SequenceOrBuilder
      Returns:
      The bytes for id.
    • getPartId

      public String getPartId()
      string part_id = 9 [json_name = "partId"];
      Specified by:
      getPartId in interface Data.SequenceOrBuilder
      Returns:
      The partId.
    • getPartIdBytes

      public com.google.protobuf.ByteString getPartIdBytes()
      string part_id = 9 [json_name = "partId"];
      Specified by:
      getPartIdBytes in interface Data.SequenceOrBuilder
      Returns:
      The bytes for partId.
    • getSequenceTagsList

      public List<String> getSequenceTagsList()
      repeated string sequence_tags = 3 [json_name = "sequenceTags"];
      Specified by:
      getSequenceTagsList in interface Data.SequenceOrBuilder
      Returns:
      A list containing the sequenceTags.
    • getSequenceTagsCount

      public int getSequenceTagsCount()
      repeated string sequence_tags = 3 [json_name = "sequenceTags"];
      Specified by:
      getSequenceTagsCount in interface Data.SequenceOrBuilder
      Returns:
      The count of sequenceTags.
    • getSequenceTags

      public String getSequenceTags(int index)
      repeated string sequence_tags = 3 [json_name = "sequenceTags"];
      Specified by:
      getSequenceTags in interface Data.SequenceOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The sequenceTags at the given index.
    • getSequenceTagsBytes

      public com.google.protobuf.ByteString getSequenceTagsBytes(int index)
      repeated string sequence_tags = 3 [json_name = "sequenceTags"];
      Specified by:
      getSequenceTagsBytes in interface Data.SequenceOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the sequenceTags at the given index.
    • hasCreatedAt

      public boolean hasCreatedAt()
      .google.protobuf.Timestamp created_at = 4 [json_name = "createdAt"];
      Specified by:
      hasCreatedAt in interface Data.SequenceOrBuilder
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      public com.google.protobuf.Timestamp getCreatedAt()
      .google.protobuf.Timestamp created_at = 4 [json_name = "createdAt"];
      Specified by:
      getCreatedAt in interface Data.SequenceOrBuilder
      Returns:
      The createdAt.
    • hasUpdatedAt

      public boolean hasUpdatedAt()
      .google.protobuf.Timestamp updated_at = 5 [json_name = "updatedAt"];
      Specified by:
      hasUpdatedAt in interface Data.SequenceOrBuilder
      Returns:
      Whether the updatedAt field is set.
    • getUpdatedAt

      public com.google.protobuf.Timestamp getUpdatedAt()
      .google.protobuf.Timestamp updated_at = 5 [json_name = "updatedAt"];
      Specified by:
      getUpdatedAt in interface Data.SequenceOrBuilder
      Returns:
      The updatedAt.
    • hasStartTime

      public boolean hasStartTime()
       The time range the sequence applies to.
       
      .google.protobuf.Timestamp start_time = 6 [json_name = "startTime"];
      Specified by:
      hasStartTime in interface Data.SequenceOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.protobuf.Timestamp getStartTime()
       The time range the sequence applies to.
       
      .google.protobuf.Timestamp start_time = 6 [json_name = "startTime"];
      Specified by:
      getStartTime in interface Data.SequenceOrBuilder
      Returns:
      The startTime.
    • hasEndTime

      public boolean hasEndTime()
      .google.protobuf.Timestamp end_time = 7 [json_name = "endTime"];
      Specified by:
      hasEndTime in interface Data.SequenceOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.protobuf.Timestamp getEndTime()
      .google.protobuf.Timestamp end_time = 7 [json_name = "endTime"];
      Specified by:
      getEndTime in interface Data.SequenceOrBuilder
      Returns:
      The endTime.
    • getResourcesList

      public List<Data.SequenceResourceFilter> getResourcesList()
       Resources whose data is associated with this sequence.
       
      repeated .viam.app.data.v1.SequenceResourceFilter resources = 8 [json_name = "resources"];
      Specified by:
      getResourcesList in interface Data.SequenceOrBuilder
    • getResourcesOrBuilderList

      public List<? extends Data.SequenceResourceFilterOrBuilder> getResourcesOrBuilderList()
       Resources whose data is associated with this sequence.
       
      repeated .viam.app.data.v1.SequenceResourceFilter resources = 8 [json_name = "resources"];
    • getResourcesCount

      public int getResourcesCount()
       Resources whose data is associated with this sequence.
       
      repeated .viam.app.data.v1.SequenceResourceFilter resources = 8 [json_name = "resources"];
      Specified by:
      getResourcesCount in interface Data.SequenceOrBuilder
    • getResources

      public Data.SequenceResourceFilter getResources(int index)
       Resources whose data is associated with this sequence.
       
      repeated .viam.app.data.v1.SequenceResourceFilter resources = 8 [json_name = "resources"];
      Specified by:
      getResources in interface Data.SequenceOrBuilder
    • getResourcesOrBuilder

      public Data.SequenceResourceFilterOrBuilder getResourcesOrBuilder(int index)
       Resources whose data is associated with this sequence.
       
      repeated .viam.app.data.v1.SequenceResourceFilter resources = 8 [json_name = "resources"];
    • parseFrom

      public static Data.Sequence parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.Sequence parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.Sequence parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.Sequence 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.Sequence parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.Sequence parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Data.Sequence parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Data.Sequence parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Data.Sequence parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Data.Sequence parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Data.Sequence parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Data.Sequence parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static Data.Sequence.Builder newBuilder()
    • newBuilder

      public static Data.Sequence.Builder newBuilder(Data.Sequence prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Data.Sequence,Data.Sequence.Builder>
    • getDefaultInstance

      public static Data.Sequence getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Data.Sequence> parser()