Class: Google::Cloud::Storage::Control::V2::GetFolderIntelligenceConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::GetFolderIntelligenceConfigRequest
- 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
folder.
IAM Permissions
Requires storage.intelligenceConfigs.get
IAM permission on
the folder.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the IntelligenceConfig
resource associated with
your folder.
Format: folders/{id}/locations/global/intelligenceConfig
.
963 964 965 966 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 963 class GetFolderIntelligenceConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |