Interface SampleSetProto.SampleSetPBOrBuilder

    • Method Detail

      • getSystemId

        java.lang.String getSystemId()
        string systemId = 1;
      • getSystemIdBytes

        com.google.protobuf.ByteString getSystemIdBytes()
        string systemId = 1;
      • getProviderId

        java.lang.String getProviderId()
        string providerId = 2;
      • getProviderIdBytes

        com.google.protobuf.ByteString getProviderIdBytes()
        string providerId = 2;
      • getTstamp

        long getTstamp()
        int64 tstamp = 3;
      • getTagsList

        java.util.List<SampleSetProto.TagPB> getTagsList()
        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)
        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()
        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

        java.util.List<? extends SampleSetProto.TagPBOrBuilder> getTagsOrBuilderList()
        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)
        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()
        The key is the index into the tags array.
         
        map<int32, .TagValuesPB> values = 5;
      • containsValues

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

        java.util.Map<java.lang.Integer,​SampleSetProto.TagValuesPB> getValuesMap()
        The key is the index into the tags array.
         
        map<int32, .TagValuesPB> values = 5;
      • getValuesOrThrow

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

        java.lang.String getTargetHistorian()
        string targetHistorian = 6;
      • getTargetHistorianBytes

        com.google.protobuf.ByteString getTargetHistorianBytes()
        string targetHistorian = 6;
      • getScanclassName

        java.lang.String getScanclassName()
        string scanclassName = 7;
      • getScanclassNameBytes

        com.google.protobuf.ByteString getScanclassNameBytes()
        string scanclassName = 7;
      • getIsretire

        boolean getIsretire()
        bool isretire = 8;
      • getSamplerate

        int getSamplerate()
        int32 samplerate = 9;
      • getAnnotationsCount

        int getAnnotationsCount()
        repeated .AnnotationPB annotations = 10;