public interface UpdateRuleSetRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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) = { ... }
Type | Description |
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) = { ... }
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
boolean | Whether the ruleSet field is set. |