google_api_cloud_functions v0.23.0 API Reference
Modules
API client metadata for GoogleApi.CloudFunctions.V1.
API calls for all endpoints tagged Operations
.
API calls for all endpoints tagged Projects
.
Handle Tesla connections for GoogleApi.CloudFunctions.V1.
Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs.
Provides the configuration for logging a type of permissions. Example
Associates members
with a role
.
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.
Describes EventTrigger, used to request events be sent from another service.
Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec.
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.
Describes HttpsTrigger, could be used to connect web hooks to function.
Response for the ListFunctions
method.
The response message for Locations.ListLocations.
The response message for Operations.ListOperations.
A resource that represents Google Cloud Platform location.
This resource represents a long-running operation that is the result of a network API call.
Metadata describing an Operation
An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources.
Describes the retry policy in case of function's execution failure. A function execution will be retried on any failure. A failed execution will be retried up to 7 days with an exponential backoff (capped at 10 seconds). Retried execution is charged as any other execution.
Request message for SetIamPolicy
method.
Describes SourceRepository, used to represent parameters related to source repository where a function is hosted.
The Status
type defines a logical error model that is suitable for
different programming environments, including REST APIs and RPC APIs. It is
used by gRPC. Each Status
message contains
three pieces of data: error code, error message, and error details.
Request message for TestIamPermissions
method.
Response message for TestIamPermissions
method.