Class: Google::Cloud::Chronicle::V1::GetFindingsRefinementRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::GetFindingsRefinementRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/findings_refinement.rb
Overview
Request message for GetFindingsRefinement method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the findings refinement to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}.
195 196 197 198 |
# File 'proto_docs/google/cloud/chronicle/v1/findings_refinement.rb', line 195 class GetFindingsRefinementRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |