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

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

Request message for UpdateFindingsRefinement method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#findings_refinement

def findings_refinement() -> ::Google::Cloud::Chronicle::V1::FindingsRefinement
Returns
  • (::Google::Cloud::Chronicle::V1::FindingsRefinement) — Required. The findings refinement to update.

    The findings refinement's name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

#findings_refinement=

def findings_refinement=(value) -> ::Google::Cloud::Chronicle::V1::FindingsRefinement
Parameter
  • value (::Google::Cloud::Chronicle::V1::FindingsRefinement) — Required. The findings refinement to update.

    The findings refinement's name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

Returns
  • (::Google::Cloud::Chronicle::V1::FindingsRefinement) — Required. The findings refinement to update.

    The findings refinement's name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

#update_mask

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

#update_mask=

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