Google Cloud Deploy V1 Client - Class DeployParameters (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class DeployParameters.

DeployParameters contains deploy parameters information.

Generated from protobuf message google.cloud.deploy.v1.DeployParameters

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ values array|Google\Protobuf\Internal\MapField

Required. Values are deploy parameters in key-value pairs.

↳ match_target_labels array|Google\Protobuf\Internal\MapField

Optional. Deploy parameters are applied to targets with match labels. If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).

getValues

Required. Values are deploy parameters in key-value pairs.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setValues

Required. Values are deploy parameters in key-value pairs.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getMatchTargetLabels

Optional. Deploy parameters are applied to targets with match labels.

If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setMatchTargetLabels

Optional. Deploy parameters are applied to targets with match labels.

If unspecified, deploy parameters are applied to all targets (including child targets of a multi-target).

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this