java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.inductiveautomation.ignition.common.protocolbuffers.PathProto.PathPB
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, PathProto.PathPBOrBuilder, Serializable
Enclosing class:
PathProto

public static final class PathProto.PathPB extends com.google.protobuf.GeneratedMessageV3 implements PathProto.PathPBOrBuilder
 Base interface is com.inductiveautomation.ignition.common.Path
 
Protobuf type common.protobuf.PathPB
See Also:
  • Field Details

    • TAGPATH_FIELD_NUMBER

      public static final int TAGPATH_FIELD_NUMBER
      See Also:
    • STRINGPATH_FIELD_NUMBER

      public static final int STRINGPATH_FIELD_NUMBER
      See Also:
    • QUALIFIEDPATH_FIELD_NUMBER

      public static final int QUALIFIEDPATH_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getPathCase

      public PathProto.PathPB.PathCase getPathCase()
      Specified by:
      getPathCase in interface PathProto.PathPBOrBuilder
    • hasTagPath

      public boolean hasTagPath()
      .common.protobuf.TagPathPB tagPath = 1;
      Specified by:
      hasTagPath in interface PathProto.PathPBOrBuilder
      Returns:
      Whether the tagPath field is set.
    • getTagPath

      public TagPathProto.TagPathPB getTagPath()
      .common.protobuf.TagPathPB tagPath = 1;
      Specified by:
      getTagPath in interface PathProto.PathPBOrBuilder
      Returns:
      The tagPath.
    • getTagPathOrBuilder

      public TagPathProto.TagPathPBOrBuilder getTagPathOrBuilder()
      .common.protobuf.TagPathPB tagPath = 1;
      Specified by:
      getTagPathOrBuilder in interface PathProto.PathPBOrBuilder
    • hasStringPath

      public boolean hasStringPath()
      .common.protobuf.StringPathPB stringPath = 2;
      Specified by:
      hasStringPath in interface PathProto.PathPBOrBuilder
      Returns:
      Whether the stringPath field is set.
    • getStringPath

      public StringPathProto.StringPathPB getStringPath()
      .common.protobuf.StringPathPB stringPath = 2;
      Specified by:
      getStringPath in interface PathProto.PathPBOrBuilder
      Returns:
      The stringPath.
    • getStringPathOrBuilder

      public StringPathProto.StringPathPBOrBuilder getStringPathOrBuilder()
      .common.protobuf.StringPathPB stringPath = 2;
      Specified by:
      getStringPathOrBuilder in interface PathProto.PathPBOrBuilder
    • hasQualifiedPath

      public boolean hasQualifiedPath()
      .common.protobuf.QualifiedPathPB qualifiedPath = 3;
      Specified by:
      hasQualifiedPath in interface PathProto.PathPBOrBuilder
      Returns:
      Whether the qualifiedPath field is set.
    • getQualifiedPath

      public QualifiedPathProto.QualifiedPathPB getQualifiedPath()
      .common.protobuf.QualifiedPathPB qualifiedPath = 3;
      Specified by:
      getQualifiedPath in interface PathProto.PathPBOrBuilder
      Returns:
      The qualifiedPath.
    • getQualifiedPathOrBuilder

      public QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder()
      .common.protobuf.QualifiedPathPB qualifiedPath = 3;
      Specified by:
      getQualifiedPathOrBuilder in interface PathProto.PathPBOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static PathProto.PathPB parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathProto.PathPB parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathProto.PathPB parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathProto.PathPB parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathProto.PathPB parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathProto.PathPB parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static PathProto.PathPB parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PathProto.PathPB parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PathProto.PathPB parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static PathProto.PathPB parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PathProto.PathPB parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static PathProto.PathPB parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public PathProto.PathPB.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static PathProto.PathPB.Builder newBuilder()
    • newBuilder

      public static PathProto.PathPB.Builder newBuilder(PathProto.PathPB prototype)
    • toBuilder

      public PathProto.PathPB.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected PathProto.PathPB.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static PathProto.PathPB getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<PathProto.PathPB> parser()
    • getParserForType

      public com.google.protobuf.Parser<PathProto.PathPB> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public PathProto.PathPB getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder