Class: Google::Cloud::Chronicle::V1::GetFindingsRefinementDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::GetFindingsRefinementDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/findings_refinement.rb
Overview
Request message for GetFindingsRefinementDeployment 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}/deployment.
272 273 274 275 |
# File 'proto_docs/google/cloud/chronicle/v1/findings_refinement.rb', line 272 class GetFindingsRefinementDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |