Data Loss Prevention V2 Client - Class ListStoredInfoTypesResponse (1.15.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class ListStoredInfoTypesResponse.

Response message for ListStoredInfoTypes.

Generated from protobuf message google.privacy.dlp.v2.ListStoredInfoTypesResponse

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ stored_info_types array<Google\Cloud\Dlp\V2\StoredInfoType>

List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest.

↳ next_page_token string

If the next page is available then the next page token to be used in the following ListStoredInfoTypes request.

getStoredInfoTypes

List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setStoredInfoTypes

List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest.

Parameter
Name Description
var array<Google\Cloud\Dlp\V2\StoredInfoType>
Returns
Type Description
$this

getNextPageToken

If the next page is available then the next page token to be used in the following ListStoredInfoTypes request.

Returns
Type Description
string

setNextPageToken

If the next page is available then the next page token to be used in the following ListStoredInfoTypes request.

Parameter
Name Description
var string
Returns
Type Description
$this