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

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

Request object for CreateDeployment.

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

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

↳ deployment_id string

Optional. The name of the deployment.

↳ deployment Google\Cloud\TelcoAutomation\V1\Deployment

Required. The Deployment to create.

getParent

Required. The name of parent resource.

Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

Returns
TypeDescription
string

setParent

Required. The name of parent resource.

Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeploymentId

Optional. The name of the deployment.

Returns
TypeDescription
string

setDeploymentId

Optional. The name of the deployment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeployment

Required. The Deployment to create.

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\Deployment|null

hasDeployment

clearDeployment

setDeployment

Required. The Deployment to create.

Parameter
NameDescription
var Google\Cloud\TelcoAutomation\V1\Deployment
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". Please see Google\Cloud\TelcoAutomation\V1\TelcoAutomationClient::orchestrationClusterName() for help formatting this field.

deployment Google\Cloud\TelcoAutomation\V1\Deployment

Required. The Deployment to create.

deploymentId string

Optional. The name of the deployment.

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\CreateDeploymentRequest