Class: Google::Privacy::Dlp::V2::ListDeidentifyTemplatesRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::ListDeidentifyTemplatesRequest
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Request message for ListDeidentifyTemplates.
Instance Attribute Summary collapse
-
#page_size ⇒ Integer
Optional size of the page, can be limited by server.
-
#page_token ⇒ String
Optional page token to continue retrieval.
-
#parent ⇒ String
The parent resource name, for example projects/my-project-id or organizations/my-org-id.
Instance Attribute Details
#page_size ⇒ Integer
Returns Optional size of the page, can be limited by server. If zero server returns a page of max size 100.
2006 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2006 class ListDeidentifyTemplatesRequest; end |
#page_token ⇒ String
Returns Optional page token to continue retrieval. Comes from previous call to +ListDeidentifyTemplates+.
2006 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2006 class ListDeidentifyTemplatesRequest; end |
#parent ⇒ String
Returns The parent resource name, for example projects/my-project-id or organizations/my-org-id.
2006 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 2006 class ListDeidentifyTemplatesRequest; end |