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

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

Request message for ListConnections.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

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

#filter=

def filter=(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

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

#page_size=

def page_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

def page_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=

def page_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

def parent() -> ::String
Returns
  • (::String) — Required. Parent name, for example: projects/project-id/locations/global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Parent name, for example: projects/project-id/locations/global.
Returns
  • (::String) — Required. Parent name, for example: projects/project-id/locations/global.