public interface UpdateMuteConfigRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MuteConfig |
getMuteConfig()
Required.
|
MuteConfigOrBuilder |
getMuteConfigOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
The list of fields to be updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The list of fields to be updated.
|
boolean |
hasMuteConfig()
Required.
|
boolean |
hasUpdateMask()
The list of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasMuteConfig()
Required. The mute config being updated.
.google.cloud.securitycenter.v1.MuteConfig mute_config = 1 [(.google.api.field_behavior) = REQUIRED];
MuteConfig getMuteConfig()
Required. The mute config being updated.
.google.cloud.securitycenter.v1.MuteConfig mute_config = 1 [(.google.api.field_behavior) = REQUIRED];
MuteConfigOrBuilder getMuteConfigOrBuilder()
Required. The mute config being updated.
.google.cloud.securitycenter.v1.MuteConfig mute_config = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The list of fields to be updated. If empty all mutable fields will be updated.
.google.protobuf.FieldMask update_mask = 2;
Copyright © 2022 Google LLC. All rights reserved.