Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.FileStoreDataProfilesResource

The "fileStoreDataProfiles" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.FileStoreDataProfilesResource
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.FileStoreDataProfilesResource

Constructors

FileStoreDataProfilesResource(IClientService)

Constructs a new resource.

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

Methods

Delete(string)

Delete a FileStoreDataProfile. Will not prevent the profile from being regenerated if the resource is still included in a discovery configuration.

Declaration
public virtual ProjectsResource.LocationsResource.FileStoreDataProfilesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Resource name of the file store data profile.

Returns
Type Description
ProjectsResource.LocationsResource.FileStoreDataProfilesResource.DeleteRequest

Get(string)

Gets a file store data profile.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.FileStoreDataProfilesResource.GetRequest

List(string)

Lists file store data profiles for an organization.

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

Required. Resource name of the organization or project, for example organizations/433245324/locations/europe or projects/project-id/locations/asia.

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