Uses of Class
io.apicurio.registry.rest.client.models.GitOpsValidateRequest
Packages that use GitOpsValidateRequest
Package
Description
-
Uses of GitOpsValidateRequest in io.apicurio.registry.rest.client.admin.gitops.validate
Methods in io.apicurio.registry.rest.client.admin.gitops.validate with parameters of type GitOpsValidateRequestModifier 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.com.microsoft.kiota.RequestInformationValidateRequestBuilder.toPostRequestInformation(GitOpsValidateRequest body) **Experimental.** Creates a dry-run validation task that fetches a git ref and validates the data without affecting the live registry.com.microsoft.kiota.RequestInformationValidateRequestBuilder.toPostRequestInformation(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. -
Uses of GitOpsValidateRequest in io.apicurio.registry.rest.client.models
Methods in io.apicurio.registry.rest.client.models that return GitOpsValidateRequestModifier and TypeMethodDescriptionstatic GitOpsValidateRequestGitOpsValidateRequest.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator value