Interface CreateRuleSetRequestOrBuilder (0.37.0)

public interface CreateRuleSetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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) = { ... }

Returns
TypeDescription
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) = { ... }

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the ruleSet field is set.