Google Cloud Security Command Center V1p1beta1 Client - Class UpdateOrganizationSettingsRequest (1.28.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class UpdateOrganizationSettingsRequest.

Request message for updating an organization's settings.

Generated from protobuf message google.cloud.securitycenter.v1p1beta1.UpdateOrganizationSettingsRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1p1beta1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ organization_settings Google\Cloud\SecurityCenter\V1p1beta1\OrganizationSettings

Required. The organization settings resource to update.

↳ update_mask Google\Protobuf\FieldMask

The FieldMask to use when updating the settings resource. If empty all mutable fields will be updated.

getOrganizationSettings

Required. The organization settings resource to update.

Returns
Type Description
Google\Cloud\SecurityCenter\V1p1beta1\OrganizationSettings|null

hasOrganizationSettings

clearOrganizationSettings

setOrganizationSettings

Required. The organization settings resource to update.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1p1beta1\OrganizationSettings
Returns
Type Description
$this

getUpdateMask

The FieldMask to use when updating the settings resource.

If empty all mutable fields will be updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The FieldMask to use when updating the settings resource.

If empty all mutable fields will be updated.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this