Google Cloud Data Loss Prevention v2 API - Class UpdateDiscoveryConfigRequest (4.8.0)

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.

Inheritance

object > UpdateDiscoveryConfigRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

UpdateDiscoveryConfigRequest()

public UpdateDiscoveryConfigRequest()

UpdateDiscoveryConfigRequest(UpdateDiscoveryConfigRequest)

public UpdateDiscoveryConfigRequest(UpdateDiscoveryConfigRequest other)
Parameter
NameDescription
otherUpdateDiscoveryConfigRequest

Properties

DiscoveryConfig

public DiscoveryConfig DiscoveryConfig { get; set; }

Required. New DiscoveryConfig value.

Property Value
TypeDescription
DiscoveryConfig

DiscoveryConfigName

public DiscoveryConfigName DiscoveryConfigName { get; set; }

DiscoveryConfigName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
string

UpdateMask

public FieldMask UpdateMask { get; set; }

Mask to control which fields get updated.

Property Value
TypeDescription
FieldMask