Class: Google::Cloud::Storage::Control::V2::GetIntelligenceFindingRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::GetIntelligenceFindingRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
Request message to get the IntelligenceFinding resource associated with a
project.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the IntelligenceFinding resource.
Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}.
1382 1383 1384 1385 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1382 class GetIntelligenceFindingRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |