Class: Google::Cloud::Dlp::V2::ListDlpJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListDlpJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The request message for listing DLP jobs.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Allows filtering.
-
#location_id ⇒ ::String
Deprecated.
-
#order_by ⇒ ::String
Comma-separated list of fields to order by, followed by
ascordescpostfix. -
#page_size ⇒ ::Integer
The standard list page size.
-
#page_token ⇒ ::String
The standard list page token.
-
#parent ⇒ ::String
Required.
-
#type ⇒ ::Google::Cloud::Dlp::V2::DlpJobType
The type of job.
Instance Attribute Details
#filter ⇒ ::String
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_id ⇒ ::String
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Dlp::V2::DlpJobType
6102 6103 6104 6105 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6102 class ListDlpJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |