Class: Google::Cloud::Dlp::V2::SearchConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::SearchConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Response message for SearchConnections.
Instance Attribute Summary collapse
-
#connections ⇒ ::Array<::Google::Cloud::Dlp::V2::Connection>
List of connections that match the search query.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results.
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::Dlp::V2::Connection>
Returns List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
7177 7178 7179 7180 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7177 class SearchConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results. An empty value means there are no more results.
7177 7178 7179 7180 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7177 class SearchConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |