Class: Google::Cloud::Dlp::V2::ListInspectTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListInspectTemplatesResponse
- 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
-
#inspect_templates ⇒ ::Array<::Google::Cloud::Dlp::V2::InspectTemplate>
List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
-
#next_page_token ⇒ ::String
If the next page is available then the next page token to be used in the following ListInspectTemplates request.
Instance Attribute Details
#inspect_templates ⇒ ::Array<::Google::Cloud::Dlp::V2::InspectTemplate>
Returns List of inspectTemplates, up to page_size in ListInspectTemplatesRequest.
3678 3679 3680 3681 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3678 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.
3678 3679 3680 3681 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3678 class ListInspectTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |