Class: Google::Cloud::Dlp::V2::ListDiscoveryConfigsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListDiscoveryConfigsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request message for ListDiscoveryConfigs.
Instance Attribute Summary collapse
-
#order_by ⇒ ::String
Comma separated list of config 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
#order_by ⇒ ::String
3820 3821 3822 3823 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3820 class ListDiscoveryConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
3820 3821 3822 3823 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3820 class ListDiscoveryConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
3820 3821 3822 3823 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3820 class ListDiscoveryConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
3820 3821 3822 3823 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3820 class ListDiscoveryConfigsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |