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 \ V1Methods
__construct
Constructor.
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.
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.
var
bool
$this
getErrorDetails
Human readable error message.
string
setErrorDetails
Human readable error message.
var
string
$this