Package com.google.privacy.dlp.v2
Class ListDlpJobsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
- com.google.privacy.dlp.v2.ListDlpJobsRequest.Builder
-
- All Implemented Interfaces:
ListDlpJobsRequestOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ListDlpJobsRequest
public static final class ListDlpJobsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder> implements ListDlpJobsRequestOrBuilder
The request message for listing DLP jobs.
Protobuf typegoogle.privacy.dlp.v2.ListDlpJobsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDlpJobsRequest.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListDlpJobsRequestbuild()ListDlpJobsRequestbuildPartial()ListDlpJobsRequest.Builderclear()ListDlpJobsRequest.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ListDlpJobsRequest.BuilderclearFilter()Allows filtering.ListDlpJobsRequest.BuilderclearLocationId()Deprecated.ListDlpJobsRequest.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ListDlpJobsRequest.BuilderclearOrderBy()Comma separated list of fields to order by, followed by `asc` or `desc` postfix.ListDlpJobsRequest.BuilderclearPageSize()The standard list page size.ListDlpJobsRequest.BuilderclearPageToken()The standard list page token.ListDlpJobsRequest.BuilderclearParent()Required.ListDlpJobsRequest.BuilderclearType()The type of job.ListDlpJobsRequest.Builderclone()ListDlpJobsRequestgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFilter()Allows filtering.com.google.protobuf.ByteStringgetFilterBytes()Allows filtering.StringgetLocationId()Deprecated.com.google.protobuf.ByteStringgetLocationIdBytes()Deprecated.StringgetOrderBy()Comma separated list of fields to order by, followed by `asc` or `desc` postfix.com.google.protobuf.ByteStringgetOrderByBytes()Comma separated list of fields to order by, followed by `asc` or `desc` postfix.intgetPageSize()The standard list page size.StringgetPageToken()The standard list page token.com.google.protobuf.ByteStringgetPageTokenBytes()The standard list page token.StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.DlpJobTypegetType()The type of job.intgetTypeValue()The type of job.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ListDlpJobsRequest.BuildermergeFrom(ListDlpJobsRequest other)ListDlpJobsRequest.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ListDlpJobsRequest.BuildermergeFrom(com.google.protobuf.Message other)ListDlpJobsRequest.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ListDlpJobsRequest.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ListDlpJobsRequest.BuildersetFilter(String value)Allows filtering.ListDlpJobsRequest.BuildersetFilterBytes(com.google.protobuf.ByteString value)Allows filtering.ListDlpJobsRequest.BuildersetLocationId(String value)Deprecated.ListDlpJobsRequest.BuildersetLocationIdBytes(com.google.protobuf.ByteString value)Deprecated.ListDlpJobsRequest.BuildersetOrderBy(String value)Comma separated list of fields to order by, followed by `asc` or `desc` postfix.ListDlpJobsRequest.BuildersetOrderByBytes(com.google.protobuf.ByteString value)Comma separated list of fields to order by, followed by `asc` or `desc` postfix.ListDlpJobsRequest.BuildersetPageSize(int value)The standard list page size.ListDlpJobsRequest.BuildersetPageToken(String value)The standard list page token.ListDlpJobsRequest.BuildersetPageTokenBytes(com.google.protobuf.ByteString value)The standard list page token.ListDlpJobsRequest.BuildersetParent(String value)Required.ListDlpJobsRequest.BuildersetParentBytes(com.google.protobuf.ByteString value)Required.ListDlpJobsRequest.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ListDlpJobsRequest.BuildersetType(DlpJobType value)The type of job.ListDlpJobsRequest.BuildersetTypeValue(int value)The type of job.ListDlpJobsRequest.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
clear
public ListDlpJobsRequest.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
getDefaultInstanceForType
public ListDlpJobsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListDlpJobsRequest build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListDlpJobsRequest buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListDlpJobsRequest.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
setField
public ListDlpJobsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
clearField
public ListDlpJobsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
clearOneof
public ListDlpJobsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
setRepeatedField
public ListDlpJobsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
addRepeatedField
public ListDlpJobsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
mergeFrom
public ListDlpJobsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListDlpJobsRequest.Builder>
-
mergeFrom
public ListDlpJobsRequest.Builder mergeFrom(ListDlpJobsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
mergeFrom
public ListDlpJobsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ListDlpJobsRequest.Builder>- Throws:
IOException
-
getParent
public String getParent()
Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-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-west3string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentin interfaceListDlpJobsRequestOrBuilder- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-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-west3string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Specified by:
getParentBytesin interfaceListDlpJobsRequestOrBuilder- Returns:
- The bytes for parent.
-
setParent
public ListDlpJobsRequest.Builder setParent(String value)
Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-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-west3string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ListDlpJobsRequest.Builder clearParent()
Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-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-west3string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setParentBytes
public ListDlpJobsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. Parent resource name. The format of this value varies depending on whether you have [specified a processing location](https://cloud.google.com/dlp/docs/specifying-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-west3string parent = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for parent to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getFilterin interfaceListDlpJobsRequestOrBuilder- Returns:
- The filter.
-
getFilterBytes
public com.google.protobuf.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;- Specified by:
getFilterBytesin interfaceListDlpJobsRequestOrBuilder- Returns:
- The bytes for filter.
-
setFilter
public ListDlpJobsRequest.Builder setFilter(String value)
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;- Parameters:
value- The filter to set.- Returns:
- This builder for chaining.
-
clearFilter
public ListDlpJobsRequest.Builder clearFilter()
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:
- This builder for chaining.
-
setFilterBytes
public ListDlpJobsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
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;- Parameters:
value- The bytes for filter to set.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
The standard list page size.
int32 page_size = 2;- Specified by:
getPageSizein interfaceListDlpJobsRequestOrBuilder- Returns:
- The pageSize.
-
setPageSize
public ListDlpJobsRequest.Builder setPageSize(int value)
The standard list page size.
int32 page_size = 2;- Parameters:
value- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListDlpJobsRequest.Builder clearPageSize()
The standard list page size.
int32 page_size = 2;- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
The standard list page token.
string page_token = 3;- Specified by:
getPageTokenin interfaceListDlpJobsRequestOrBuilder- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
The standard list page token.
string page_token = 3;- Specified by:
getPageTokenBytesin interfaceListDlpJobsRequestOrBuilder- Returns:
- The bytes for pageToken.
-
setPageToken
public ListDlpJobsRequest.Builder setPageToken(String value)
The standard list page token.
string page_token = 3;- Parameters:
value- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListDlpJobsRequest.Builder clearPageToken()
The standard list page token.
string page_token = 3;- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListDlpJobsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The standard list page token.
string page_token = 3;- Parameters:
value- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
getTypeValue
public int getTypeValue()
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2.DlpJobType type = 5;- Specified by:
getTypeValuein interfaceListDlpJobsRequestOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public ListDlpJobsRequest.Builder setTypeValue(int value)
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2.DlpJobType type = 5;- Parameters:
value- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
getType
public DlpJobType getType()
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2.DlpJobType type = 5;- Specified by:
getTypein interfaceListDlpJobsRequestOrBuilder- Returns:
- The type.
-
setType
public ListDlpJobsRequest.Builder setType(DlpJobType value)
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2.DlpJobType type = 5;- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public ListDlpJobsRequest.Builder clearType()
The type of job. Defaults to `DlpJobType.INSPECT`
.google.privacy.dlp.v2.DlpJobType type = 5;- Returns:
- This builder for chaining.
-
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;- Specified by:
getOrderByin interfaceListDlpJobsRequestOrBuilder- Returns:
- The orderBy.
-
getOrderByBytes
public com.google.protobuf.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;- Specified by:
getOrderByBytesin interfaceListDlpJobsRequestOrBuilder- Returns:
- The bytes for orderBy.
-
setOrderBy
public ListDlpJobsRequest.Builder setOrderBy(String value)
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;- Parameters:
value- The orderBy to set.- Returns:
- This builder for chaining.
-
clearOrderBy
public ListDlpJobsRequest.Builder clearOrderBy()
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:
- This builder for chaining.
-
setOrderByBytes
public ListDlpJobsRequest.Builder setOrderByBytes(com.google.protobuf.ByteString value)
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;- Parameters:
value- The bytes for orderBy to set.- Returns:
- This builder for chaining.
-
getLocationId
public String getLocationId()
Deprecated. This field has no effect.
string location_id = 7;- Specified by:
getLocationIdin interfaceListDlpJobsRequestOrBuilder- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 7;- Specified by:
getLocationIdBytesin interfaceListDlpJobsRequestOrBuilder- Returns:
- The bytes for locationId.
-
setLocationId
public ListDlpJobsRequest.Builder setLocationId(String value)
Deprecated. This field has no effect.
string location_id = 7;- Parameters:
value- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
public ListDlpJobsRequest.Builder clearLocationId()
Deprecated. This field has no effect.
string location_id = 7;- Returns:
- This builder for chaining.
-
setLocationIdBytes
public ListDlpJobsRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
Deprecated. This field has no effect.
string location_id = 7;- Parameters:
value- The bytes for locationId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListDlpJobsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
mergeUnknownFields
public final ListDlpJobsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ListDlpJobsRequest.Builder>
-
-