Send feedback
Class ListDlpJobsRequest (3.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.17.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 Type Description int
LOCATION_ID_FIELD_NUMBER
public static final int LOCATION_ID_FIELD_NUMBER
Field Value Type Description int
ORDER_BY_FIELD_NUMBER
public static final int ORDER_BY_FIELD_NUMBER
Field Value Type Description int
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value Type Description int
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value Type Description int
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value Type Description int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static ListDlpJobsRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ListDlpJobsRequest . Builder newBuilder ()
newBuilder(ListDlpJobsRequest prototype)
public static ListDlpJobsRequest . Builder newBuilder ( ListDlpJobsRequest prototype )
public static ListDlpJobsRequest parseDelimitedFrom ( InputStream input )
public static ListDlpJobsRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ListDlpJobsRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListDlpJobsRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ListDlpJobsRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListDlpJobsRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ListDlpJobsRequest parseFrom ( CodedInputStream input )
public static ListDlpJobsRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ListDlpJobsRequest parseFrom ( InputStream input )
public static ListDlpJobsRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ListDlpJobsRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListDlpJobsRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ListDlpJobsRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public ListDlpJobsRequest getDefaultInstanceForType ()
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 Type Description ByteString
The bytes for filter.
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 Type Description ByteString
The bytes for orderBy.
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 Type Description ByteString
The bytes for pageToken.
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 Type Description ByteString
The bytes for parent.
getParserForType()
public Parser<ListDlpJobsRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getType()
public DlpJobType getType ()
The type of job. Defaults to DlpJobType.INSPECT
.google.privacy.dlp.v2.DlpJobType type = 5;
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 ()
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ListDlpJobsRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListDlpJobsRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ListDlpJobsRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-11-06 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-11-06 UTC."],[],[]]