Class: Google::Cloud::Storage::Control::V2::GetProjectIntelligenceConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::GetProjectIntelligenceConfigRequest
- 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 IntelligenceConfig resource associated with your
project.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the IntelligenceConfig resource associated with
your project.
Format: projects/{id}/locations/global/intelligenceConfig.
1288 1289 1290 1291 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1288 class GetProjectIntelligenceConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |