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
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. Resource name of the organization or project with a wildcard
location, for example,
organizations/433245324/locations/-
orprojects/project-id/locations/-
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Resource name of the organization or project with a wildcard
location, for example,
organizations/433245324/locations/-
orprojects/project-id/locations/-
.
Returns
-
(::String) — Required. Resource name of the organization or project with a wildcard
location, for example,
organizations/433245324/locations/-
orprojects/project-id/locations/-
.