Class FunctionServiceGrpc.FunctionServiceImplBase
- java.lang.Object
-
- com.google.cloud.functions.v2alpha.FunctionServiceGrpc.FunctionServiceImplBase
-
- All Implemented Interfaces:
FunctionServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- FunctionServiceGrpc
public abstract static class FunctionServiceGrpc.FunctionServiceImplBase extends Object implements io.grpc.BindableService, FunctionServiceGrpc.AsyncService
Base class for the server implementation of the service FunctionService.Google Cloud Functions is used to deploy functions that are executed by Google in response to various events. Data connected with that event is passed to a function as the input data. A **function** is a resource which describes a function that should be executed and how it is triggered.
-
-
Constructor Summary
Constructors Constructor Description FunctionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.functions.v2alpha.FunctionServiceGrpc.AsyncService
createFunction, deleteFunction, generateDownloadUrl, generateUploadUrl, getFunction, listFunctions, listRuntimes, updateFunction
-
-