Reference documentation and code samples for the Google Cloud Config V1 Client class DeploymentSource.
Configuration for a value sourced from a Deployment.
Generated from protobuf message google.cloud.config.v1.DeploymentSource
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ deployment
string
Required. The resource name of the source Deployment to import the output from. Format: projects/{project}/locations/{location}/deployments/{deployment} The source deployment must be in the same project and location.
↳ output_name
string
Required. The name of the output variable in the source deployment's latest successfully applied revision.
getDeployment
Required. The resource name of the source Deployment to import the output from. Format: projects/{project}/locations/{location}/deployments/{deployment} The source deployment must be in the same project and location.
string
setDeployment
Required. The resource name of the source Deployment to import the output from. Format: projects/{project}/locations/{location}/deployments/{deployment} The source deployment must be in the same project and location.
var
string
$this
getOutputName
Required. The name of the output variable in the source deployment's latest successfully applied revision.
string
setOutputName
Required. The name of the output variable in the source deployment's latest successfully applied revision.
var
string
$this

