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

public sealed class GetDiscoveryConfigRequest : IMessage<GetDiscoveryConfigRequest>, IEquatable<GetDiscoveryConfigRequest>, IDeepCloneable<GetDiscoveryConfigRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class GetDiscoveryConfigRequest.

Request message for GetDiscoveryConfig.

Inheritance

object > GetDiscoveryConfigRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

GetDiscoveryConfigRequest()

public GetDiscoveryConfigRequest()

GetDiscoveryConfigRequest(GetDiscoveryConfigRequest)

public GetDiscoveryConfigRequest(GetDiscoveryConfigRequest other)
Parameter
NameDescription
otherGetDiscoveryConfigRequest

Properties

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