All Classes
-
Interface Summary Class Description BackgroundFunction<T> Represents a Cloud Function that is activated by an event and parsed into a user-supplied class.CloudEventsFunction Represents a Cloud Function that is activated by an event and parsed into aCloudEvent
object.Context An interface for event function context.HttpFunction Represents a Cloud Function that is activated by an HTTP request.HttpMessage Represents an HTTP message, either an HTTP request or a part of a multipart HTTP request.HttpRequest Represents the contents of an HTTP request that is being serviced by a Cloud Function.HttpRequest.HttpPart Represents one part inside a multipart (multipart/form-data
) HTTP request.HttpResponse Represents the contents of an HTTP response that is being sent by a Cloud Function in response to an HTTP request.RawBackgroundFunction Represents a Cloud Function that is activated by an event.TypedFunction<RequestT,ResponseT> Represents a Cloud Function with a strongly typed interface that is activated by an HTTP request.TypedFunction.WireFormat Describes how to deserialize request object and serialize response objects for an HTTP invocation.