Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.InfoTypesResource

The "infoTypes" collection of methods.

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

Constructors

InfoTypesResource(IClientService)

Constructs a new resource.

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

Methods

List(string)

Returns a list of the sensitive information types that the DLP API supports. See https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to learn more.

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

The parent resource name. The format of this value is as follows: locations/{location_id}

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