Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ProjectDataProfilesResource

The "projectDataProfiles" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ProjectDataProfilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ProjectDataProfilesResource

Constructors

ProjectDataProfilesResource(IClientService)

Constructs a new resource.

Declaration
public ProjectDataProfilesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a project data profile.

Declaration
public virtual ProjectsResource.LocationsResource.ProjectDataProfilesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ProjectDataProfilesResource.GetRequest

List(string)

Lists project data profiles for an organization.

Declaration
public virtual ProjectsResource.LocationsResource.ProjectDataProfilesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. organizations/{org_id}/locations/{loc_id}

Returns
Type Description
ProjectsResource.LocationsResource.ProjectDataProfilesResource.ListRequest
In this article
Back to top Generated by DocFX