Interface ValidateExclusivityResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.rpc.Status getStatus()
      The validation result.
      com.google.rpc.StatusOrBuilder getStatusOrBuilder()
      The validation result.
      boolean hasStatus()
      The validation result.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasStatus

        boolean hasStatus()
         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.
         
        .google.rpc.Status status = 1;
        Returns:
        Whether the status field is set.
      • getStatus

        com.google.rpc.Status 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.
         
        .google.rpc.Status status = 1;
        Returns:
        The status.
      • getStatusOrBuilder

        com.google.rpc.StatusOrBuilder getStatusOrBuilder()
         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.
         
        .google.rpc.Status status = 1;