Interface UpdateAutokeyConfigRequestOrBuilder (2.47.0)

public interface UpdateAutokeyConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAutokeyConfig()

public abstract AutokeyConfig getAutokeyConfig()

Required. AutokeyConfig with values to update.

.google.cloud.kms.v1.AutokeyConfig autokey_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AutokeyConfig

The autokeyConfig.

getAutokeyConfigOrBuilder()

public abstract AutokeyConfigOrBuilder getAutokeyConfigOrBuilder()

Required. AutokeyConfig with values to update.

.google.cloud.kms.v1.AutokeyConfig autokey_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AutokeyConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. Masks which fields of the AutokeyConfig to update, e.g. keyProject.

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

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. Masks which fields of the AutokeyConfig to update, e.g. keyProject.

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

Returns
Type Description
FieldMaskOrBuilder

hasAutokeyConfig()

public abstract boolean hasAutokeyConfig()

Required. AutokeyConfig with values to update.

.google.cloud.kms.v1.AutokeyConfig autokey_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the autokeyConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. Masks which fields of the AutokeyConfig to update, e.g. keyProject.

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

Returns
Type Description
boolean

Whether the updateMask field is set.