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
ProjectsResource.LocationsResource.DlpJobsResource.HybridInspectRequest
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes HybridInspect parameter list.
Declaration
protected override void InitParameters()