Uses of Class
io.apicurio.registry.rest.client.models.GitOpsValidateTask
Packages that use GitOpsValidateTask
Package
Description
-
Uses of GitOpsValidateTask in io.apicurio.registry.rest.client.admin.gitops.validate
Methods in io.apicurio.registry.rest.client.admin.gitops.validate that return GitOpsValidateTaskModifier and TypeMethodDescriptionValidateRequestBuilder.post(GitOpsValidateRequest body) **Experimental.** Creates a dry-run validation task that fetches a git ref and validates the data without affecting the live registry.ValidateRequestBuilder.post(GitOpsValidateRequest body, Consumer<ValidateRequestBuilder.PostRequestConfiguration> requestConfiguration) **Experimental.** Creates a dry-run validation task that fetches a git ref and validates the data without affecting the live registry.Methods in io.apicurio.registry.rest.client.admin.gitops.validate that return types with arguments of type GitOpsValidateTaskModifier and TypeMethodDescriptionValidateRequestBuilder.get()**Experimental.** Returns a list of all active dry-run validation tasks.ValidateRequestBuilder.get(Consumer<ValidateRequestBuilder.GetRequestConfiguration> requestConfiguration) **Experimental.** Returns a list of all active dry-run validation tasks. -
Uses of GitOpsValidateTask in io.apicurio.registry.rest.client.admin.gitops.validate.item
Methods in io.apicurio.registry.rest.client.admin.gitops.validate.item that return GitOpsValidateTaskModifier and TypeMethodDescriptionWithTaskItemRequestBuilder.get()**Experimental.** Returns the status and results of a specific dry-run validation task.WithTaskItemRequestBuilder.get(Consumer<WithTaskItemRequestBuilder.GetRequestConfiguration> requestConfiguration) **Experimental.** Returns the status and results of a specific dry-run validation task. -
Uses of GitOpsValidateTask in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GitOpsValidateTaskModifier and TypeMethodDescriptionstatic GitOpsValidateTaskGitOpsValidateTask.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value