Interface SampleSetProto.SampleSetPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SampleSetProto.SampleSetPB, SampleSetProto.SampleSetPB.Builder
Enclosing class:
SampleSetProto

@Deprecated public static interface SampleSetProto.SampleSetPBOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
  • Method Details

    • getSystemId

      String getSystemId()
      Deprecated.
      string systemId = 1;
      Returns:
      The systemId.
    • getSystemIdBytes

      com.google.protobuf.ByteString getSystemIdBytes()
      Deprecated.
      string systemId = 1;
      Returns:
      The bytes for systemId.
    • getProviderId

      String getProviderId()
      Deprecated.
      string providerId = 2;
      Returns:
      The providerId.
    • getProviderIdBytes

      com.google.protobuf.ByteString getProviderIdBytes()
      Deprecated.
      string providerId = 2;
      Returns:
      The bytes for providerId.
    • getTstamp

      long getTstamp()
      Deprecated.
      int64 tstamp = 3;
      Returns:
      The tstamp.
    • getTagsList

      List<SampleSetProto.TagPB> getTagsList()
      Deprecated.
      A list of Tag definitions. The same path with other options could be in here multiple times, and would correspond to different entries in the values map.
       
      repeated .TagPB tags = 4;
    • getTags

      SampleSetProto.TagPB getTags(int index)
      Deprecated.
      A list of Tag definitions. The same path with other options could be in here multiple times, and would correspond to different entries in the values map.
       
      repeated .TagPB tags = 4;
    • getTagsCount

      int getTagsCount()
      Deprecated.
      A list of Tag definitions. The same path with other options could be in here multiple times, and would correspond to different entries in the values map.
       
      repeated .TagPB tags = 4;
    • getTagsOrBuilderList

      List<? extends SampleSetProto.TagPBOrBuilder> getTagsOrBuilderList()
      Deprecated.
      A list of Tag definitions. The same path with other options could be in here multiple times, and would correspond to different entries in the values map.
       
      repeated .TagPB tags = 4;
    • getTagsOrBuilder

      SampleSetProto.TagPBOrBuilder getTagsOrBuilder(int index)
      Deprecated.
      A list of Tag definitions. The same path with other options could be in here multiple times, and would correspond to different entries in the values map.
       
      repeated .TagPB tags = 4;
    • getValuesCount

      int getValuesCount()
      Deprecated.
      The key is the index into the tags array.
       
      map<int32, .TagValuesPB> values = 5;
    • containsValues

      boolean containsValues(int key)
      Deprecated.
      The key is the index into the tags array.
       
      map<int32, .TagValuesPB> values = 5;
    • getValues

      Deprecated.
      Use getValuesMap() instead.
    • getValuesMap

      Deprecated.
      The key is the index into the tags array.
       
      map<int32, .TagValuesPB> values = 5;
    • getValuesOrDefault

      SampleSetProto.TagValuesPB getValuesOrDefault(int key, SampleSetProto.TagValuesPB defaultValue)
      Deprecated.
      The key is the index into the tags array.
       
      map<int32, .TagValuesPB> values = 5;
    • getValuesOrThrow

      SampleSetProto.TagValuesPB getValuesOrThrow(int key)
      Deprecated.
      The key is the index into the tags array.
       
      map<int32, .TagValuesPB> values = 5;
    • getTargetHistorian

      String getTargetHistorian()
      Deprecated.
      string targetHistorian = 6;
      Returns:
      The targetHistorian.
    • getTargetHistorianBytes

      com.google.protobuf.ByteString getTargetHistorianBytes()
      Deprecated.
      string targetHistorian = 6;
      Returns:
      The bytes for targetHistorian.
    • getScanclassName

      String getScanclassName()
      Deprecated.
      string scanclassName = 7;
      Returns:
      The scanclassName.
    • getScanclassNameBytes

      com.google.protobuf.ByteString getScanclassNameBytes()
      Deprecated.
      string scanclassName = 7;
      Returns:
      The bytes for scanclassName.
    • getIsretire

      boolean getIsretire()
      Deprecated.
      bool isretire = 8;
      Returns:
      The isretire.
    • getSamplerate

      int getSamplerate()
      Deprecated.
      int32 samplerate = 9;
      Returns:
      The samplerate.
    • getAnnotationsList

      List<SampleSetProto.AnnotationPB> getAnnotationsList()
      Deprecated.
      repeated .AnnotationPB annotations = 10;
    • getAnnotations

      SampleSetProto.AnnotationPB getAnnotations(int index)
      Deprecated.
      repeated .AnnotationPB annotations = 10;
    • getAnnotationsCount

      int getAnnotationsCount()
      Deprecated.
      repeated .AnnotationPB annotations = 10;
    • getAnnotationsOrBuilderList

      List<? extends SampleSetProto.AnnotationPBOrBuilder> getAnnotationsOrBuilderList()
      Deprecated.
      repeated .AnnotationPB annotations = 10;
    • getAnnotationsOrBuilder

      SampleSetProto.AnnotationPBOrBuilder getAnnotationsOrBuilder(int index)
      Deprecated.
      repeated .AnnotationPB annotations = 10;