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 TypeMethodDescriptionlongthe assigned decision requirements key, which acts as a unique identifier for this decision requirementsthe dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decisioncom.google.protobuf.ByteStringthe dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decisionthe dmn name of the decision requirements, as parsed during deploymentcom.google.protobuf.ByteStringthe dmn name of the decision requirements, as parsed during deploymentthe resource name (see: Resource.name) from which this decision requirements was parsedcom.google.protobuf.ByteStringthe resource name (see: Resource.name) from which this decision requirements was parsedthe tenant id of the deployed decision requirementscom.google.protobuf.ByteStringthe tenant id of the deployed decision requirementsintthe assigned decision requirements versionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-