Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::UpdateProjectIntelligenceConfigRequest.
Request message to update the IntelligenceConfig
resource associated with
your project.
IAM Permissions:
Requires storage.intelligenceConfigs.update
IAM permission on
the folder.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#intelligence_config
def intelligence_config() -> ::Google::Cloud::Storage::Control::V2::IntelligenceConfig
Returns
-
(::Google::Cloud::Storage::Control::V2::IntelligenceConfig) — Required. The
IntelligenceConfig
resource to be updated.
#intelligence_config=
def intelligence_config=(value) -> ::Google::Cloud::Storage::Control::V2::IntelligenceConfig
Parameter
-
value (::Google::Cloud::Storage::Control::V2::IntelligenceConfig) — Required. The
IntelligenceConfig
resource to be updated.
Returns
-
(::Google::Cloud::Storage::Control::V2::IntelligenceConfig) — Required. The
IntelligenceConfig
resource to be updated.
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. The ID that uniquely identifies the request, preventing duplicate processing.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID that uniquely identifies the request, preventing duplicate processing.
Returns
- (::String) — Optional. The ID that uniquely identifies the request, preventing duplicate processing.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
-
(::Google::Protobuf::FieldMask) — Required. The
update_mask
that specifies the fields within theIntelligenceConfig
resource that should be modified by this update. Only the listed fields are updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
-
value (::Google::Protobuf::FieldMask) — Required. The
update_mask
that specifies the fields within theIntelligenceConfig
resource that should be modified by this update. Only the listed fields are updated.
Returns
-
(::Google::Protobuf::FieldMask) — Required. The
update_mask
that specifies the fields within theIntelligenceConfig
resource that should be modified by this update. Only the listed fields are updated.