Google Cloud Data Loss Prevention v2 API - Class GetProjectDataProfileRequest (4.11.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.