Package com.google.cloud.functions.v1
Class CloudFunctionsServiceGrpc.CloudFunctionsServiceImplBase
- java.lang.Object
-
- com.google.cloud.functions.v1.CloudFunctionsServiceGrpc.CloudFunctionsServiceImplBase
-
- All Implemented Interfaces:
CloudFunctionsServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CloudFunctionsServiceGrpc
public abstract static class CloudFunctionsServiceGrpc.CloudFunctionsServiceImplBase extends Object implements io.grpc.BindableService, CloudFunctionsServiceGrpc.AsyncService
Base class for the server implementation of the service CloudFunctionsService.A service that application uses to manipulate triggers and functions.
-
-
Constructor Summary
Constructors Constructor Description CloudFunctionsServiceImplBase()
-
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.v1.CloudFunctionsServiceGrpc.AsyncService
callFunction, createFunction, deleteFunction, generateDownloadUrl, generateUploadUrl, getFunction, getIamPolicy, listFunctions, setIamPolicy, testIamPermissions, updateFunction
-
-