Uses of Interface
com.google.cloud.functions.HttpRequest
-
-
Uses of HttpRequest in com.google.cloud.functions
Methods in com.google.cloud.functions with parameters of type HttpRequest Modifier and Type Method Description java.lang.Object
TypedFunction.WireFormat. deserialize(HttpRequest request, java.lang.reflect.Type type)
Deserialize is expected to read an object ofType
from the HttpRequest.void
HttpFunction. service(HttpRequest request, HttpResponse response)
Called to service an incoming HTTP request.
-