Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateFindingsRefinementRequest.
Request message for CreateFindingsRefinement 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 create.
#findings_refinement=
def findings_refinement=(value) -> ::Google::Cloud::Chronicle::V1::FindingsRefinement
Parameter
- value (::Google::Cloud::Chronicle::V1::FindingsRefinement) — Required. The findings refinement to create.
Returns
- (::Google::Cloud::Chronicle::V1::FindingsRefinement) — Required. The findings refinement to create.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
- (::String) — Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}