Class: Google::Cloud::GkeHub::V1beta1::ValidateExclusivityResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkehub/v1beta1/membership.rb

Overview

The response of exclusivity artifacts validation result status.

Instance Attribute Summary collapse

Instance Attribute Details

#status::Google::Rpc::Status

Returns 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.


790
791
792
793
# File 'proto_docs/google/cloud/gkehub/v1beta1/membership.rb', line 790

class ValidateExclusivityResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end