Class: Google::Cloud::Storage::Control::V2::UpdateOrganizationIntelligenceConfigRequest

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 organization.

IAM Permissions:

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Required. The IntelligenceConfig resource to be updated.

Returns:



875
876
877
878
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 875

class UpdateOrganizationIntelligenceConfigRequest
  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.



875
876
877
878
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 875

class UpdateOrganizationIntelligenceConfigRequest
  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.



875
876
877
878
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 875

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