Class ValidateExclusivityResponse (1.4.2)

ValidateExclusivityResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response of exclusivity artifacts validation result status.

Attribute

NameDescription
status google.rpc.status_pb2.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.

Inheritance

builtins.object > proto.message.Message > ValidateExclusivityResponse