public interface RuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActions(int index)
public abstract Action getActions(int index)List of actions that are executed when the rule is satisfied.
repeated .google.cloud.contentwarehouse.v1.Action actions = 5;
| Name | Description |
| index | int |
| Type | Description |
| Action |
getActionsCount()
public abstract int getActionsCount()List of actions that are executed when the rule is satisfied.
repeated .google.cloud.contentwarehouse.v1.Action actions = 5;
| Type | Description |
| int |
getActionsList()
public abstract List<Action> getActionsList()List of actions that are executed when the rule is satisfied.
repeated .google.cloud.contentwarehouse.v1.Action actions = 5;
| Type | Description |
| List<Action> |
getActionsOrBuilder(int index)
public abstract ActionOrBuilder getActionsOrBuilder(int index)List of actions that are executed when the rule is satisfied.
repeated .google.cloud.contentwarehouse.v1.Action actions = 5;
| Name | Description |
| index | int |
| Type | Description |
| ActionOrBuilder |
getActionsOrBuilderList()
public abstract List<? extends ActionOrBuilder> getActionsOrBuilderList()List of actions that are executed when the rule is satisfied.
repeated .google.cloud.contentwarehouse.v1.Action actions = 5;
| Type | Description |
| List<? extends com.google.cloud.contentwarehouse.v1.ActionOrBuilder> |
getCondition()
public abstract String getCondition()Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
string condition = 4;
| Type | Description |
| String | The condition. |
getConditionBytes()
public abstract ByteString getConditionBytes()Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
string condition = 4;
| Type | Description |
| ByteString | The bytes for condition. |
getDescription()
public abstract String getDescription()Short description of the rule and its context.
string description = 1;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Short description of the rule and its context.
string description = 1;
| Type | Description |
| ByteString | The bytes for description. |
getRuleId()
public abstract String getRuleId()ID of the rule. It has to be unique across all the examples. This is managed internally.
string rule_id = 2;
| Type | Description |
| String | The ruleId. |
getRuleIdBytes()
public abstract ByteString getRuleIdBytes()ID of the rule. It has to be unique across all the examples. This is managed internally.
string rule_id = 2;
| Type | Description |
| ByteString | The bytes for ruleId. |
getTriggerType()
public abstract Rule.TriggerType getTriggerType()Identifies the trigger type for running the policy.
.google.cloud.contentwarehouse.v1.Rule.TriggerType trigger_type = 3;
| Type | Description |
| Rule.TriggerType | The triggerType. |
getTriggerTypeValue()
public abstract int getTriggerTypeValue()Identifies the trigger type for running the policy.
.google.cloud.contentwarehouse.v1.Rule.TriggerType trigger_type = 3;
| Type | Description |
| int | The enum numeric value on the wire for triggerType. |