Reference documentation and code samples for the Data Loss Prevention V2 Client class ListInfoTypesRequest.
Request for the list of infoTypes.
Generated from protobuf message google.privacy.dlp.v2.ListInfoTypesRequest
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
The parent resource name. The format of this value is as follows: locations/{location_id}
↳ language_code
string
BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.
↳ filter
string
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
↳ location_id
string
Deprecated. This field has no effect.
getParent
The parent resource name.
The format of this value is as follows: locations/{location_id}
string
setParent
The parent resource name.
The format of this value is as follows: locations/{location_id}
var
string
$this
getLanguageCode
BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.
string
setLanguageCode
BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.
var
string
$this
getFilter
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
string
setFilter
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
var
string
$this
getLocationId
Deprecated. This field has no effect.
string
setLocationId
Deprecated. This field has no effect.
var
string
$this
static::build
parent
string
The parent resource name.
The format of this value is as follows:
locations/{location_id}