Reference documentation and code samples for the Google Cloud Deploy V1 Client class DeliveryPipelineAttribute.
Contains criteria for selecting DeliveryPipelines.
Generated from protobuf message google.cloud.deploy.v1.DeliveryPipelineAttribute
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ id |
string
ID of the |
↳ labels |
array|Google\Protobuf\Internal\MapField
DeliveryPipeline labels. |
getId
ID of the DeliveryPipeline
. The value of this field could be one of the
following:
- The last segment of a pipeline name. It only needs the ID to determine which pipeline is being referred to
- "*", all delivery pipelines in a location.
Returns | |
---|---|
Type | Description |
string |
setId
ID of the DeliveryPipeline
. The value of this field could be one of the
following:
- The last segment of a pipeline name. It only needs the ID to determine which pipeline is being referred to
- "*", all delivery pipelines in a location.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
DeliveryPipeline labels.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
DeliveryPipeline labels.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |