Network Security V1 API - Class Google::Cloud::NetworkSecurity::V1::UpdateSecurityProfileGroupRequest (v0.1.0)

Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::UpdateSecurityProfileGroupRequest.

Request used by the UpdateSecurityProfileGroup method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#security_profile_group

def security_profile_group() -> ::Google::Cloud::NetworkSecurity::V1::SecurityProfileGroup
Returns

#security_profile_group=

def security_profile_group=(value) -> ::Google::Cloud::NetworkSecurity::V1::SecurityProfileGroup
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — 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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — 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.
Returns
  • (::Google::Protobuf::FieldMask) — 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.