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+ 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 time the triggeredJob was created.
  • +update_time+: corresponds to time the triggeredJob was last updated.
  • +name+: corresponds to JobTrigger's name.

Returns:

  • (String)

    Optional 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 time the triggeredJob was created.
    • +update_time+: corresponds to time the triggeredJob was last updated.
    • +name+: corresponds to JobTrigger's name.


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

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.



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

class ListJobTriggersRequest; end

#page_tokenString

Returns Optional page token to continue retrieval. Comes from previous call to ListJobTriggers. +order_by+ field must not change for subsequent calls.

Returns:

  • (String)

    Optional page token to continue retrieval. Comes from previous call to ListJobTriggers. +order_by+ field must not change for subsequent calls.



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

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+.



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

class ListJobTriggersRequest; end