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.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getErrorDetails
Human readable error message.
Returns | |
---|---|
Type | Description |
string |
setErrorDetails
Human readable error message.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |