events/cloud/functions/v2 library

Classes

BuildConfig
Describes the Build step of the function that builds a container from the given source.
BuildConfig_DockerRegistry
Docker Registry to use for storing function Docker images.
Environment
The environment the function is hosted on.
EventFilter
Filters events based on exact matches on the CloudEvents attributes.
EventTrigger
Describes EventTrigger, used to request events to be sent from another service.
EventTrigger_RetryPolicy
Describes the retry policy in case of function's execution failure. Retried execution is charged as any other execution.
Function_
Describes a Cloud Function that contains user computation executed in response to an event. It encapsulates function and trigger configurations.
Function__State
Describes the current state of the function.
FunctionCreatedEvent
The CloudEvent raised when a Function is created.
FunctionDeletedEvent
The CloudEvent raised when a Function is deleted.
FunctionEventData
The data within all Function events.
FunctionUpdatedEvent
The CloudEvent raised when a Function is updated.
RepoSource
Location of the source in a Google Cloud Source Repository.
SecretEnvVar
Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.
SecretVolume
Configuration for a secret volume. It has the information necessary to fetch the secret value from secret manager and make it available as files mounted at the requested paths within the application container.
SecretVolume_SecretVersion
Configuration for a single version.
ServiceConfig
Describes the Service being deployed. Currently Supported : Cloud Run (fully managed). Next tag: 23
ServiceConfig_IngressSettings
Available ingress settings.
ServiceConfig_SecurityLevel
Available security level settings.
ServiceConfig_VpcConnectorEgressSettings
Available egress settings.
Source
The location of the function source code.
SourceProvenance
Provenance of the source. Ways to find the original source, or verify that some source was used for this build.
StateMessage
Informational messages about the state of the Cloud Function or Operation.
StateMessage_Severity
Severity of the state message.
StorageSource
Location of the source in an archive file in Google Cloud Storage.