Interface UpdateCmekConfigRequestOrBuilder (2.95.0)

public interface UpdateCmekConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCmekConfig()

public abstract CmekConfig getCmekConfig()

Required. The config to update. Its name attribute distinguishes it.

.google.cloud.tasks.v2beta3.CmekConfig cmek_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CmekConfig

The cmekConfig.

getCmekConfigOrBuilder()

public abstract CmekConfigOrBuilder getCmekConfigOrBuilder()

Required. The config to update. Its name attribute distinguishes it.

.google.cloud.tasks.v2beta3.CmekConfig cmek_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CmekConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

List of fields to be updated in this request.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

List of fields to be updated in this request.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasCmekConfig()

public abstract boolean hasCmekConfig()

Required. The config to update. Its name attribute distinguishes it.

.google.cloud.tasks.v2beta3.CmekConfig cmek_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the cmekConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

List of fields to be updated in this request.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.