public interface ListDlpJobsRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilter()
Optional.
|
ByteString |
getFilterBytes()
Optional.
|
int |
getPageSize()
The standard list page size.
|
java.lang.String |
getPageToken()
The standard list page token.
|
ByteString |
getPageTokenBytes()
The standard list page token.
|
java.lang.String |
getParent()
The parent resource name, for example projects/my-project-id.
|
ByteString |
getParentBytes()
The parent resource name, for example projects/my-project-id.
|
DlpJobType |
getType()
The type of job.
|
int |
getTypeValue()
The type of job.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
The parent resource name, for example projects/my-project-id.
string parent = 4;ByteString getParentBytes()
The parent resource name, for example projects/my-project-id.
string parent = 4;java.lang.String getFilter()
Optional. Allows filtering.
Supported syntax:
* Filter expressions are made up of one or more restrictions.
* Restrictions can be combined by `AND` or `OR` logical operators. A
sequence of restrictions implicitly uses `AND`.
* A restriction has the form of `<field> <operator> <value>`.
* Supported fields/values for inspect jobs:
- `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
- `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
- `trigger_name` - The resource name of the trigger that created job.
* Supported fields for risk analysis jobs:
- `state` - RUNNING|CANCELED|FINISHED|FAILED
* The operator must be `=` or `!=`.
Examples:
* inspected_storage = cloud_storage AND state = done
* inspected_storage = cloud_storage OR inspected_storage = bigquery
* inspected_storage = cloud_storage AND (state = done OR state = canceled)
The length of this field should be no more than 500 characters.
string filter = 1;ByteString getFilterBytes()
Optional. Allows filtering.
Supported syntax:
* Filter expressions are made up of one or more restrictions.
* Restrictions can be combined by `AND` or `OR` logical operators. A
sequence of restrictions implicitly uses `AND`.
* A restriction has the form of `<field> <operator> <value>`.
* Supported fields/values for inspect jobs:
- `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
- `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
- `trigger_name` - The resource name of the trigger that created job.
* Supported fields for risk analysis jobs:
- `state` - RUNNING|CANCELED|FINISHED|FAILED
* The operator must be `=` or `!=`.
Examples:
* inspected_storage = cloud_storage AND state = done
* inspected_storage = cloud_storage OR inspected_storage = bigquery
* inspected_storage = cloud_storage AND (state = done OR state = canceled)
The length of this field should be no more than 500 characters.
string filter = 1;int getPageSize()
The standard list page size.
int32 page_size = 2;java.lang.String getPageToken()
The standard list page token.
string page_token = 3;ByteString getPageTokenBytes()
The standard list page token.
string page_token = 3;int getTypeValue()
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2beta2.DlpJobType type = 5;DlpJobType getType()
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2beta2.DlpJobType type = 5;