Google Cloud Telco Automation V1 Client - Class ListHydratedDeploymentsRequest (0.2.5)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ListHydratedDeploymentsRequest.

Request object for ListHydratedDeployments.

Generated from protobuf message google.cloud.telcoautomation.v1.ListHydratedDeploymentsRequest

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The deployment managing the hydrated deployments.

↳ page_size int

Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.

↳ page_token string

Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.

getParent

Required. The deployment managing the hydrated deployments.

Returns
Type Description
string

setParent

Required. The deployment managing the hydrated deployments.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.

Returns
Type Description
int

setPageSize

Optional. The maximum number of hydrated deployments to return. The service may return fewer than this value. If unspecified, at most 50 hydrated deployments will be returned. The maximum value is 1000. Values above 1000 will be set to 1000.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.

Returns
Type Description
string

setPageToken

Optional. The page token, received from a previous ListHydratedDeployments call. Provide this to retrieve the subsequent page.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The deployment managing the hydrated deployments. Please see Google\Cloud\TelcoAutomation\V1\TelcoAutomationClient::deploymentName() for help formatting this field.

Returns
Type Description
Google\Cloud\TelcoAutomation\V1\ListHydratedDeploymentsRequest