Package com.google.gerrit.extensions.restapi
@CheckReturnValue
package com.google.gerrit.extensions.restapi
-
ClassDescriptionCaller cannot perform the request operation (HTTP 403 Forbidden).Request could not be parsed as sent (HTTP 400 Bad Request).Wrapper around a non-JSON result from a
RestView
.Nested collection ofRestResource
s below a parent.Applied to a String field to indicate the default input parameter.Resource identifier split out from a URL.Indicates that a commit cannot be merged without conflicts.Method is not acceptable on the resource (HTTP 405 Method Not Allowed).Optional interface forRestCollection
.Method is not implemented in currently used implementation.Resource state does not match request state (HTTP 412 Precondition failed).Raw data stream supplied by the body of a PUT or POST.Resource state does not permit requested operation (HTTP 409 Conflict).Named resource does not exist (HTTP 404 Not Found).Response<T>Special return value to mean specific HTTP status codes in a REST API.Accepted as task for asynchronous execution.An HTTP redirect to another location.Root exception type for REST API failures.Guice DSL for bindingRestView
implementations.RestApiModule.ChildCollectionBinder<P extends RestResource>RestApiModule.CreateViewBinder<C extends RestResource>RestApiModule.DeleteViewBinder<C extends RestResource>RestApiModule.ModifyViewBinder<P extends RestResource>RestApiModule.ReadViewBinder<P extends RestResource>A collection of resources accessible through a REST API.RestView that supports accepting input and creating a resource.RestView that supports accepting input and deleting a resource that is missing.RestView on a RestCollection that supports accepting input.Any type of view onRestCollection
, seeRestCollectionModifyView
for updates and deletes andRestCollectionCreateView
for member creation.RestView that supports accepting input and changing a resource.RestReadView<R extends RestResource>RestView to read a resource without modification.Generic resource handle defining arguments to views.A resource with a last modification date.RestView<R extends RestResource>Any type of view, seeRestReadView
for reads,RestModifyView
for updates, andRestCollection
for nested collections.Special marker resource naming the top-level of a REST space.Resource referenced in the request body is not found (HTTP 422 Unprocessable Entity).URL related utility functions.