GKE Hub V1beta1 API - Class Google::Cloud::GkeHub::V1beta1::ValidateExclusivityResponse (v0.3.0)

Reference documentation and code samples for the GKE Hub V1beta1 API class Google::Cloud::GkeHub::V1beta1::ValidateExclusivityResponse.

The response of exclusivity artifacts validation result status.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#status

def status() -> ::Google::Rpc::Status
Returns
  • (::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.

#status=

def status=(value) -> ::Google::Rpc::Status
Parameter
  • value (::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.
Returns
  • (::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.