Class: Google::Cloud::Dlp::V2::SearchConnectionsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Request message for SearchConnections.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Supported field/value: - state - MISSING|AVAILABLE|ERROR.

Returns:

  • (::String)

    Optional. Supported field/value: - state - MISSING|AVAILABLE|ERROR



6195
6196
6197
6198
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6195

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

#page_size::Integer

Returns Optional. Number of results per page, max 1000.

Returns:

  • (::Integer)

    Optional. Number of results per page, max 1000.



6195
6196
6197
6198
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6195

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

Returns:

  • (::String)

    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.



6195
6196
6197
6198
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6195

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

#parent::String

Returns Required. Parent name, typically an organization, without location. For example: organizations/12345678.

Returns:

  • (::String)

    Required. Parent name, typically an organization, without location. For example: organizations/12345678.



6195
6196
6197
6198
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6195

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