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 Summary
Modifier and TypeMethodDescriptionboolean
containsValues
(int key) Deprecated.The key is the index into the tags array.getAnnotations
(int index) Deprecated.repeated .AnnotationPB annotations = 10;
int
Deprecated.repeated .AnnotationPB annotations = 10;
Deprecated.repeated .AnnotationPB annotations = 10;
getAnnotationsOrBuilder
(int index) Deprecated.repeated .AnnotationPB annotations = 10;
List<? extends SampleSetProto.AnnotationPBOrBuilder>
Deprecated.repeated .AnnotationPB annotations = 10;
boolean
Deprecated.bool isretire = 8;
Deprecated.string providerId = 2;
com.google.protobuf.ByteString
Deprecated.string providerId = 2;
int
Deprecated.int32 samplerate = 9;
Deprecated.string scanclassName = 7;
com.google.protobuf.ByteString
Deprecated.string scanclassName = 7;
Deprecated.string systemId = 1;
com.google.protobuf.ByteString
Deprecated.string systemId = 1;
getTags
(int index) Deprecated.A list of Tag definitions.int
Deprecated.A list of Tag definitions.Deprecated.A list of Tag definitions.getTagsOrBuilder
(int index) Deprecated.A list of Tag definitions.List<? extends SampleSetProto.TagPBOrBuilder>
Deprecated.A list of Tag definitions.Deprecated.string targetHistorian = 6;
com.google.protobuf.ByteString
Deprecated.string targetHistorian = 6;
long
Deprecated.int64 tstamp = 3;
Deprecated.int
Deprecated.The key is the index into the tags array.Deprecated.The key is the index into the tags array.getValuesOrDefault
(int key, SampleSetProto.TagValuesPB defaultValue) Deprecated.The key is the index into the tags array.getValuesOrThrow
(int key) Deprecated.The key is the index into the tags array.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.UsegetValuesMap()
instead. -
getValuesMap
Map<Integer,SampleSetProto.TagValuesPB> getValuesMap()Deprecated.The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
-
getValuesOrDefault
Deprecated.The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
-
getValuesOrThrow
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
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
Deprecated.repeated .AnnotationPB annotations = 10;
-