Class: Google::Cloud::Dlp::V2::SearchConnectionsResponse

Inherits:
Object
  • Object
show all
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

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.

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.



6223
6224
6225
6226
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6223

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.

Returns:

  • (::String)

    Token to retrieve the next page of results. An empty value means there are no more results.



6223
6224
6225
6226
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6223

class SearchConnectionsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end