Google Cloud Web Security Scanner V1beta Client - Class UpdateScanConfigRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Web Security Scanner V1beta Client class UpdateScanConfigRequest.

Request for the UpdateScanConfigRequest method.

Generated from protobuf message google.cloud.websecurityscanner.v1beta.UpdateScanConfigRequest

Namespace

Google \ Cloud \ WebSecurityScanner \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ scan_config Google\Cloud\WebSecurityScanner\V1beta\ScanConfig

Required. The ScanConfig to be updated. The name field must be set to identify the resource to be updated. The values of fields not covered by the mask will be ignored.

↳ update_mask Google\Protobuf\FieldMask

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

getScanConfig

Required. The ScanConfig to be updated. The name field must be set to identify the resource to be updated. The values of fields not covered by the mask will be ignored.

Returns
Type Description
Google\Cloud\WebSecurityScanner\V1beta\ScanConfig|null

hasScanConfig

clearScanConfig

setScanConfig

Required. The ScanConfig to be updated. The name field must be set to identify the resource to be updated. The values of fields not covered by the mask will be ignored.

Parameter
Name Description
var Google\Cloud\WebSecurityScanner\V1beta\ScanConfig
Returns
Type Description
$this

getUpdateMask

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

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