Class ProjectsResource.LocationsResource.ColumnDataProfilesResource
The "columnDataProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class ProjectsResource.LocationsResource.ColumnDataProfilesResource
Constructors
ColumnDataProfilesResource(IClientService)
Constructs a new resource.
Declaration
public ColumnDataProfilesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Gets a column data profile.
Declaration
public virtual ProjectsResource.LocationsResource.ColumnDataProfilesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Resource name, for example |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ColumnDataProfilesResource.GetRequest |
List(string)
Lists column data profiles for an organization.
Declaration
public virtual ProjectsResource.LocationsResource.ColumnDataProfilesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Resource name of the organization or project, for example
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ColumnDataProfilesResource.ListRequest |