Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateFindingsRefinementDeploymentRequest.
Request message for UpdateFindingsRefinementDeployment method.
Generated from protobuf message google.cloud.chronicle.v1.UpdateFindingsRefinementDeploymentRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ findings_refinement_deployment |
FindingsRefinementDeployment
Required. The findings refinement deployment to update. The findings refinement deployment's |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. If |
getFindingsRefinementDeployment
Required. The findings refinement deployment to update.
The findings refinement deployment's name field is used to identify the
findings refinement deployment to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
| Returns | |
|---|---|
| Type | Description |
FindingsRefinementDeployment|null |
|
hasFindingsRefinementDeployment
clearFindingsRefinementDeployment
setFindingsRefinementDeployment
Required. The findings refinement deployment to update.
The findings refinement deployment's name field is used to identify the
findings refinement deployment to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}/deployment
| Parameter | |
|---|---|
| Name | Description |
var |
FindingsRefinementDeployment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Required. The list of fields to update. If * is provided, all fields will
be updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update. If * is provided, all fields will
be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
findingsRefinementDeployment |
FindingsRefinementDeployment
Required. The findings refinement deployment to update. The findings refinement deployment's |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. If |
| Returns | |
|---|---|
| Type | Description |
UpdateFindingsRefinementDeploymentRequest |
|