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

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
NameDescription
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
TypeDescription
string

setParent

Required. The deployment managing the hydrated deployments.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

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

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\ListHydratedDeploymentsRequest