Interface UpdateRuleRequestOrBuilder (0.1.0)

public interface UpdateRuleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRule()

public abstract Rule getRule()

Required. The rule to update.

The rule's name field is used to identify the rule to update. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

.google.cloud.chronicle.v1.Rule rule = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Rule

The rule.

getRuleOrBuilder()

public abstract RuleOrBuilder getRuleOrBuilder()

Required. The rule to update.

The rule's name field is used to identify the rule to update. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

.google.cloud.chronicle.v1.Rule rule = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RuleOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to update. If not included, all fields with a non-empty value will be overwritten.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The list of fields to update. If not included, all fields with a non-empty value will be overwritten.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasRule()

public abstract boolean hasRule()

Required. The rule to update.

The rule's name field is used to identify the rule to update. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}

.google.cloud.chronicle.v1.Rule rule = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the rule field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The list of fields to update. If not included, all fields with a non-empty value will be overwritten.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.