Class: Google::Cloud::Dlp::V2::ListInspectTemplatesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListInspectTemplatesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request message for ListInspectTemplates.
Instance Attribute Summary collapse
-
#location_id ⇒ ::String
Deprecated.
-
#order_by ⇒ ::String
Comma separated list of fields to order by, followed by
ascordescpostfix. -
#page_size ⇒ ::Integer
Size of the page.
-
#page_token ⇒ ::String
Page token to continue retrieval.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#location_id ⇒ ::String
3631 3632 3633 3634 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3631 class ListInspectTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
3631 3632 3633 3634 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3631 class ListInspectTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
3631 3632 3633 3634 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3631 class ListInspectTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
3631 3632 3633 3634 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3631 class ListInspectTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
3631 3632 3633 3634 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3631 class ListInspectTemplatesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |