Google Cloud Deploy V1 Client - Class TargetsTypeCondition (0.9.0)

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

TargetsTypeCondition contains information on whether the Targets defined in the Delivery Pipeline are of the same type.

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

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ status bool

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.

↳ error_details string

Human readable error message.

getStatus

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.

Returns
TypeDescription
bool

setStatus

True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getErrorDetails

Human readable error message.

Returns
TypeDescription
string

setErrorDetails

Human readable error message.

Parameter
NameDescription
var string
Returns
TypeDescription
$this