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
Returns Optional. Supported field/value: state
- MISSING|AVAILABLE|ERROR.
7128 7129 7130 7131 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7128 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Number of results per page, max 1000.
7128 7129 7130 7131 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7128 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
7128 7129 7130 7131 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7128 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe
or
projects/project-id/locations/asia
.
7128 7129 7130 7131 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7128 class ListConnectionsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |