Network Security v1 API - Class UpdateSecurityProfileGroupRequest (1.0.0-beta01)

public sealed class UpdateSecurityProfileGroupRequest : IMessage<UpdateSecurityProfileGroupRequest>, IEquatable<UpdateSecurityProfileGroupRequest>, IDeepCloneable<UpdateSecurityProfileGroupRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class UpdateSecurityProfileGroupRequest.

Request used by the UpdateSecurityProfileGroup method.

Inheritance

object > UpdateSecurityProfileGroupRequest

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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