Send feedback
Class ListDlpJobsRequest (3.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.8.0 keyboard_arrow_down
public final class ListDlpJobsRequest extends GeneratedMessageV3 implements ListDlpJobsRequestOrBuilder
The request message for listing DLP jobs.
Protobuf type google.privacy.dlp.v2.ListDlpJobsRequest
Static Fields
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value
LOCATION_ID_FIELD_NUMBER
public static final int LOCATION_ID_FIELD_NUMBER
Field Value
ORDER_BY_FIELD_NUMBER
public static final int ORDER_BY_FIELD_NUMBER
Field Value
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListDlpJobsRequest getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static ListDlpJobsRequest . Builder newBuilder ()
Returns
newBuilder(ListDlpJobsRequest prototype)
public static ListDlpJobsRequest . Builder newBuilder ( ListDlpJobsRequest prototype )
Parameter
Returns
public static ListDlpJobsRequest parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListDlpJobsRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListDlpJobsRequest parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDlpJobsRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListDlpJobsRequest parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDlpJobsRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListDlpJobsRequest parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static ListDlpJobsRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static ListDlpJobsRequest parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static ListDlpJobsRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListDlpJobsRequest parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDlpJobsRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<ListDlpJobsRequest> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListDlpJobsRequest getDefaultInstanceForType ()
Returns
getFilter()
public String getFilter ()
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 name of the trigger that created the job.
'end_time - Corresponds to the time the job finished.
'start_time - Corresponds to the time the job finished.
Supported fields for risk analysis jobs:
state
- RUNNING|CANCELED|FINISHED|FAILED
'end_time - Corresponds to the time the job finished.
'start_time - Corresponds to the time the job finished.
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)
end_time > \"2017-12-12T00:00:00+00:00\"
The length of this field should be no more than 500 characters.
string filter = 1;
Returns
Type Description String The filter.
getFilterBytes()
public ByteString getFilterBytes ()
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 name of the trigger that created the job.
'end_time - Corresponds to the time the job finished.
'start_time - Corresponds to the time the job finished.
Supported fields for risk analysis jobs:
state
- RUNNING|CANCELED|FINISHED|FAILED
'end_time - Corresponds to the time the job finished.
'start_time - Corresponds to the time the job finished.
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)
end_time > \"2017-12-12T00:00:00+00:00\"
The length of this field should be no more than 500 characters.
string filter = 1;
Returns
getLocationId()
public String getLocationId ()
Deprecated. This field has no effect.
string location_id = 7;
Returns
Type Description String The locationId.
getLocationIdBytes()
public ByteString getLocationIdBytes ()
Deprecated. This field has no effect.
string location_id = 7;
Returns
Type Description ByteString The bytes for locationId.
getOrderBy()
public String getOrderBy ()
Comma separated list of fields to order by,
followed by asc
or desc
postfix. This list is case-insensitive,
default sorting order is ascending, redundant space characters are
insignificant.
Example: name asc, end_time asc, create_time desc
Supported fields are:
create_time
: corresponds to the time the job was created.
end_time
: corresponds to the time the job ended.
name
: corresponds to the job's name.
state
: corresponds to state
string order_by = 6;
Returns
Type Description String The orderBy.
getOrderByBytes()
public ByteString getOrderByBytes ()
Comma separated list of fields to order by,
followed by asc
or desc
postfix. This list is case-insensitive,
default sorting order is ascending, redundant space characters are
insignificant.
Example: name asc, end_time asc, create_time desc
Supported fields are:
create_time
: corresponds to the time the job was created.
end_time
: corresponds to the time the job ended.
name
: corresponds to the job's name.
state
: corresponds to state
string order_by = 6;
Returns
getPageSize()
The standard list page size.
int32 page_size = 2;
Returns
Type Description int The pageSize.
getPageToken()
public String getPageToken ()
The standard list page token.
string page_token = 3;
Returns
Type Description String The pageToken.
getPageTokenBytes()
public ByteString getPageTokenBytes ()
The standard list page token.
string page_token = 3;
Returns
getParent()
public String getParent ()
Required. Parent resource name.
The format of this value varies depending on whether you have specified a
processing
location :
Projects scope, location specified:<br/>
projects/
<var>PROJECT_ID</var>/locations/
<var>LOCATION_ID</var>
Projects scope, no location specified (defaults to global):<br/>
projects/
<var>PROJECT_ID</var>
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type Description String The parent.
getParentBytes()
public ByteString getParentBytes ()
Required. Parent resource name.
The format of this value varies depending on whether you have specified a
processing
location :
Projects scope, location specified:<br/>
projects/
<var>PROJECT_ID</var>/locations/
<var>LOCATION_ID</var>
Projects scope, no location specified (defaults to global):<br/>
projects/
<var>PROJECT_ID</var>
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3
string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getParserForType()
public Parser<ListDlpJobsRequest> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getType()
public DlpJobType getType ()
The type of job. Defaults to DlpJobType.INSPECT
.google.privacy.dlp.v2.DlpJobType type = 5;
Returns
getTypeValue()
public int getTypeValue ()
The type of job. Defaults to DlpJobType.INSPECT
.google.privacy.dlp.v2.DlpJobType type = 5;
Returns
Type Description int The enum numeric value on the wire for type.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public ListDlpJobsRequest . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDlpJobsRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public ListDlpJobsRequest . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]