public sealed class UpdateSecurityProfileGroupRequest : IMessage<UpdateSecurityProfileGroupRequest>, IEquatable<UpdateSecurityProfileGroupRequest>, IDeepCloneable<UpdateSecurityProfileGroupRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class UpdateSecurityProfileGroupRequest.
Request used by the UpdateSecurityProfileGroup method.
Implements
IMessageUpdateSecurityProfileGroupRequest, IEquatableUpdateSecurityProfileGroupRequest, IDeepCloneableUpdateSecurityProfileGroupRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
UpdateSecurityProfileGroupRequest()
public UpdateSecurityProfileGroupRequest()UpdateSecurityProfileGroupRequest(UpdateSecurityProfileGroupRequest)
public UpdateSecurityProfileGroupRequest(UpdateSecurityProfileGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateSecurityProfileGroupRequest |
Properties
SecurityProfileGroup
public SecurityProfileGroup SecurityProfileGroup { get; set; }Required. Updated SecurityProfileGroup resource.
| Property Value | |
|---|---|
| Type | Description |
SecurityProfileGroup |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Field mask is used to specify the fields to be overwritten in the SecurityProfileGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|