Google Cloud Security Command Center V1 Client - Class UpdateOrganizationSettingsRequest (1.17.0)

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

Request message for updating an organization's settings.

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

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ organization_settings Google\Cloud\SecurityCenter\V1\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
TypeDescription
Google\Cloud\SecurityCenter\V1\OrganizationSettings|null

hasOrganizationSettings

clearOrganizationSettings

setOrganizationSettings

Required. The organization settings resource to update.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\OrganizationSettings
Returns
TypeDescription
$this

getUpdateMask

The FieldMask to use when updating the settings resource.

If empty all mutable fields will be updated.

Returns
TypeDescription
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
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
organizationSettings Google\Cloud\SecurityCenter\V1\OrganizationSettings

Required. The organization settings resource to update.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\UpdateOrganizationSettingsRequest