Google Workspace Add-ons V1 Client - Class ListDeploymentsResponse (0.3.5)

Reference documentation and code samples for the Google Workspace Add-ons V1 Client class ListDeploymentsResponse.

Response message to list deployments.

Generated from protobuf message google.cloud.gsuiteaddons.v1.ListDeploymentsResponse

Namespace

Google \ Cloud \ GSuiteAddOns \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployments array<Google\Cloud\GSuiteAddOns\V1\Deployment>

The list of deployments for the given project.

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

getDeployments

The list of deployments for the given project.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDeployments

The list of deployments for the given project.

Parameter
Name Description
var array<Google\Cloud\GSuiteAddOns\V1\Deployment>
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