public sealed class UpdateSettingsRequest : IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, IBufferMessage, IMessage
Request message for UpdateSettings.
Implements
IMessage<UpdateSettingsRequest>, IEquatable<UpdateSettingsRequest>, IDeepCloneable<UpdateSettingsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.Settings.V1Beta1Assembly
Google.Cloud.SecurityCenter.Settings.V1Beta1.dll
Constructors
UpdateSettingsRequest()
public UpdateSettingsRequest()
UpdateSettingsRequest(UpdateSettingsRequest)
public UpdateSettingsRequest(UpdateSettingsRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateSettingsRequest |
Properties
Settings
public Settings Settings { get; set; }
Required. The settings to update.
The settings' name
field is used to identify the settings to be updated.
Formats:
organizations/{organization}/settings
folders/{folder}/settings
projects/{project}/settings
projects/{project}/locations/{location}/clusters/{cluster}/settings
projects/{project}/regions/{region}/clusters/{cluster}/settings
projects/{project}/zones/{zone}/clusters/{cluster}/settings
Property Value | |
---|---|
Type | Description |
Settings |
UpdateMask
public FieldMask UpdateMask { get; set; }
The list of fields to be updated on the settings.
Property Value | |
---|---|
Type | Description |
FieldMask |