Google Cloud Config V1 Client - Class DeploymentSpec (1.8.0)

Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentSpec.

Spec for a deployment to be created.

Generated from protobuf message google.cloud.config.v1.DeploymentSpec

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ deployment_id string

Required. The id of the deployment to be created which doesn't include the project id and location.

↳ deployment Deployment

Required. The deployment to be created.

getDeploymentId

Required. The id of the deployment to be created which doesn't include the project id and location.

Returns
Type Description
string

setDeploymentId

Required. The id of the deployment to be created which doesn't include the project id and location.

Parameter
Name Description
var string
Returns
Type Description
$this

getDeployment

Required. The deployment to be created.

Returns
Type Description
Deployment|null

hasDeployment

clearDeployment

setDeployment

Required. The deployment to be created.

Parameter
Name Description
var Deployment
Returns
Type Description
$this