Google Cloud Config V1 Client - Class ApplyResults (0.5.0)

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

Outputs and artifacts from applying a deployment.

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

Namespace

Google \ Cloud \ Config \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ content string

Location of a blueprint copy and other manifests in Google Cloud Storage. Format: gs://{bucket}/{object}

↳ artifacts string

Location of artifacts (e.g. logs) in Google Cloud Storage. Format: gs://{bucket}/{object}

↳ outputs array|Google\Protobuf\Internal\MapField

Map of output name to output info.

getContent

Location of a blueprint copy and other manifests in Google Cloud Storage.

Format: gs://{bucket}/{object}

Returns
Type Description
string

setContent

Location of a blueprint copy and other manifests in Google Cloud Storage.

Format: gs://{bucket}/{object}

Parameter
Name Description
var string
Returns
Type Description
$this

getArtifacts

Location of artifacts (e.g. logs) in Google Cloud Storage.

Format: gs://{bucket}/{object}

Returns
Type Description
string

setArtifacts

Location of artifacts (e.g. logs) in Google Cloud Storage.

Format: gs://{bucket}/{object}

Parameter
Name Description
var string
Returns
Type Description
$this

getOutputs

Map of output name to output info.

Returns
Type Description
Google\Protobuf\Internal\MapField

setOutputs

Map of output name to output info.

Parameter
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this