Stackdriver Logging V2 Client - Class ListExclusionsResponse (1.30.0)

Reference documentation and code samples for the Stackdriver Logging V2 Client class ListExclusionsResponse.

Result returned from ListExclusions.

Generated from protobuf message google.logging.v2.ListExclusionsResponse

Namespace

Google \ Cloud \ Logging \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ exclusions array<Google\Cloud\Logging\V2\LogExclusion>

A list of exclusions.

↳ next_page_token string

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

getExclusions

A list of exclusions.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setExclusions

A list of exclusions.

Parameter
Name Description
var array<Google\Cloud\Logging\V2\LogExclusion>
Returns
Type Description
$this

getNextPageToken

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

Returns
Type Description
string

setNextPageToken

If there might be more results than appear in this response, then nextPageToken is included. To get the next set of results, call the same method again using the value of nextPageToken as pageToken.

Parameter
Name Description
var string
Returns
Type Description
$this