Class ChangePointProto.AnnotationChangePointPB.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
com.inductiveautomation.historian.common.protobuf.ChangePointProto.AnnotationChangePointPB.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ChangePointProto.AnnotationChangePointPBOrBuilder
,Cloneable
- Enclosing class:
- ChangePointProto.AnnotationChangePointPB
public static final class ChangePointProto.AnnotationChangePointPB.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
implements ChangePointProto.AnnotationChangePointPBOrBuilder
Protobuf type
common.protobuf.AnnotationChangePointPB
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) string identifier = 1;
clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) .common.protobuf.QualifiedPathPB source = 2;
int64 timestamp = 3;
clone()
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
string identifier = 1;
com.google.protobuf.ByteString
string identifier = 1;
.common.protobuf.QualifiedPathPB source = 2;
.common.protobuf.QualifiedPathPB source = 2;
.common.protobuf.QualifiedPathPB source = 2;
long
int64 timestamp = 3;
boolean
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
boolean
.common.protobuf.QualifiedPathPB source = 2;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) .common.protobuf.QualifiedPathPB source = 2;
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
setAnnotationPoint
(ComplexPointProto.AnnotationPointPB.Builder builderForValue) optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
setIdentifier
(String value) string identifier = 1;
setIdentifierBytes
(com.google.protobuf.ByteString value) string identifier = 1;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .common.protobuf.QualifiedPathPB source = 2;
setSource
(QualifiedPathProto.QualifiedPathPB.Builder builderForValue) .common.protobuf.QualifiedPathPB source = 2;
setTimestamp
(long value) int64 timestamp = 3;
setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
setField
public ChangePointProto.AnnotationChangePointPB.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
clearField
public ChangePointProto.AnnotationChangePointPB.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
clearOneof
public ChangePointProto.AnnotationChangePointPB.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
setRepeatedField
public ChangePointProto.AnnotationChangePointPB.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
addRepeatedField
public ChangePointProto.AnnotationChangePointPB.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
mergeFrom
public ChangePointProto.AnnotationChangePointPB.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
mergeFrom
public ChangePointProto.AnnotationChangePointPB.Builder mergeFrom(ChangePointProto.AnnotationChangePointPB other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
mergeFrom
public ChangePointProto.AnnotationChangePointPB.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
- Throws:
IOException
-
getIdentifier
string identifier = 1;
- Specified by:
getIdentifier
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- The identifier.
-
getIdentifierBytes
public com.google.protobuf.ByteString getIdentifierBytes()string identifier = 1;
- Specified by:
getIdentifierBytes
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- The bytes for identifier.
-
setIdentifier
string identifier = 1;
- Parameters:
value
- The identifier to set.- Returns:
- This builder for chaining.
-
clearIdentifier
string identifier = 1;
- Returns:
- This builder for chaining.
-
setIdentifierBytes
public ChangePointProto.AnnotationChangePointPB.Builder setIdentifierBytes(com.google.protobuf.ByteString value) string identifier = 1;
- Parameters:
value
- The bytes for identifier to set.- Returns:
- This builder for chaining.
-
hasSource
public boolean hasSource().common.protobuf.QualifiedPathPB source = 2;
- Specified by:
hasSource
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- Whether the source field is set.
-
getSource
.common.protobuf.QualifiedPathPB source = 2;
- Specified by:
getSource
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- The source.
-
setSource
public ChangePointProto.AnnotationChangePointPB.Builder setSource(QualifiedPathProto.QualifiedPathPB value) .common.protobuf.QualifiedPathPB source = 2;
-
setSource
public ChangePointProto.AnnotationChangePointPB.Builder setSource(QualifiedPathProto.QualifiedPathPB.Builder builderForValue) .common.protobuf.QualifiedPathPB source = 2;
-
mergeSource
public ChangePointProto.AnnotationChangePointPB.Builder mergeSource(QualifiedPathProto.QualifiedPathPB value) .common.protobuf.QualifiedPathPB source = 2;
-
clearSource
.common.protobuf.QualifiedPathPB source = 2;
-
getSourceBuilder
.common.protobuf.QualifiedPathPB source = 2;
-
getSourceOrBuilder
.common.protobuf.QualifiedPathPB source = 2;
- Specified by:
getSourceOrBuilder
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
-
getTimestamp
public long getTimestamp()int64 timestamp = 3;
- Specified by:
getTimestamp
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- The timestamp.
-
setTimestamp
int64 timestamp = 3;
- Parameters:
value
- The timestamp to set.- Returns:
- This builder for chaining.
-
clearTimestamp
int64 timestamp = 3;
- Returns:
- This builder for chaining.
-
hasAnnotationPoint
public boolean hasAnnotationPoint()optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
- Specified by:
hasAnnotationPoint
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- Whether the annotationPoint field is set.
-
getAnnotationPoint
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
- Specified by:
getAnnotationPoint
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
- Returns:
- The annotationPoint.
-
setAnnotationPoint
public ChangePointProto.AnnotationChangePointPB.Builder setAnnotationPoint(ComplexPointProto.AnnotationPointPB value) optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
-
setAnnotationPoint
public ChangePointProto.AnnotationChangePointPB.Builder setAnnotationPoint(ComplexPointProto.AnnotationPointPB.Builder builderForValue) optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
-
mergeAnnotationPoint
public ChangePointProto.AnnotationChangePointPB.Builder mergeAnnotationPoint(ComplexPointProto.AnnotationPointPB value) optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
-
clearAnnotationPoint
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
-
getAnnotationPointBuilder
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
-
getAnnotationPointOrBuilder
optional .common.protobuf.AnnotationPointPB annotationPoint = 4;
- Specified by:
getAnnotationPointOrBuilder
in interfaceChangePointProto.AnnotationChangePointPBOrBuilder
-
setUnknownFields
public final ChangePointProto.AnnotationChangePointPB.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-
mergeUnknownFields
public final ChangePointProto.AnnotationChangePointPB.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ChangePointProto.AnnotationChangePointPB.Builder>
-