Interface GatewayOuterClass.DecisionMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.DecisionMetadata, GatewayOuterClass.DecisionMetadata.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.DecisionMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    the assigned decision key, which acts as a unique identifier for this decision
    long
    the assigned key of the decision requirements graph that this decision is part of
    the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
    com.google.protobuf.ByteString
    the dmn decision ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
    the dmn name of the decision, as parsed during deployment
    com.google.protobuf.ByteString
    the dmn name of the decision, as parsed during deployment
    the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment
    com.google.protobuf.ByteString
    the dmn ID of the decision requirements graph that this decision is part of, as parsed during deployment
    the tenant id of the deployed decision
    com.google.protobuf.ByteString
    the tenant id of the deployed decision
    int
    the assigned decision version

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDmnDecisionId

      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;
      Returns:
      The dmnDecisionId.
    • getDmnDecisionIdBytes

      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;
      Returns:
      The bytes for dmnDecisionId.
    • getDmnDecisionName

      String getDmnDecisionName()
       the dmn name of the decision, as parsed during deployment
       
      string dmnDecisionName = 2;
      Returns:
      The dmnDecisionName.
    • getDmnDecisionNameBytes

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

      int getVersion()
       the assigned decision version
       
      int32 version = 3;
      Returns:
      The version.
    • getDecisionKey

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

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

      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;
      Returns:
      The bytes for dmnDecisionRequirementsId.
    • getDecisionRequirementsKey

      long getDecisionRequirementsKey()
       the assigned key of the decision requirements graph that this decision is
       part of
       
      int64 decisionRequirementsKey = 6;
      Returns:
      The decisionRequirementsKey.
    • getTenantId

      String getTenantId()
       the tenant id of the deployed decision
       
      string tenantId = 7;
      Returns:
      The tenantId.
    • getTenantIdBytes

      com.google.protobuf.ByteString getTenantIdBytes()
       the tenant id of the deployed decision
       
      string tenantId = 7;
      Returns:
      The bytes for tenantId.