Google Cloud Service Management V1 Client - Class ListServiceRolloutsResponse (1.3.4)

Reference documentation and code samples for the Google Cloud Service Management V1 Client class ListServiceRolloutsResponse.

Response message for ListServiceRollouts method.

Generated from protobuf message google.api.servicemanagement.v1.ListServiceRolloutsResponse

Namespace

Google \ Cloud \ ServiceManagement \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ rollouts array<Google\Cloud\ServiceManagement\V1\Rollout>

The list of rollout resources.

↳ next_page_token string

The token of the next page of results.

getRollouts

The list of rollout resources.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRollouts

The list of rollout resources.

Parameter
Name Description
var array<Google\Cloud\ServiceManagement\V1\Rollout>
Returns
Type Description
$this

getNextPageToken

The token of the next page of results.

Returns
Type Description
string

setNextPageToken

The token of the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this