Data Loss Prevention V2 Client - Class ListStoredInfoTypesResponse (1.11.0)

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setStoredInfoTypes

List of storedInfoTypes, up to page_size in ListStoredInfoTypesRequest.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\StoredInfoType>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this