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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setValues
Required. Values are deploy parameters in key-value pairs.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |