Class ProjectsResource.LocationsResource.JobTriggersResource.HybridInspectRequest
Inspect hybrid content and store findings to a trigger. The inspection will be processed asynchronously. To review the findings monitor the jobs within the trigger.
Inheritance
ProjectsResource.LocationsResource.JobTriggersResource.HybridInspectRequest
Inherited Members
Namespace: Google.Apis.DLP.v2
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class ProjectsResource.LocationsResource.JobTriggersResource.HybridInspectRequest : DLPBaseServiceRequest<GooglePrivacyDlpV2HybridInspectResponse>, IClientServiceRequest<GooglePrivacyDlpV2HybridInspectResponse>, IClientServiceRequest
Constructors
HybridInspectRequest(IClientService, GooglePrivacyDlpV2HybridInspectJobTriggerRequest, string)
Constructs a new HybridInspect request.
Declaration
public HybridInspectRequest(IClientService service, GooglePrivacyDlpV2HybridInspectJobTriggerRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GooglePrivacyDlpV2HybridInspectJobTriggerRequest | 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 trigger to execute a hybrid inspect on, for example
projects/dlp-test-project/jobTriggers/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()