Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ListConnectionsResponse.
Response message for ListConnections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connections
def connections() -> ::Array<::Google::Cloud::Dlp::V2::Connection>
Returns
- (::Array<::Google::Cloud::Dlp::V2::Connection>) — List of connections.
#connections=
def connections=(value) -> ::Array<::Google::Cloud::Dlp::V2::Connection>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::Connection>) — List of connections.
Returns
- (::Array<::Google::Cloud::Dlp::V2::Connection>) — List of connections.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Token to retrieve the next page of results. An empty value means there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Token to retrieve the next page of results. An empty value means there are no more results.
Returns
- (::String) — Token to retrieve the next page of results. An empty value means there are no more results.