Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::SearchConnectionsRequest (v1.13.0)

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

Request message for SearchConnections.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

deffilter()->::String
Returns
  • (::String) — Optional. Supported field/value: - state - MISSING|AVAILABLE|ERROR

#filter=

deffilter=(value)->::String
Parameter
  • value (::String) — Optional. Supported field/value: - state - MISSING|AVAILABLE|ERROR
Returns
  • (::String) — Optional. Supported field/value: - state - MISSING|AVAILABLE|ERROR

#page_size

defpage_size()->::Integer
Returns
  • (::Integer) — Optional. Number of results per page, max 1000.

#page_size=

defpage_size=(value)->::Integer
Parameter
  • value (::Integer) — Optional. Number of results per page, max 1000.
Returns
  • (::Integer) — Optional. Number of results per page, max 1000.

#page_token

defpage_token()->::String
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.

#page_token=

defpage_token=(value)->::String
Parameter
  • value (::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.
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.

#parent

defparent()->::String
Returns
  • (::String) — Required. Resource name of the organization or project with a wildcard location, for example, organizations/433245324/locations/- or projects/project-id/locations/-.

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — Required. Resource name of the organization or project with a wildcard location, for example, organizations/433245324/locations/- or projects/project-id/locations/-.
Returns
  • (::String) — Required. Resource name of the organization or project with a wildcard location, for example, organizations/433245324/locations/- or projects/project-id/locations/-.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.