Class FunctionServiceGrpc.FunctionServiceImplBase (2.34.0)

public abstract static class FunctionServiceGrpc.FunctionServiceImplBase implements 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.

Inheritance

java.lang.Object > FunctionServiceGrpc.FunctionServiceImplBase

Implements

io.grpc.BindableService, FunctionServiceGrpc.AsyncService

Constructors

FunctionServiceImplBase()

public FunctionServiceImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
TypeDescription
io.grpc.ServerServiceDefinition