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

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

Response object for ComputeDeploymentStatus.

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

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of the deployment.

↳ aggregated_status int

Output only. Aggregated status of a deployment.

↳ resource_statuses array<Google\Cloud\TelcoAutomation\V1\ResourceStatus>

Output only. Resource level status details in deployments.

getName

The name of the deployment.

Returns
TypeDescription
string

setName

The name of the deployment.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAggregatedStatus

Output only. Aggregated status of a deployment.

Returns
TypeDescription
int

setAggregatedStatus

Output only. Aggregated status of a deployment.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getResourceStatuses

Output only. Resource level status details in deployments.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setResourceStatuses

Output only. Resource level status details in deployments.

Parameter
NameDescription
var array<Google\Cloud\TelcoAutomation\V1\ResourceStatus>
Returns
TypeDescription
$this