Interface UpdateAlertConfigRequestOrBuilder (2.48.0)

public interface UpdateAlertConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAlertConfig()

public abstract AlertConfig getAlertConfig()

Required. The AlertConfig to update.

If the caller does not have permission to update the AlertConfig, then a PERMISSION_DENIED error is returned.

If the AlertConfig to update does not exist, a NOT_FOUND error is returned.

.google.cloud.retail.v2alpha.AlertConfig alert_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AlertConfig

The alertConfig.

getAlertConfigOrBuilder()

public abstract AlertConfigOrBuilder getAlertConfigOrBuilder()

Required. The AlertConfig to update.

If the caller does not have permission to update the AlertConfig, then a PERMISSION_DENIED error is returned.

If the AlertConfig to update does not exist, a NOT_FOUND error is returned.

.google.cloud.retail.v2alpha.AlertConfig alert_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AlertConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Indicates which fields in the provided AlertConfig to update. If not set, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Indicates which fields in the provided AlertConfig to update. If not set, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasAlertConfig()

public abstract boolean hasAlertConfig()

Required. The AlertConfig to update.

If the caller does not have permission to update the AlertConfig, then a PERMISSION_DENIED error is returned.

If the AlertConfig to update does not exist, a NOT_FOUND error is returned.

.google.cloud.retail.v2alpha.AlertConfig alert_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the alertConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Indicates which fields in the provided AlertConfig to update. If not set, all supported fields are updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.