public sealed class UpdateDiscoveryConfigRequest : IMessage<UpdateDiscoveryConfigRequest>, IEquatable<UpdateDiscoveryConfigRequest>, IDeepCloneable<UpdateDiscoveryConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class UpdateDiscoveryConfigRequest.
Request message for UpdateDiscoveryConfig.
Implements
IMessageUpdateDiscoveryConfigRequest, IEquatableUpdateDiscoveryConfigRequest, IDeepCloneableUpdateDiscoveryConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
UpdateDiscoveryConfigRequest()
public UpdateDiscoveryConfigRequest()
UpdateDiscoveryConfigRequest(UpdateDiscoveryConfigRequest)
public UpdateDiscoveryConfigRequest(UpdateDiscoveryConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateDiscoveryConfigRequest |
Properties
DiscoveryConfig
public DiscoveryConfig DiscoveryConfig { get; set; }
Required. New DiscoveryConfig value.
Property Value | |
---|---|
Type | Description |
DiscoveryConfig |
DiscoveryConfigName
public DiscoveryConfigName DiscoveryConfigName { get; set; }
DiscoveryConfigName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DiscoveryConfigName |
Name
public string Name { get; set; }
Required. Resource name of the project and the configuration, for example
projects/dlp-test-project/discoveryConfigs/53234423
.
Property Value | |
---|---|
Type | Description |
string |
UpdateMask
public FieldMask UpdateMask { get; set; }
Mask to control which fields get updated.
Property Value | |
---|---|
Type | Description |
FieldMask |