Class OrganizationsResource.LocationsResource.TableDataProfilesResource
The "tableDataProfiles" collection of methods.
Inherited Members
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class OrganizationsResource.LocationsResource.TableDataProfilesResource
Constructors
TableDataProfilesResource(IClientService)
Constructs a new resource.
Declaration
public TableDataProfilesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string)
Delete a TableDataProfile. Will not prevent the profile from being regenerated if the table is still included in a discovery configuration.
Declaration
public virtual OrganizationsResource.LocationsResource.TableDataProfilesResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Resource name of the table data profile. |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.TableDataProfilesResource.DeleteRequest |
Get(string)
Gets a table data profile.
Declaration
public virtual OrganizationsResource.LocationsResource.TableDataProfilesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Resource name, for example |
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.TableDataProfilesResource.GetRequest |
List(string)
Lists table data profiles for an organization.
Declaration
public virtual OrganizationsResource.LocationsResource.TableDataProfilesResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. Resource name of the organization or project, for example
|
Returns
Type | Description |
---|---|
OrganizationsResource.LocationsResource.TableDataProfilesResource.ListRequest |