Package com.google.privacy.dlp.v2
Class ListJobTriggersRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
- com.google.privacy.dlp.v2.ListJobTriggersRequest.Builder
-
- All Implemented Interfaces:
ListJobTriggersRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListJobTriggersRequest
public static final class ListJobTriggersRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder> implements ListJobTriggersRequestOrBuilder
Request message for ListJobTriggers.
Protobuf typegoogle.privacy.dlp.v2.ListJobTriggersRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListJobTriggersRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListJobTriggersRequest
build()
ListJobTriggersRequest
buildPartial()
ListJobTriggersRequest.Builder
clear()
ListJobTriggersRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListJobTriggersRequest.Builder
clearFilter()
Allows filtering.ListJobTriggersRequest.Builder
clearLocationId()
Deprecated.ListJobTriggersRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListJobTriggersRequest.Builder
clearOrderBy()
Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix.ListJobTriggersRequest.Builder
clearPageSize()
Size of the page, can be limited by a server.ListJobTriggersRequest.Builder
clearPageToken()
Page token to continue retrieval.ListJobTriggersRequest.Builder
clearParent()
Required.ListJobTriggersRequest.Builder
clearType()
The type of jobs.ListJobTriggersRequest.Builder
clone()
ListJobTriggersRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getFilter()
Allows filtering.com.google.protobuf.ByteString
getFilterBytes()
Allows filtering.String
getLocationId()
Deprecated.com.google.protobuf.ByteString
getLocationIdBytes()
Deprecated.String
getOrderBy()
Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix.com.google.protobuf.ByteString
getOrderByBytes()
Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix.int
getPageSize()
Size of the page, can be limited by a server.String
getPageToken()
Page token to continue retrieval.com.google.protobuf.ByteString
getPageTokenBytes()
Page token to continue retrieval.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.DlpJobType
getType()
The type of jobs.int
getTypeValue()
The type of jobs.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListJobTriggersRequest.Builder
mergeFrom(ListJobTriggersRequest other)
ListJobTriggersRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListJobTriggersRequest.Builder
mergeFrom(com.google.protobuf.Message other)
ListJobTriggersRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListJobTriggersRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListJobTriggersRequest.Builder
setFilter(String value)
Allows filtering.ListJobTriggersRequest.Builder
setFilterBytes(com.google.protobuf.ByteString value)
Allows filtering.ListJobTriggersRequest.Builder
setLocationId(String value)
Deprecated.ListJobTriggersRequest.Builder
setLocationIdBytes(com.google.protobuf.ByteString value)
Deprecated.ListJobTriggersRequest.Builder
setOrderBy(String value)
Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix.ListJobTriggersRequest.Builder
setOrderByBytes(com.google.protobuf.ByteString value)
Comma separated list of triggeredJob fields to order by, followed by `asc` or `desc` postfix.ListJobTriggersRequest.Builder
setPageSize(int value)
Size of the page, can be limited by a server.ListJobTriggersRequest.Builder
setPageToken(String value)
Page token to continue retrieval.ListJobTriggersRequest.Builder
setPageTokenBytes(com.google.protobuf.ByteString value)
Page token to continue retrieval.ListJobTriggersRequest.Builder
setParent(String value)
Required.ListJobTriggersRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.ListJobTriggersRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListJobTriggersRequest.Builder
setType(DlpJobType value)
The type of jobs.ListJobTriggersRequest.Builder
setTypeValue(int value)
The type of jobs.ListJobTriggersRequest.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
clear
public ListJobTriggersRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
getDefaultInstanceForType
public ListJobTriggersRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListJobTriggersRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListJobTriggersRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListJobTriggersRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
setField
public ListJobTriggersRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
clearField
public ListJobTriggersRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
clearOneof
public ListJobTriggersRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
setRepeatedField
public ListJobTriggersRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
addRepeatedField
public ListJobTriggersRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
mergeFrom
public ListJobTriggersRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListJobTriggersRequest.Builder>
-
mergeFrom
public ListJobTriggersRequest.Builder mergeFrom(ListJobTriggersRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
mergeFrom
public ListJobTriggersRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListJobTriggersRequest.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-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceListJobTriggersRequestOrBuilder
- 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-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public ListJobTriggersRequest.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-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public ListJobTriggersRequest.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-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public ListJobTriggersRequest.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-west3
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getPageToken
public String getPageToken()
Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.
string page_token = 2;
- Specified by:
getPageToken
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The pageToken.
-
getPageTokenBytes
public com.google.protobuf.ByteString getPageTokenBytes()
Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.
string page_token = 2;
- Specified by:
getPageTokenBytes
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The bytes for pageToken.
-
setPageToken
public ListJobTriggersRequest.Builder setPageToken(String value)
Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.
string page_token = 2;
- Parameters:
value
- The pageToken to set.- Returns:
- This builder for chaining.
-
clearPageToken
public ListJobTriggersRequest.Builder clearPageToken()
Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.
string page_token = 2;
- Returns:
- This builder for chaining.
-
setPageTokenBytes
public ListJobTriggersRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
Page token to continue retrieval. Comes from previous call to ListJobTriggers. `order_by` field must not change for subsequent calls.
string page_token = 2;
- Parameters:
value
- The bytes for pageToken to set.- Returns:
- This builder for chaining.
-
getPageSize
public int getPageSize()
Size of the page, can be limited by a server.
int32 page_size = 3;
- Specified by:
getPageSize
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The pageSize.
-
setPageSize
public ListJobTriggersRequest.Builder setPageSize(int value)
Size of the page, can be limited by a server.
int32 page_size = 3;
- Parameters:
value
- The pageSize to set.- Returns:
- This builder for chaining.
-
clearPageSize
public ListJobTriggersRequest.Builder clearPageSize()
Size of the page, can be limited by a server.
int32 page_size = 3;
- Returns:
- This builder for chaining.
-
getOrderBy
public String getOrderBy()
Comma separated list of triggeredJob 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,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created. - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
string order_by = 4;
- Specified by:
getOrderBy
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The orderBy.
-
getOrderByBytes
public com.google.protobuf.ByteString getOrderByBytes()
Comma separated list of triggeredJob 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,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created. - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
string order_by = 4;
- Specified by:
getOrderByBytes
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The bytes for orderBy.
-
setOrderBy
public ListJobTriggersRequest.Builder setOrderBy(String value)
Comma separated list of triggeredJob 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,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created. - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
string order_by = 4;
- Parameters:
value
- The orderBy to set.- Returns:
- This builder for chaining.
-
clearOrderBy
public ListJobTriggersRequest.Builder clearOrderBy()
Comma separated list of triggeredJob 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,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created. - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
string order_by = 4;
- Returns:
- This builder for chaining.
-
setOrderByBytes
public ListJobTriggersRequest.Builder setOrderByBytes(com.google.protobuf.ByteString value)
Comma separated list of triggeredJob 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,update_time, create_time desc` Supported fields are: - `create_time`: corresponds to the time the JobTrigger was created. - `update_time`: corresponds to the time the JobTrigger was last updated. - `last_run_time`: corresponds to the last time the JobTrigger ran. - `name`: corresponds to the JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display name. - `status`: corresponds to JobTrigger's status.
string order_by = 4;
- Parameters:
value
- The bytes for orderBy 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 triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.
string filter = 5;
- Specified by:
getFilter
in interfaceListJobTriggersRequestOrBuilder
- 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 triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.
string filter = 5;
- Specified by:
getFilterBytes
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The bytes for filter.
-
setFilter
public ListJobTriggersRequest.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 triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.
string filter = 5;
- Parameters:
value
- The filter to set.- Returns:
- This builder for chaining.
-
clearFilter
public ListJobTriggersRequest.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 triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.
string filter = 5;
- Returns:
- This builder for chaining.
-
setFilterBytes
public ListJobTriggersRequest.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 triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted timestamp, surrounded by quotation marks. Nanoseconds are ignored. - 'error_count' - Number of errors that have occurred while running. * The operator must be `=` or `!=` for status and inspected_storage. Examples: * inspected_storage = cloud_storage AND status = HEALTHY * inspected_storage = cloud_storage OR inspected_storage = bigquery * inspected_storage = cloud_storage AND (state = PAUSED OR state = HEALTHY) * last_run_time > \"2017-12-12T00:00:00+00:00\" The length of this field should be no more than 500 characters.
string filter = 5;
- Parameters:
value
- The bytes for filter to set.- Returns:
- This builder for chaining.
-
getTypeValue
public int getTypeValue()
The type of jobs. Will use `DlpJobType.INSPECT` if not set.
.google.privacy.dlp.v2.DlpJobType type = 6;
- Specified by:
getTypeValue
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public ListJobTriggersRequest.Builder setTypeValue(int value)
The type of jobs. Will use `DlpJobType.INSPECT` if not set.
.google.privacy.dlp.v2.DlpJobType type = 6;
- 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 jobs. Will use `DlpJobType.INSPECT` if not set.
.google.privacy.dlp.v2.DlpJobType type = 6;
- Specified by:
getType
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The type.
-
setType
public ListJobTriggersRequest.Builder setType(DlpJobType value)
The type of jobs. Will use `DlpJobType.INSPECT` if not set.
.google.privacy.dlp.v2.DlpJobType type = 6;
- Parameters:
value
- The type to set.- Returns:
- This builder for chaining.
-
clearType
public ListJobTriggersRequest.Builder clearType()
The type of jobs. Will use `DlpJobType.INSPECT` if not set.
.google.privacy.dlp.v2.DlpJobType type = 6;
- Returns:
- This builder for chaining.
-
getLocationId
public String getLocationId()
Deprecated. This field has no effect.
string location_id = 7;
- Specified by:
getLocationId
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()
Deprecated. This field has no effect.
string location_id = 7;
- Specified by:
getLocationIdBytes
in interfaceListJobTriggersRequestOrBuilder
- Returns:
- The bytes for locationId.
-
setLocationId
public ListJobTriggersRequest.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 ListJobTriggersRequest.Builder clearLocationId()
Deprecated. This field has no effect.
string location_id = 7;
- Returns:
- This builder for chaining.
-
setLocationIdBytes
public ListJobTriggersRequest.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 ListJobTriggersRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
mergeUnknownFields
public final ListJobTriggersRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListJobTriggersRequest.Builder>
-
-