Google Cloud Chronicle V1 Client - Class ListDataAccessLabelsResponse (0.1.2)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListDataAccessLabelsResponse.

Response message for ListDataAccessLabels.

Generated from protobuf message google.cloud.chronicle.v1.ListDataAccessLabelsResponse

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ data_access_labels array<DataAccessLabel>

List of data access labels.

↳ next_page_token string

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getDataAccessLabels

List of data access labels.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDataAccessLabels

List of data access labels.

Parameter
Name Description
var array<DataAccessLabel>
Returns
Type Description
$this

getNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token, which can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this