Google Cloud Gke Hub V1beta1 Client - Class ValidateExclusivityResponse (0.7.1)

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 \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ status Google\Rpc\Status

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. See status.message for more information.

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. See status.message for more information.
Returns
TypeDescription
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. See status.message for more information.
Parameter
NameDescription
var Google\Rpc\Status
Returns
TypeDescription
$this