package
1.19.3
Repository: https://github.com/googleapis/google-cloud-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

Force the use of VPC Access Connector for all egress traffic from the function.
Allow HTTP traffic from public and private sources.
Allow HTTP traffic from private VPC sources and through GCLB.
Allow HTTP traffic from only private VPC sources.
Docker images will be stored in regional Artifact Registry repositories.
Docker images will be stored in multi-regional Container Registry repositories named `gcf`.
Unspecified.
Unspecified.
Use the VPC Access Connector only for private IP space from RFC1918.
Unspecified.
Function has been successfully deployed and is serving.
Not specified.
Function is being deleted.
Function is being created or updated.
Function deployment failed and the function isn’t serving.
Function deployment failed and the function serving state is undefined.
Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path.
Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects.
Unspecified.
Triggered by CreateFunction call.
Triggered by DeleteFunction call.
Unknown operation type.
Triggered by UpdateFunction call.

# Variables

Enum value maps for CloudFunction_DockerRegistry.
Enum value maps for CloudFunction_DockerRegistry.
Enum value maps for CloudFunction_IngressSettings.
Enum value maps for CloudFunction_IngressSettings.
Enum value maps for CloudFunction_VpcConnectorEgressSettings.
Enum value maps for CloudFunction_VpcConnectorEgressSettings.
Enum value maps for CloudFunctionStatus.
Enum value maps for CloudFunctionStatus.
No description provided by the author
No description provided by the author
Enum value maps for HttpsTrigger_SecurityLevel.
Enum value maps for HttpsTrigger_SecurityLevel.
Enum value maps for OperationType.
Enum value maps for OperationType.

# Structs

Request for the `CallFunction` method.
Response of `CallFunction` method.
Describes a Cloud Function that contains user computation executed in response to an event.
Security patches are applied automatically to the runtime without requiring the function to be redeployed.
No description provided by the author
No description provided by the author
No description provided by the author
Security patches are only applied when a function is redeployed.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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.
Describes the retry policy in case of function's execution failure.
No description provided by the author
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.
Configuration for a secret volume.
Configuration for a single version.
Describes SourceRepository, used to represent parameters related to source repository where a function is hosted.
UnimplementedCloudFunctionsServiceServer can be embedded to have forward compatible implementations.
Request for the `UpdateFunction` method.

# Interfaces

CloudFunctionsServiceClient is the client API for CloudFunctionsService service.
CloudFunctionsServiceServer is the server API for CloudFunctionsService service.

# Type aliases

Docker Registry to use for storing function Docker images.
Available ingress settings.
Available egress settings.
Describes the current stage of a deployment.
Available security level settings.
A type of an operation.