Interface UpdateRuleSetRequestOrBuilder (0.37.0)

public interface UpdateRuleSetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name of the rule set to update. Format: projects/{project_number}/locations/{location}/ruleSets/{rule_set_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the rule set to update. Format: projects/{project_number}/locations/{location}/ruleSets/{rule_set_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getRuleSet()

public abstract RuleSet getRuleSet()

Required. The rule set to update.

.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 update.

.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 update.

.google.cloud.contentwarehouse.v1.RuleSet rule_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the ruleSet field is set.