Interface UpdateMuteConfigRequestOrBuilder (2.5.6)

public interface UpdateMuteConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMuteConfig()

public abstract MuteConfig getMuteConfig()

Required. The mute config being updated.

.google.cloud.securitycenter.v1.MuteConfig mute_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MuteConfig

The muteConfig.

getMuteConfigOrBuilder()

public abstract MuteConfigOrBuilder getMuteConfigOrBuilder()

Required. The mute config being updated.

.google.cloud.securitycenter.v1.MuteConfig mute_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MuteConfigOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

The list of fields to be updated. If empty all mutable fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

The list of fields to be updated. If empty all mutable fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasMuteConfig()

public abstract boolean hasMuteConfig()

Required. The mute config being updated.

.google.cloud.securitycenter.v1.MuteConfig mute_config = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the muteConfig field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

The list of fields to be updated. If empty all mutable fields will be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.