Class FunctionServiceGrpc.FunctionServiceImplBase (2.43.0)

publicabstractstaticclass FunctionServiceGrpc.FunctionServiceImplBaseimplementsBindableService,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()

publicFunctionServiceImplBase()

Methods

bindService()

publicfinalServerServiceDefinitionbindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.