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

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

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

Request to get a project data profile.

Inheritance

object > GetProjectDataProfileRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

GetProjectDataProfileRequest()

public GetProjectDataProfileRequest()

GetProjectDataProfileRequest(GetProjectDataProfileRequest)

public GetProjectDataProfileRequest(GetProjectDataProfileRequest other)
Parameter
NameDescription
otherGetProjectDataProfileRequest

Properties

Name

public string Name { get; set; }

Required. Resource name, for example organizations/12345/locations/us/projectDataProfiles/53234423.

Property Value
TypeDescription
string

ProjectDataProfileName

public ProjectDataProfileName ProjectDataProfileName { get; set; }

ProjectDataProfileName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectDataProfileName