Class: Google::Cloud::Dlp::V2::ListDeidentifyTemplatesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Response message for ListDeidentifyTemplates.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_templates::Array<::Google::Cloud::Dlp::V2::DeidentifyTemplate>

Returns List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

Returns:



4768
4769
4770
4771
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4768

class ListDeidentifyTemplatesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.

Returns:

  • (::String)

    If the next page is available then the next page token to be used in the following ListDeidentifyTemplates request.



4768
4769
4770
4771
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4768

class ListDeidentifyTemplatesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end