Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ListJobTriggersRequest.
Request message for ListJobTriggers.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String- 
        (::String) — Allows filtering.Supported syntax: - Filter expressions are made up of one or more restrictions.
- Restrictions can be combined by ANDorORlogical operators. A sequence of restrictions implicitly usesAND.
- 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. 
#filter=
def filter=(value) -> ::String- 
        value (::String) — Allows filtering.Supported syntax: - Filter expressions are made up of one or more restrictions.
- Restrictions can be combined by ANDorORlogical operators. A sequence of restrictions implicitly usesAND.
- 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) — Allows filtering.Supported syntax: - Filter expressions are made up of one or more restrictions.
- Restrictions can be combined by ANDorORlogical operators. A sequence of restrictions implicitly usesAND.
- 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. 
#location_id
def location_id() -> ::String- (::String) — Deprecated. This field has no effect.
#location_id=
def location_id=(value) -> ::String- value (::String) — Deprecated. This field has no effect.
- (::String) — Deprecated. This field has no effect.
#order_by
def order_by() -> ::String- 
        (::String) — Comma-separated list of triggeredJob fields to order by, followed by ascordescpostfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant.Example: name asc,update_time, create_time descSupported 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.
 
#order_by=
def order_by=(value) -> ::String- 
        value (::String) — Comma-separated list of triggeredJob fields to order by, followed by ascordescpostfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant.Example: name asc,update_time, create_time descSupported 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) — Comma-separated list of triggeredJob fields to order by, followed by ascordescpostfix. This list is case insensitive. The default sorting order is ascending. Redundant space characters are insignificant.Example: name asc,update_time, create_time descSupported 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.
 
#page_size
def page_size() -> ::Integer- (::Integer) — Size of the page. This value can be limited by a server.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Size of the page. This value can be limited by a server.
- (::Integer) — Size of the page. This value can be limited by a server.
#page_token
def page_token() -> ::String- 
        (::String) — Page token to continue retrieval. Comes from the previous call
to ListJobTriggers. order_byfield must not change for subsequent calls.
#page_token=
def page_token=(value) -> ::String- 
        value (::String) — Page token to continue retrieval. Comes from the previous call
to ListJobTriggers. order_byfield must not change for subsequent calls.
- 
        (::String) — Page token to continue retrieval. Comes from the previous call
to ListJobTriggers. order_byfield must not change for subsequent calls.
#parent
def parent() -> ::String- 
        (::String) — Required. Parent resource name. The format of this value varies depending on whether you have specified a processing location: - Projects scope, location specified:
projects/{project_id}/locations/{location_id}
- Projects scope, no location specified (defaults to global):
projects/{project_id}
 The following example parentstring specifies a parent project with the identifierexample-project, and specifies theeurope-west3location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope, location specified:
#parent=
def parent=(value) -> ::String- 
        value (::String) — Required. Parent resource name. The format of this value varies depending on whether you have specified a processing location: - Projects scope, location specified:
projects/{project_id}/locations/{location_id}
- Projects scope, no location specified (defaults to global):
projects/{project_id}
 The following example parentstring specifies a parent project with the identifierexample-project, and specifies theeurope-west3location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope, location specified:
- 
        (::String) — Required. Parent resource name. The format of this value varies depending on whether you have specified a processing location: - Projects scope, location specified:
projects/{project_id}/locations/{location_id}
- Projects scope, no location specified (defaults to global):
projects/{project_id}
 The following example parentstring specifies a parent project with the identifierexample-project, and specifies theeurope-west3location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope, location specified:
#type
def type() -> ::Google::Cloud::Dlp::V2::DlpJobType- 
        (::Google::Cloud::Dlp::V2::DlpJobType) — The type of jobs. Will use DlpJobType.INSPECTif not set.
#type=
def type=(value) -> ::Google::Cloud::Dlp::V2::DlpJobType- 
        value (::Google::Cloud::Dlp::V2::DlpJobType) — The type of jobs. Will use DlpJobType.INSPECTif not set.
- 
        (::Google::Cloud::Dlp::V2::DlpJobType) — The type of jobs. Will use DlpJobType.INSPECTif not set.