Stackdriver Logging V2 Client - Class ListSinksResponse (1.24.10)

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

Result returned from ListSinks.

Generated from protobuf message google.logging.v2.ListSinksResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ sinks array<Google\Cloud\Logging\V2\LogSink>

A list of sinks.

↳ 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.

getSinks

A list of sinks.

Generated from protobuf field repeated .google.logging.v2.LogSink sinks = 1;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSinks

A list of sinks.

Generated from protobuf field repeated .google.logging.v2.LogSink sinks = 1;

Parameter
NameDescription
var array<Google\Cloud\Logging\V2\LogSink>
Returns
TypeDescription
$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.

Generated from protobuf field string next_page_token = 2;

Returns
TypeDescription
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.

Generated from protobuf field string next_page_token = 2;

Parameter
NameDescription
var string
Returns
TypeDescription
$this