Class: Google::Cloud::Storage::Control::V2::UpdateProjectIntelligenceConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

Request message to update the IntelligenceConfig resource associated with your project.

IAM Permissions:

Requires storage.intelligenceConfigs.update IAM permission on the folder.

Instance Attribute Summary collapse

Instance Attribute Details

#intelligence_config::Google::Cloud::Storage::Control::V2::IntelligenceConfig

Returns Required. The IntelligenceConfig resource to be updated.

Returns:



925
926
927
928
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 925

class UpdateProjectIntelligenceConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#request_id::String

Returns Optional. The ID that uniquely identifies the request, preventing duplicate processing.

Returns:

  • (::String)

    Optional. The ID that uniquely identifies the request, preventing duplicate processing.



925
926
927
928
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 925

class UpdateProjectIntelligenceConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The update_mask that specifies the fields within the IntelligenceConfig 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 the IntelligenceConfig resource that should be modified by this update. Only the listed fields are updated.



925
926
927
928
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 925

class UpdateProjectIntelligenceConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end