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
Namespace
Google \ Cloud \ GkeHub \ V1beta1Methods
__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.
OK
means that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS
means that the Membership CRD is already owned by another Hub. Seestatus.message
for more information.
Returns | |
---|---|
Type | Description |
Google\Rpc\Status|null |
hasStatus
clearStatus
setStatus
The validation result.
OK
means that exclusivity is validated, assuming the manifest produced by GenerateExclusivityManifest is successfully applied.ALREADY_EXISTS
means that the Membership CRD is already owned by another Hub. Seestatus.message
for more information.
Parameter | |
---|---|
Name | Description |
var |
Google\Rpc\Status
|
Returns | |
---|---|
Type | Description |
$this |