Class: Google::Privacy::Dlp::V2beta1::ListInspectFindingsRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ListInspectFindingsRequest
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Request for the list of results in a given inspect operation.
Instance Attribute Summary collapse
-
#filter ⇒ String
Restricts findings to items that match.
-
#name ⇒ String
Identifier of the results set returned as metadata of the longrunning operation created by a call to InspectDataSource.
-
#page_size ⇒ Integer
Maximum number of results to return.
-
#page_token ⇒ String
The value returned by the last +ListInspectFindingsResponse+; indicates that this is a continuation of a prior +ListInspectFindings+ call, and that the system should return the next page of data.
Instance Attribute Details
#filter ⇒ String
Returns Restricts findings to items that match. Supports info_type and likelihood.
Examples:
- info_type=EMAIL_ADDRESS
- info_type=PHONE_NUMBER,EMAIL_ADDRESS
- likelihood=VERY_LIKELY
- likelihood=VERY_LIKELY,LIKELY
- info_type=EMAIL_ADDRESS,likelihood=VERY_LIKELY,LIKELY
420 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 420 class ListInspectFindingsRequest; end |
#name ⇒ String
Returns Identifier of the results set returned as metadata of the longrunning operation created by a call to InspectDataSource. Should be in the format of +inspect/results/id+.
420 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 420 class ListInspectFindingsRequest; end |
#page_size ⇒ Integer
Returns Maximum number of results to return. If 0, the implementation selects a reasonable value.
420 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 420 class ListInspectFindingsRequest; end |
#page_token ⇒ String
Returns The value returned by the last +ListInspectFindingsResponse+; indicates that this is a continuation of a prior +ListInspectFindings+ call, and that the system should return the next page of data.
420 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 420 class ListInspectFindingsRequest; end |