Show / Hide Table of Contents

Class LocationsResource.InfoTypesResource.ListRequest

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>
LocationsResource.InfoTypesResource.ListRequest
Implements
IClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>
IClientServiceRequest
Inherited Members
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Xgafv
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.AccessToken
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Alt
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Callback
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Fields
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Key
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.OauthToken
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.PrettyPrint
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.QuotaUser
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.UploadType
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.UploadProtocol
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Execute()
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ExecuteAsStream()
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ExecuteAsync()
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.CreateRequest(bool?)
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.GenerateRequestUri()
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.GetBody()
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ETagAction
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ModifyRequest
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ValidateParameters
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.ApiVersion
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.RequestParameters
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 LocationsResource.InfoTypesResource.ListRequest : DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>, IClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.HttpMethod

LanguageCode

BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

LocationId

Deprecated. This field has no effect.

Declaration
[RequestParameter("locationId", RequestParameterType.Query)]
public virtual string LocationId { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.MethodName

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DLPBaseServiceRequest<GooglePrivacyDlpV2ListInfoTypesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX