Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class UpdateSecurityCenterServiceRequest.
Request message for SecurityCenterManagement.UpdateSecurityCenterService.
Generated from protobuf message google.cloud.securitycentermanagement.v1.UpdateSecurityCenterServiceRequest
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ security_center_service |
SecurityCenterService
Required. The updated service. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The fields to update. Accepts the following values: * * |
↳ validate_only |
bool
Optional. When set to |
getSecurityCenterService
Required. The updated service.
Returns | |
---|---|
Type | Description |
SecurityCenterService|null |
hasSecurityCenterService
clearSecurityCenterService
setSecurityCenterService
Required. The updated service.
Parameter | |
---|---|
Name | Description |
var |
SecurityCenterService
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The fields to update. Accepts the following values:
intended_enablement_state
modules
If omitted, then all eligible fields are updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The fields to update. Accepts the following values:
intended_enablement_state
modules
If omitted, then all eligible fields are updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Optional. When set to true
, the request will be validated (including IAM
checks), but no service will be updated. An OK
response indicates that
the request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to update the service could still fail for one of the following reasons:
- The state of your cloud resources changed; for example, you lost a required IAM permission
- An error occurred during update of the service
Defaults to
false
.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Optional. When set to true
, the request will be validated (including IAM
checks), but no service will be updated. An OK
response indicates that
the request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to update the service could still fail for one of the following reasons:
- The state of your cloud resources changed; for example, you lost a required IAM permission
- An error occurred during update of the service
Defaults to
false
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
securityCenterService |
SecurityCenterService
Required. The updated service. |
updateMask |
Google\Protobuf\FieldMask
Required. The fields to update. Accepts the following values:
If omitted, then all eligible fields are updated. |
Returns | |
---|---|
Type | Description |
UpdateSecurityCenterServiceRequest |