Package com.google.cloud.functions


package com.google.cloud.functions
  • Interfaces
    Class
    Description
    Represents a Cloud Function that is activated by an event and parsed into a user-supplied class.
    Represents a Cloud Function that is activated by an event and parsed into a CloudEvent object.
    An interface for event function context.
    Represents a Cloud Function that is activated by an HTTP request.
    Represents an HTTP message, either an HTTP request or a part of a multipart HTTP request.
    Represents the contents of an HTTP request that is being serviced by a Cloud Function.
    Represents one part inside a multipart (multipart/form-data) HTTP request.
    Represents the contents of an HTTP response that is being sent by a Cloud Function in response to an HTTP request.
    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.
    Describes how to deserialize request object and serialize response objects for an HTTP invocation.