Class GatewayOuterClass.DecisionMetadata

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.DecisionMetadata
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GatewayOuterClass.DecisionMetadataOrBuilder, Serializable
Enclosing class:
GatewayOuterClass

public static final class GatewayOuterClass.DecisionMetadata extends com.google.protobuf.GeneratedMessageV3 implements GatewayOuterClass.DecisionMetadataOrBuilder
Protobuf type gateway_protocol.DecisionMetadata
See Also:
  • Field Details

    • DMNDECISIONID_FIELD_NUMBER

      public static final int DMNDECISIONID_FIELD_NUMBER
      See Also:
    • DMNDECISIONNAME_FIELD_NUMBER

      public static final int DMNDECISIONNAME_FIELD_NUMBER
      See Also:
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • DECISIONKEY_FIELD_NUMBER

      public static final int DECISIONKEY_FIELD_NUMBER
      See Also:
    • DMNDECISIONREQUIREMENTSID_FIELD_NUMBER

      public static final int DMNDECISIONREQUIREMENTSID_FIELD_NUMBER
      See Also:
    • DECISIONREQUIREMENTSKEY_FIELD_NUMBER

      public static final int DECISIONREQUIREMENTSKEY_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
    • getDmnDecisionId

      public String getDmnDecisionId()
       the dmn decision ID, as parsed during deployment; together with the
       versions forms a unique identifier for a specific decision
       
      string dmnDecisionId = 1;
      Specified by:
      getDmnDecisionId in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The dmnDecisionId.
    • getDmnDecisionIdBytes

      public com.google.protobuf.ByteString getDmnDecisionIdBytes()
       the dmn decision ID, as parsed during deployment; together with the
       versions forms a unique identifier for a specific decision
       
      string dmnDecisionId = 1;
      Specified by:
      getDmnDecisionIdBytes in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The bytes for dmnDecisionId.
    • getDmnDecisionName

      public String getDmnDecisionName()
       the dmn name of the decision, as parsed during deployment
       
      string dmnDecisionName = 2;
      Specified by:
      getDmnDecisionName in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The dmnDecisionName.
    • getDmnDecisionNameBytes

      public com.google.protobuf.ByteString getDmnDecisionNameBytes()
       the dmn name of the decision, as parsed during deployment
       
      string dmnDecisionName = 2;
      Specified by:
      getDmnDecisionNameBytes in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The bytes for dmnDecisionName.
    • getVersion

      public int getVersion()
       the assigned decision version
       
      int32 version = 3;
      Specified by:
      getVersion in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The version.
    • getDecisionKey

      public long getDecisionKey()
       the assigned decision key, which acts as a unique identifier for this
       decision
       
      int64 decisionKey = 4;
      Specified by:
      getDecisionKey in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The decisionKey.
    • getDmnDecisionRequirementsId

      public String getDmnDecisionRequirementsId()
       the dmn ID of the decision requirements graph that this decision is part
       of, as parsed during deployment
       
      string dmnDecisionRequirementsId = 5;
      Specified by:
      getDmnDecisionRequirementsId in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The dmnDecisionRequirementsId.
    • getDmnDecisionRequirementsIdBytes

      public com.google.protobuf.ByteString getDmnDecisionRequirementsIdBytes()
       the dmn ID of the decision requirements graph that this decision is part
       of, as parsed during deployment
       
      string dmnDecisionRequirementsId = 5;
      Specified by:
      getDmnDecisionRequirementsIdBytes in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The bytes for dmnDecisionRequirementsId.
    • getDecisionRequirementsKey

      public long getDecisionRequirementsKey()
       the assigned key of the decision requirements graph that this decision is
       part of
       
      int64 decisionRequirementsKey = 6;
      Specified by:
      getDecisionRequirementsKey in interface GatewayOuterClass.DecisionMetadataOrBuilder
      Returns:
      The decisionRequirementsKey.
    • 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 GatewayOuterClass.DecisionMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static GatewayOuterClass.DecisionMetadata parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static GatewayOuterClass.DecisionMetadata parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static GatewayOuterClass.DecisionMetadata.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static GatewayOuterClass.DecisionMetadata getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GatewayOuterClass.DecisionMetadata> parser()
    • getParserForType

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