Class ChartInfoProto.ChartInfoPb

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.inductiveautomation.sfc.rpc.proto.gen.ChartInfoProto.ChartInfoPb
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ChartInfoProto.ChartInfoPbOrBuilder, Serializable
Enclosing class:
ChartInfoProto

public static final class ChartInfoProto.ChartInfoPb extends com.google.protobuf.GeneratedMessageV3 implements ChartInfoProto.ChartInfoPbOrBuilder
 com.inductiveautomation.sfc.scripting.ChartInfo
 
Protobuf type sfc.protobuf.ChartInfoPb
See Also:
  • Field Details

    • RESOURCEID_FIELD_NUMBER

      public static final int RESOURCEID_FIELD_NUMBER
      See Also:
    • INSTANCEID_FIELD_NUMBER

      public static final int INSTANCEID_FIELD_NUMBER
      See Also:
    • CHARTPATH_FIELD_NUMBER

      public static final int CHARTPATH_FIELD_NUMBER
      See Also:
    • STARTDATE_FIELD_NUMBER

      public static final int STARTDATE_FIELD_NUMBER
      See Also:
    • STARTEDBY_FIELD_NUMBER

      public static final int STARTEDBY_FIELD_NUMBER
      See Also:
    • CHARTSTATE_FIELD_NUMBER

      public static final int CHARTSTATE_FIELD_NUMBER
      See Also:
    • KEYPARAMNAME_FIELD_NUMBER

      public static final int KEYPARAMNAME_FIELD_NUMBER
      See Also:
    • KEYPARAMVALUE_FIELD_NUMBER

      public static final int KEYPARAMVALUE_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
    • hasResourceId

      public boolean hasResourceId()
      .google.protobuf.Value resourceId = 1;
      Specified by:
      hasResourceId in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      Whether the resourceId field is set.
    • getResourceId

      public com.google.protobuf.Value getResourceId()
      .google.protobuf.Value resourceId = 1;
      Specified by:
      getResourceId in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The resourceId.
    • getResourceIdOrBuilder

      public com.google.protobuf.ValueOrBuilder getResourceIdOrBuilder()
      .google.protobuf.Value resourceId = 1;
      Specified by:
      getResourceIdOrBuilder in interface ChartInfoProto.ChartInfoPbOrBuilder
    • getInstanceId

      public String getInstanceId()
      string instanceId = 2;
      Specified by:
      getInstanceId in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The instanceId.
    • getInstanceIdBytes

      public com.google.protobuf.ByteString getInstanceIdBytes()
      string instanceId = 2;
      Specified by:
      getInstanceIdBytes in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The bytes for instanceId.
    • getChartPath

      public String getChartPath()
      string chartPath = 3;
      Specified by:
      getChartPath in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The chartPath.
    • getChartPathBytes

      public com.google.protobuf.ByteString getChartPathBytes()
      string chartPath = 3;
      Specified by:
      getChartPathBytes in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The bytes for chartPath.
    • hasStartDate

      public boolean hasStartDate()
      optional int64 startDate = 4;
      Specified by:
      hasStartDate in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      Whether the startDate field is set.
    • getStartDate

      public long getStartDate()
      optional int64 startDate = 4;
      Specified by:
      getStartDate in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The startDate.
    • getStartedBy

      public String getStartedBy()
      string startedBy = 5;
      Specified by:
      getStartedBy in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The startedBy.
    • getStartedByBytes

      public com.google.protobuf.ByteString getStartedByBytes()
      string startedBy = 5;
      Specified by:
      getStartedByBytes in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The bytes for startedBy.
    • getChartStateValue

      public int getChartStateValue()
      .sfc.protobuf.ChartStateEnumPb chartState = 6;
      Specified by:
      getChartStateValue in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The enum numeric value on the wire for chartState.
    • getChartState

      public ChartStateEnumProto.ChartStateEnumPb getChartState()
      .sfc.protobuf.ChartStateEnumPb chartState = 6;
      Specified by:
      getChartState in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The chartState.
    • hasKeyParamName

      public boolean hasKeyParamName()
      optional string keyParamName = 7;
      Specified by:
      hasKeyParamName in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      Whether the keyParamName field is set.
    • getKeyParamName

      public String getKeyParamName()
      optional string keyParamName = 7;
      Specified by:
      getKeyParamName in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The keyParamName.
    • getKeyParamNameBytes

      public com.google.protobuf.ByteString getKeyParamNameBytes()
      optional string keyParamName = 7;
      Specified by:
      getKeyParamNameBytes in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The bytes for keyParamName.
    • hasKeyParamValue

      public boolean hasKeyParamValue()
      optional bytes keyParamValue = 8;
      Specified by:
      hasKeyParamValue in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      Whether the keyParamValue field is set.
    • getKeyParamValue

      public com.google.protobuf.ByteString getKeyParamValue()
      optional bytes keyParamValue = 8;
      Specified by:
      getKeyParamValue in interface ChartInfoProto.ChartInfoPbOrBuilder
      Returns:
      The keyParamValue.
    • 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 ChartInfoProto.ChartInfoPb parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static ChartInfoProto.ChartInfoPb parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static ChartInfoProto.ChartInfoPb parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static ChartInfoProto.ChartInfoPb.Builder newBuilder()
    • newBuilder

      public static ChartInfoProto.ChartInfoPb.Builder newBuilder(ChartInfoProto.ChartInfoPb prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static ChartInfoProto.ChartInfoPb getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ChartInfoProto.ChartInfoPb> parser()
    • getParserForType

      public com.google.protobuf.Parser<ChartInfoProto.ChartInfoPb> 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 ChartInfoProto.ChartInfoPb getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder