Reference documentation and code samples for the Google Cloud Deploy V1 Client class MultiTarget.
Information specifying a multiTarget.
Generated from protobuf message google.cloud.deploy.v1.MultiTarget
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ target_ids |
array
Required. The target_ids of this multiTarget. |
getTargetIds
Required. The target_ids of this multiTarget.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTargetIds
Required. The target_ids of this multiTarget.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |