Class: Google::Cloud::Dlp::V2::ListConnectionsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ListConnectionsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request message for ListConnections.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
7597 7598 7599 7600 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7597 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
7597 7598 7599 7600 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7597 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
7597 7598 7599 7600 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7597 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
7597 7598 7599 7600 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7597 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |