Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::ListJobTriggersRequest (v0.24.0)

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
Returns
  • (::String) — 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.

#filter=

def filter=(value) -> ::String
Parameter
  • value (::String) — 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.

Returns
  • (::String) — 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.

#location_id

def location_id() -> ::String
Returns
  • (::String) — Deprecated. This field has no effect.

#location_id=

def location_id=(value) -> ::String
Parameter
  • value (::String) — Deprecated. This field has no effect.
Returns
  • (::String) — Deprecated. This field has no effect.

#order_by

def order_by() -> ::String
Returns
  • (::String) —

    Comma separated list of triggeredJob fields to order by, followed by asc or desc postfix. This list is case insensitive. The 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.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) —

    Comma separated list of triggeredJob fields to order by, followed by asc or desc postfix. This list is case insensitive. The 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.
Returns
  • (::String) —

    Comma separated list of triggeredJob fields to order by, followed by asc or desc postfix. This list is case insensitive. The 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.

#page_size

def page_size() -> ::Integer
Returns
  • (::Integer) — Size of the page. This value can be limited by a server.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Size of the page. This value can be limited by a server.
Returns
  • (::Integer) — Size of the page. This value can be limited by a server.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Page token to continue retrieval. Comes from the previous call to ListJobTriggers. order_by field must not change for subsequent calls.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Page token to continue retrieval. Comes from the previous call to ListJobTriggers. order_by field must not change for subsequent calls.
Returns
  • (::String) — Page token to continue retrieval. Comes from the previous call to ListJobTriggers. order_by field must not change for subsequent calls.

#parent

def parent() -> ::String
Returns
  • (::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 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
    

#parent=

def parent=(value) -> ::String
Parameter
  • 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 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
    
Returns
  • (::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 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
    

#type

def type() -> ::Google::Cloud::Dlp::V2::DlpJobType
Returns

#type=

def type=(value) -> ::Google::Cloud::Dlp::V2::DlpJobType
Parameter
Returns