Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StoredInfoTypesResource.CreateRequest

Creates a pre-built stored infoType to be used for inspection. See https://cloud.google.com/sensitive-data-protection/docs/creating-stored-infotypes to learn more.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>
ProjectsResource.LocationsResource.StoredInfoTypesResource.CreateRequest
Implements
IClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>
IClientServiceRequest
Inherited Members
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.Xgafv
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.AccessToken
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.Alt
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.Callback
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.Fields
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.Key
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.OauthToken
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.PrettyPrint
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.QuotaUser
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.UploadType
DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>.UploadProtocol
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.Execute()
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ExecuteAsStream()
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ExecuteAsync()
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ExecuteAsStreamAsync()
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.CreateRequest(bool?)
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.GenerateRequestUri()
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.GetDefaultETagAction(string)
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ETagAction
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ModifyRequest
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ValidateParameters
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.ApiVersion
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.RequestParameters
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.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 ProjectsResource.LocationsResource.StoredInfoTypesResource.CreateRequest : DLPBaseServiceRequest<GooglePrivacyDlpV2StoredInfoType>, IClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GooglePrivacyDlpV2CreateStoredInfoTypeRequest, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GooglePrivacyDlpV2CreateStoredInfoTypeRequest body, string parent)
Parameters
Type Name Description
IClientService service
GooglePrivacyDlpV2CreateStoredInfoTypeRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. Parent resource name. The format of this value varies depending on the scope of the request (project or organization) and whether you have specified a processing location: + Projects scope, location specified: projects/{project_id}/locations/{location_id} + Projects scope, no location specified (defaults to global): projects/{project_id} + Organizations scope, location specified: organizations/{org_id}/locations/{location_id} + Organizations scope, no location specified (defaults to global): organizations/{org_id} The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data: parent=projects/example-project/locations/europe-west3

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<GooglePrivacyDlpV2StoredInfoType>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GooglePrivacyDlpV2StoredInfoType>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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