public sealed class UpdateFolderIntelligenceConfigRequest : IMessage<UpdateFolderIntelligenceConfigRequest>, IEquatable<UpdateFolderIntelligenceConfigRequest>, IDeepCloneable<UpdateFolderIntelligenceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Storage v2 API class UpdateFolderIntelligenceConfigRequest.
Request message to update the IntelligenceConfig
resource associated with
your folder.
IAM Permissions:
Requires storage.intelligenceConfigs.update
IAM permission on
the folder.
Implements
IMessageUpdateFolderIntelligenceConfigRequest, IEquatableUpdateFolderIntelligenceConfigRequest, IDeepCloneableUpdateFolderIntelligenceConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
UpdateFolderIntelligenceConfigRequest()
public UpdateFolderIntelligenceConfigRequest()
UpdateFolderIntelligenceConfigRequest(UpdateFolderIntelligenceConfigRequest)
public UpdateFolderIntelligenceConfigRequest(UpdateFolderIntelligenceConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateFolderIntelligenceConfigRequest |
Properties
IntelligenceConfig
public IntelligenceConfig IntelligenceConfig { get; set; }
Required. The IntelligenceConfig
resource to be updated.
Property Value | |
---|---|
Type | Description |
IntelligenceConfig |
RequestId
public string RequestId { get; set; }
Optional. The ID that uniquely identifies the request, preventing duplicate processing.
Property Value | |
---|---|
Type | Description |
string |
UpdateMask
public FieldMask UpdateMask { get; set; }
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.
Property Value | |
---|---|
Type | Description |
FieldMask |