Class PathProto.PathPB.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
com.inductiveautomation.ignition.common.protocolbuffers.PathProto.PathPB.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,PathProto.PathPBOrBuilder
,Cloneable
- Enclosing class:
- PathProto.PathPB
public static final class PathProto.PathPB.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
implements PathProto.PathPBOrBuilder
Base interface is com.inductiveautomation.ignition.common.PathProtobuf type
common.protobuf.PathPB
-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) .common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.TagPathPB tagPath = 1;
clone()
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.TagPathPB tagPath = 1;
.common.protobuf.TagPathPB tagPath = 1;
.common.protobuf.TagPathPB tagPath = 1;
boolean
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
boolean
.common.protobuf.StringPathPB stringPath = 2;
boolean
.common.protobuf.TagPathPB tagPath = 1;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(PathProto.PathPB other) .common.protobuf.QualifiedPathPB qualifiedPath = 3;
.common.protobuf.StringPathPB stringPath = 2;
.common.protobuf.TagPathPB tagPath = 1;
final PathProto.PathPB.Builder
mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) .common.protobuf.QualifiedPathPB qualifiedPath = 3;
setQualifiedPath
(QualifiedPathProto.QualifiedPathPB.Builder builderForValue) .common.protobuf.QualifiedPathPB qualifiedPath = 3;
setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) .common.protobuf.StringPathPB stringPath = 2;
setStringPath
(StringPathProto.StringPathPB.Builder builderForValue) .common.protobuf.StringPathPB stringPath = 2;
setTagPath
(TagPathProto.TagPathPB value) .common.protobuf.TagPathPB tagPath = 1;
setTagPath
(TagPathProto.TagPathPB.Builder builderForValue) .common.protobuf.TagPathPB tagPath = 1;
final PathProto.PathPB.Builder
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<PathProto.PathPB.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<PathProto.PathPB.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<PathProto.PathPB.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<PathProto.PathPB.Builder>
-
setField
public PathProto.PathPB.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<PathProto.PathPB.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
-
setRepeatedField
public PathProto.PathPB.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<PathProto.PathPB.Builder>
-
addRepeatedField
public PathProto.PathPB.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<PathProto.PathPB.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<PathProto.PathPB.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
-
mergeFrom
public PathProto.PathPB.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<PathProto.PathPB.Builder>
- Throws:
IOException
-
getPathCase
- Specified by:
getPathCase
in interfacePathProto.PathPBOrBuilder
-
clearPath
-
hasTagPath
public boolean hasTagPath().common.protobuf.TagPathPB tagPath = 1;
- Specified by:
hasTagPath
in interfacePathProto.PathPBOrBuilder
- Returns:
- Whether the tagPath field is set.
-
getTagPath
.common.protobuf.TagPathPB tagPath = 1;
- Specified by:
getTagPath
in interfacePathProto.PathPBOrBuilder
- Returns:
- The tagPath.
-
setTagPath
.common.protobuf.TagPathPB tagPath = 1;
-
setTagPath
.common.protobuf.TagPathPB tagPath = 1;
-
mergeTagPath
.common.protobuf.TagPathPB tagPath = 1;
-
clearTagPath
.common.protobuf.TagPathPB tagPath = 1;
-
getTagPathBuilder
.common.protobuf.TagPathPB tagPath = 1;
-
getTagPathOrBuilder
.common.protobuf.TagPathPB tagPath = 1;
- Specified by:
getTagPathOrBuilder
in interfacePathProto.PathPBOrBuilder
-
hasStringPath
public boolean hasStringPath().common.protobuf.StringPathPB stringPath = 2;
- Specified by:
hasStringPath
in interfacePathProto.PathPBOrBuilder
- Returns:
- Whether the stringPath field is set.
-
getStringPath
.common.protobuf.StringPathPB stringPath = 2;
- Specified by:
getStringPath
in interfacePathProto.PathPBOrBuilder
- Returns:
- The stringPath.
-
setStringPath
.common.protobuf.StringPathPB stringPath = 2;
-
setStringPath
.common.protobuf.StringPathPB stringPath = 2;
-
mergeStringPath
.common.protobuf.StringPathPB stringPath = 2;
-
clearStringPath
.common.protobuf.StringPathPB stringPath = 2;
-
getStringPathBuilder
.common.protobuf.StringPathPB stringPath = 2;
-
getStringPathOrBuilder
.common.protobuf.StringPathPB stringPath = 2;
- Specified by:
getStringPathOrBuilder
in interfacePathProto.PathPBOrBuilder
-
hasQualifiedPath
public boolean hasQualifiedPath().common.protobuf.QualifiedPathPB qualifiedPath = 3;
- Specified by:
hasQualifiedPath
in interfacePathProto.PathPBOrBuilder
- Returns:
- Whether the qualifiedPath field is set.
-
getQualifiedPath
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
- Specified by:
getQualifiedPath
in interfacePathProto.PathPBOrBuilder
- Returns:
- The qualifiedPath.
-
setQualifiedPath
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
-
setQualifiedPath
public PathProto.PathPB.Builder setQualifiedPath(QualifiedPathProto.QualifiedPathPB.Builder builderForValue) .common.protobuf.QualifiedPathPB qualifiedPath = 3;
-
mergeQualifiedPath
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
-
clearQualifiedPath
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
-
getQualifiedPathBuilder
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
-
getQualifiedPathOrBuilder
.common.protobuf.QualifiedPathPB qualifiedPath = 3;
- Specified by:
getQualifiedPathOrBuilder
in interfacePathProto.PathPBOrBuilder
-
setUnknownFields
public final PathProto.PathPB.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
-
mergeUnknownFields
public final PathProto.PathPB.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<PathProto.PathPB.Builder>
-