package google.cloud.functions.v1beta2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service CloudFunctionsService

functions.proto:34

A service that application uses to manipulate triggers and functions.

message CloudFunction

functions.proto:73

Describes a Cloud Function that contains user computation executed in response to an event. It encapsulate function and triggers configurations.

Used as response type in: CloudFunctionsService.GetFunction

Used as field type in: CreateFunctionRequest, ListFunctionsResponse, UpdateFunctionRequest

enum CloudFunctionStatus

functions.proto:279

Describes the current stage of a deployment.

Used in: CloudFunction

message EventTrigger

functions.proto:137

Describes EventTrigger, used to request events be sent from another service.

Used in: CloudFunction

message HTTPSTrigger

functions.proto:130

Describes HTTPSTrigger, could be used to connect web hooks to function.

Used in: CloudFunction

message OperationMetadataV1Beta2

operations.proto:29

Metadata describing an [Operation][google.longrunning.Operation]

enum OperationType

operations.proto:42

A type of an operation.

Used in: OperationMetadataV1Beta2

message SourceRepository

functions.proto:159

Describes the location of the function source in a remote repository.

Used in: CloudFunction