Interface TriggerWorkflowRuleResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TriggerWorkflowRuleResponse, TriggerWorkflowRuleResponse.Builder

@Generated(value="protoc", comments="annotations:TriggerWorkflowRuleResponseOrBuilder.java.pb.meta") public interface TriggerWorkflowRuleResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    True is the rule was applied, based on the rule conditions (predicate/visibility_query).

    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

    • getApplied

      boolean getApplied()
       True is the rule was applied, based on the rule conditions (predicate/visibility_query).
       
      bool applied = 1;
      Returns:
      The applied.