Interface UpdateGuardrailRequestOrBuilder (0.1.0)

public interface UpdateGuardrailRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGuardrail()

public abstract Guardrail getGuardrail()

Required. The guardrail to update.

.google.cloud.ces.v1.Guardrail guardrail = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Guardrail

The guardrail.

getGuardrailOrBuilder()

public abstract GuardrailOrBuilder getGuardrailOrBuilder()

Required. The guardrail to update.

.google.cloud.ces.v1.Guardrail guardrail = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GuardrailOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasGuardrail()

public abstract boolean hasGuardrail()

Required. The guardrail to update.

.google.cloud.ces.v1.Guardrail guardrail = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the guardrail field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.