Class: Google::Privacy::Dlp::V2::ListJobTriggersRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Request message for ListJobTriggers.

Instance Attribute Summary collapse

Instance Attribute Details

#order_byString

Returns Optional comma separated list of triggeredJob fields to order by, followed by 'asc/desc' postfix, i.e. +"create_time asc,name desc,schedule_mode asc"+. This list is case-insensitive.

Example: +"name asc,schedule_mode desc, status desc"+

Supported filters keys and values are:

  • +create_time+: corresponds to time the triggeredJob was created.
  • +update_time+: corresponds to time the triggeredJob was last updated.
  • +name+: corresponds to JobTrigger's display name.
  • +status+: corresponds to the triggeredJob status.

Returns:

  • (String)

    Optional comma separated list of triggeredJob fields to order by, followed by 'asc/desc' postfix, i.e. +"create_time asc,name desc,schedule_mode asc"+. This list is case-insensitive.

    Example: +"name asc,schedule_mode desc, status desc"+

    Supported filters keys and values are:

    • +create_time+: corresponds to time the triggeredJob was created.
    • +update_time+: corresponds to time the triggeredJob was last updated.
    • +name+: corresponds to JobTrigger's display name.
    • +status+: corresponds to the triggeredJob status.


1799
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799

class ListJobTriggersRequest; end

#page_sizeInteger

Returns Optional size of the page, can be limited by a server.

Returns:

  • (Integer)

    Optional size of the page, can be limited by a server.



1799
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799

class ListJobTriggersRequest; end

#page_tokenString

Returns Optional page token to continue retrieval. Comes from previous call to ListJobTriggers. +order_by+ and +filter+ should not change for subsequent calls, but can be omitted if token is specified.

Returns:

  • (String)

    Optional page token to continue retrieval. Comes from previous call to ListJobTriggers. +order_by+ and +filter+ should not change for subsequent calls, but can be omitted if token is specified.



1799
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799

class ListJobTriggersRequest; end

#parentString

Returns The parent resource name, for example projects/my-project-id.

Returns:

  • (String)

    The parent resource name, for example projects/my-project-id.



1799
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1799

class ListJobTriggersRequest; end