Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DlpJobsResource.HybridInspectRequest

Inspect hybrid content and store findings to a job. To review the findings, inspect the job. Inspection will occur asynchronously.

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

Constructors

HybridInspectRequest(IClientService, GooglePrivacyDlpV2HybridInspectDlpJobRequest, string)

Constructs a new HybridInspect request.

Declaration
public HybridInspectRequest(IClientService service, GooglePrivacyDlpV2HybridInspectDlpJobRequest body, string name)
Parameters
Type Name Description
IClientService service
GooglePrivacyDlpV2HybridInspectDlpJobRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Resource name of the job to execute a hybrid inspect on, for example projects/dlp-test-project/dlpJob/53234423.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes HybridInspect parameter list.

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

Implements

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