Chronicle V1 API - Class Google::Cloud::Chronicle::V1::UpdateFindingsRefinementDeploymentRequest (v0.9.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateFindingsRefinementDeploymentRequest.

Request message for UpdateFindingsRefinementDeployment method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#findings_refinement_deployment

def findings_refinement_deployment() -> ::Google::Cloud::Chronicle::V1::FindingsRefinementDeployment
Returns
  • (::Google::Cloud::Chronicle::V1::FindingsRefinementDeployment) — 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

#findings_refinement_deployment=

def findings_refinement_deployment=(value) -> ::Google::Cloud::Chronicle::V1::FindingsRefinementDeployment
Parameter
  • value (::Google::Cloud::Chronicle::V1::FindingsRefinementDeployment) — 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
  • (::Google::Cloud::Chronicle::V1::FindingsRefinementDeployment) — 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

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns