Interface GatewayOuterClass.DecisionRequirementsMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    the assigned decision requirements key, which acts as a unique identifier for this decision requirements
    the dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
    com.google.protobuf.ByteString
    the dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision
    the dmn name of the decision requirements, as parsed during deployment
    com.google.protobuf.ByteString
    the dmn name of the decision requirements, as parsed during deployment
    the resource name (see: Resource.name) from which this decision requirements was parsed
    com.google.protobuf.ByteString
    the resource name (see: Resource.name) from which this decision requirements was parsed
    the tenant id of the deployed decision requirements
    com.google.protobuf.ByteString
    the tenant id of the deployed decision requirements
    int
    the assigned decision requirements 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

    • getDmnDecisionRequirementsId

      String getDmnDecisionRequirementsId()
       the dmn decision requirements ID, as parsed during deployment; together
       with the versions forms a unique identifier for a specific decision
       
      string dmnDecisionRequirementsId = 1;
      Returns:
      The dmnDecisionRequirementsId.
    • getDmnDecisionRequirementsIdBytes

      com.google.protobuf.ByteString getDmnDecisionRequirementsIdBytes()
       the dmn decision requirements ID, as parsed during deployment; together
       with the versions forms a unique identifier for a specific decision
       
      string dmnDecisionRequirementsId = 1;
      Returns:
      The bytes for dmnDecisionRequirementsId.
    • getDmnDecisionRequirementsName

      String getDmnDecisionRequirementsName()
       the dmn name of the decision requirements, as parsed during deployment
       
      string dmnDecisionRequirementsName = 2;
      Returns:
      The dmnDecisionRequirementsName.
    • getDmnDecisionRequirementsNameBytes

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

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

      long getDecisionRequirementsKey()
       the assigned decision requirements key, which acts as a unique identifier
       for this decision requirements
       
      int64 decisionRequirementsKey = 4;
      Returns:
      The decisionRequirementsKey.
    • getResourceName

      String getResourceName()
       the resource name (see: Resource.name) from which this decision
       requirements was parsed
       
      string resourceName = 5;
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       the resource name (see: Resource.name) from which this decision
       requirements was parsed
       
      string resourceName = 5;
      Returns:
      The bytes for resourceName.
    • getTenantId

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

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