Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::SearchConnectionsResponse (v0.24.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::SearchConnectionsResponse.

Response message for SearchConnections.

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 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.

#connections=

def connections=(value) -> ::Array<::Google::Cloud::Dlp::V2::Connection>
Parameter
  • value (::Array<::Google::Cloud::Dlp::V2::Connection>) — 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.
Returns
  • (::Array<::Google::Cloud::Dlp::V2::Connection>) — 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.

#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.