Request for the CallFunction method.
Response of CallFunction method.
Describes a Cloud Function that contains user computation executed in
response to an event. It encapsulate function and triggers configurations.
Request for the CreateFunction method.
Request for the DeleteFunction method.
Describes EventTrigger, used to request events be sent from another
service.
Describes the policy in case of function’s execution failure.
If empty, then defaults to ignoring failures (i.e. not retrying them).
Request of GenerateDownloadUrl method.
Response of GenerateDownloadUrl method.
Request of GenerateSourceUploadUrl method.
Response of GenerateSourceUploadUrl method.
Request for the GetFunction method.
Describes HttpsTrigger, could be used to connect web hooks to function.
Request for the ListFunctions method.
Response for the ListFunctions method.
Metadata describing an [Operation][google.longrunning.Operation]
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.
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. Secret value is not
a part of the configuration. Every filesystem read operation performs a
lookup in secret manager to retrieve the secret value.
Describes SourceRepository, used to represent parameters related to
source repository where a function is hosted.
Request for the UpdateFunction method.