Class SampleSetProto.SampleSetPB
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.inductiveautomation.gateway.tags.history.util.SampleSetProto.SampleSetPB
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,SampleSetProto.SampleSetPBOrBuilder
,java.io.Serializable
- Enclosing class:
- SampleSetProto
public static final class SampleSetProto.SampleSetPB extends com.google.protobuf.GeneratedMessageV3 implements SampleSetProto.SampleSetPBOrBuilder
Protobuf typeSampleSetPB
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SampleSetProto.SampleSetPB.Builder
Protobuf typeSampleSetPB
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANNOTATIONS_FIELD_NUMBER
static int
ISRETIRE_FIELD_NUMBER
static int
PROVIDERID_FIELD_NUMBER
static int
SAMPLERATE_FIELD_NUMBER
static int
SCANCLASSNAME_FIELD_NUMBER
static int
SYSTEMID_FIELD_NUMBER
static int
TAGS_FIELD_NUMBER
static int
TARGETHISTORIAN_FIELD_NUMBER
static int
TSTAMP_FIELD_NUMBER
static int
VALUES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsValues(int key)
The key is the index into the tags array.boolean
equals(java.lang.Object obj)
SampleSetProto.AnnotationPB
getAnnotations(int index)
repeated .AnnotationPB annotations = 10;
int
getAnnotationsCount()
repeated .AnnotationPB annotations = 10;
java.util.List<SampleSetProto.AnnotationPB>
getAnnotationsList()
repeated .AnnotationPB annotations = 10;
SampleSetProto.AnnotationPBOrBuilder
getAnnotationsOrBuilder(int index)
repeated .AnnotationPB annotations = 10;
java.util.List<? extends SampleSetProto.AnnotationPBOrBuilder>
getAnnotationsOrBuilderList()
repeated .AnnotationPB annotations = 10;
static SampleSetProto.SampleSetPB
getDefaultInstance()
SampleSetProto.SampleSetPB
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
boolean
getIsretire()
bool isretire = 8;
com.google.protobuf.Parser<SampleSetProto.SampleSetPB>
getParserForType()
java.lang.String
getProviderId()
string providerId = 2;
com.google.protobuf.ByteString
getProviderIdBytes()
string providerId = 2;
int
getSamplerate()
int32 samplerate = 9;
java.lang.String
getScanclassName()
string scanclassName = 7;
com.google.protobuf.ByteString
getScanclassNameBytes()
string scanclassName = 7;
int
getSerializedSize()
java.lang.String
getSystemId()
string systemId = 1;
com.google.protobuf.ByteString
getSystemIdBytes()
string systemId = 1;
SampleSetProto.TagPB
getTags(int index)
A list of Tag definitions.int
getTagsCount()
A list of Tag definitions.java.util.List<SampleSetProto.TagPB>
getTagsList()
A list of Tag definitions.SampleSetProto.TagPBOrBuilder
getTagsOrBuilder(int index)
A list of Tag definitions.java.util.List<? extends SampleSetProto.TagPBOrBuilder>
getTagsOrBuilderList()
A list of Tag definitions.java.lang.String
getTargetHistorian()
string targetHistorian = 6;
com.google.protobuf.ByteString
getTargetHistorianBytes()
string targetHistorian = 6;
long
getTstamp()
int64 tstamp = 3;
com.google.protobuf.UnknownFieldSet
getUnknownFields()
java.util.Map<java.lang.Integer,SampleSetProto.TagValuesPB>
getValues()
Deprecated.int
getValuesCount()
The key is the index into the tags array.java.util.Map<java.lang.Integer,SampleSetProto.TagValuesPB>
getValuesMap()
The key is the index into the tags array.SampleSetProto.TagValuesPB
getValuesOrDefault(int key, SampleSetProto.TagValuesPB defaultValue)
The key is the index into the tags array.SampleSetProto.TagValuesPB
getValuesOrThrow(int key)
The key is the index into the tags array.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static SampleSetProto.SampleSetPB.Builder
newBuilder()
static SampleSetProto.SampleSetPB.Builder
newBuilder(SampleSetProto.SampleSetPB prototype)
SampleSetProto.SampleSetPB.Builder
newBuilderForType()
protected SampleSetProto.SampleSetPB.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected java.lang.Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static SampleSetProto.SampleSetPB
parseDelimitedFrom(java.io.InputStream input)
static SampleSetProto.SampleSetPB
parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleSetProto.SampleSetPB
parseFrom(byte[] data)
static SampleSetProto.SampleSetPB
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleSetProto.SampleSetPB
parseFrom(com.google.protobuf.ByteString data)
static SampleSetProto.SampleSetPB
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleSetProto.SampleSetPB
parseFrom(com.google.protobuf.CodedInputStream input)
static SampleSetProto.SampleSetPB
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleSetProto.SampleSetPB
parseFrom(java.io.InputStream input)
static SampleSetProto.SampleSetPB
parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SampleSetProto.SampleSetPB
parseFrom(java.nio.ByteBuffer data)
static SampleSetProto.SampleSetPB
parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<SampleSetProto.SampleSetPB>
parser()
SampleSetProto.SampleSetPB.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, getSerializedSizeInternal, isInitializedInternal, makeImmutableInternal, mergeFromInternal, toByteArray, toByteString, writeDelimitedTo, writeTo, writeToInternal
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SYSTEMID_FIELD_NUMBER
public static final int SYSTEMID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROVIDERID_FIELD_NUMBER
public static final int PROVIDERID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TSTAMP_FIELD_NUMBER
public static final int TSTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TAGS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VALUES_FIELD_NUMBER
public static final int VALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TARGETHISTORIAN_FIELD_NUMBER
public static final int TARGETHISTORIAN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCANCLASSNAME_FIELD_NUMBER
public static final int SCANCLASSNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISRETIRE_FIELD_NUMBER
public static final int ISRETIRE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SAMPLERATE_FIELD_NUMBER
public static final int SAMPLERATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ANNOTATIONS_FIELD_NUMBER
public static final int ANNOTATIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getSystemId
public java.lang.String getSystemId()
string systemId = 1;
- Specified by:
getSystemId
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getSystemIdBytes
public com.google.protobuf.ByteString getSystemIdBytes()
string systemId = 1;
- Specified by:
getSystemIdBytes
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getProviderId
public java.lang.String getProviderId()
string providerId = 2;
- Specified by:
getProviderId
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getProviderIdBytes
public com.google.protobuf.ByteString getProviderIdBytes()
string providerId = 2;
- Specified by:
getProviderIdBytes
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTstamp
public long getTstamp()
int64 tstamp = 3;
- Specified by:
getTstamp
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTagsList
public 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;
- Specified by:
getTagsList
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTagsOrBuilderList
public 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;
- Specified by:
getTagsOrBuilderList
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTagsCount
public 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;
- Specified by:
getTagsCount
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTags
public 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;
- Specified by:
getTags
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTagsOrBuilder
public 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;
- Specified by:
getTagsOrBuilder
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getValuesCount
public int getValuesCount()
Description copied from interface:SampleSetProto.SampleSetPBOrBuilder
The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
- Specified by:
getValuesCount
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
containsValues
public boolean containsValues(int key)
The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
- Specified by:
containsValues
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getValues
@Deprecated public java.util.Map<java.lang.Integer,SampleSetProto.TagValuesPB> getValues()
Deprecated.UsegetValuesMap()
instead.- Specified by:
getValues
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getValuesMap
public java.util.Map<java.lang.Integer,SampleSetProto.TagValuesPB> getValuesMap()
The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
- Specified by:
getValuesMap
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getValuesOrDefault
public SampleSetProto.TagValuesPB getValuesOrDefault(int key, SampleSetProto.TagValuesPB defaultValue)
The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
- Specified by:
getValuesOrDefault
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getValuesOrThrow
public SampleSetProto.TagValuesPB getValuesOrThrow(int key)
The key is the index into the tags array.
map<int32, .TagValuesPB> values = 5;
- Specified by:
getValuesOrThrow
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTargetHistorian
public java.lang.String getTargetHistorian()
string targetHistorian = 6;
- Specified by:
getTargetHistorian
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getTargetHistorianBytes
public com.google.protobuf.ByteString getTargetHistorianBytes()
string targetHistorian = 6;
- Specified by:
getTargetHistorianBytes
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getScanclassName
public java.lang.String getScanclassName()
string scanclassName = 7;
- Specified by:
getScanclassName
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getScanclassNameBytes
public com.google.protobuf.ByteString getScanclassNameBytes()
string scanclassName = 7;
- Specified by:
getScanclassNameBytes
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getIsretire
public boolean getIsretire()
bool isretire = 8;
- Specified by:
getIsretire
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getSamplerate
public int getSamplerate()
int32 samplerate = 9;
- Specified by:
getSamplerate
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getAnnotationsList
public java.util.List<SampleSetProto.AnnotationPB> getAnnotationsList()
repeated .AnnotationPB annotations = 10;
- Specified by:
getAnnotationsList
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getAnnotationsOrBuilderList
public java.util.List<? extends SampleSetProto.AnnotationPBOrBuilder> getAnnotationsOrBuilderList()
repeated .AnnotationPB annotations = 10;
- Specified by:
getAnnotationsOrBuilderList
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getAnnotationsCount
public int getAnnotationsCount()
repeated .AnnotationPB annotations = 10;
- Specified by:
getAnnotationsCount
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getAnnotations
public SampleSetProto.AnnotationPB getAnnotations(int index)
repeated .AnnotationPB annotations = 10;
- Specified by:
getAnnotations
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
getAnnotationsOrBuilder
public SampleSetProto.AnnotationPBOrBuilder getAnnotationsOrBuilder(int index)
repeated .AnnotationPB annotations = 10;
- Specified by:
getAnnotationsOrBuilder
in interfaceSampleSetProto.SampleSetPBOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SampleSetProto.SampleSetPB parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SampleSetProto.SampleSetPB parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SampleSetProto.SampleSetPB parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public SampleSetProto.SampleSetPB.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SampleSetProto.SampleSetPB.Builder newBuilder()
-
newBuilder
public static SampleSetProto.SampleSetPB.Builder newBuilder(SampleSetProto.SampleSetPB prototype)
-
toBuilder
public SampleSetProto.SampleSetPB.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SampleSetProto.SampleSetPB.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SampleSetProto.SampleSetPB getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SampleSetProto.SampleSetPB> parser()
-
getParserForType
public com.google.protobuf.Parser<SampleSetProto.SampleSetPB> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SampleSetProto.SampleSetPB getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-