Class: Google::Cloud::Dlp::V2::ListInspectTemplatesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#inspect_templates::Array<::Google::Cloud::Dlp::V2::InspectTemplate>

Returns List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.

Returns:



3625
3626
3627
3628
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3625

class ListInspectTemplatesResponse
  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 ListInspectTemplates request.

Returns:

  • (::String)

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



3625
3626
3627
3628
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3625

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