public interface CreateRuleSetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent()Required. The parent name. Format: projects/{project_number}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent name. Format: projects/{project_number}/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getRuleSet()
public abstract RuleSet getRuleSet()Required. The rule set to create.
.google.cloud.contentwarehouse.v1.RuleSet rule_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RuleSet | The ruleSet. |
getRuleSetOrBuilder()
public abstract RuleSetOrBuilder getRuleSetOrBuilder()Required. The rule set to create.
.google.cloud.contentwarehouse.v1.RuleSet rule_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RuleSetOrBuilder |
hasRuleSet()
public abstract boolean hasRuleSet()Required. The rule set to create.
.google.cloud.contentwarehouse.v1.RuleSet rule_set = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the ruleSet field is set. |