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.
Parameters | |
---|---|
Name | Description |
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
Returns | |
---|---|
Type | Description |
string |
setParent
The parent resource name.
The format of this value is as follows: locations/LOCATION_ID
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
Returns | |
---|---|
Type | Description |
string |
setFilter
filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocationId
Deprecated. This field has no effect.
Returns | |
---|---|
Type | Description |
string |
setLocationId
Deprecated. This field has no effect.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
The parent resource name. The format of this value is as follows: locations/LOCATION_ID |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\ListInfoTypesRequest |