Google Cloud Deploy V1 Client - Class MultiTarget (0.14.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTargetIds

Required. The target_ids of this multiTarget.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this