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.
Implements
IMessageGetProjectDataProfileRequest, IEquatableGetProjectDataProfileRequest, IDeepCloneableGetProjectDataProfileRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
GetProjectDataProfileRequest()
public GetProjectDataProfileRequest()
GetProjectDataProfileRequest(GetProjectDataProfileRequest)
public GetProjectDataProfileRequest(GetProjectDataProfileRequest other)
Parameter | |
---|---|
Name | Description |
other | GetProjectDataProfileRequest |
Properties
Name
public string Name { get; set; }
Required. Resource name, for example
organizations/12345/locations/us/projectDataProfiles/53234423
.
Property Value | |
---|---|
Type | Description |
string |
ProjectDataProfileName
public ProjectDataProfileName ProjectDataProfileName { get; set; }
ProjectDataProfileName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProjectDataProfileName |