Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class ValidateExclusivityResponse.
The response of exclusivity artifacts validation result status.
Generated from protobuf message google.cloud.gkehub.v1beta1.ValidateExclusivityResponse
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ status |
Google\Rpc\Status
The validation result. * |
getStatus
The validation result.
OKmeans that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTSmeans that the Membership CRD is already owned by another Hub. Seestatus.messagefor more information.
| Returns | |
|---|---|
| Type | Description |
Google\Rpc\Status|null |
|
hasStatus
clearStatus
setStatus
The validation result.
OKmeans that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTSmeans that the Membership CRD is already owned by another Hub. Seestatus.messagefor more information.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Rpc\Status
|
| Returns | |
|---|---|
| Type | Description |
$this |
|