Class FunctionServiceGrpc (2.14.0)

publicfinalclassFunctionServiceGrpc

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

Static Fields

SERVICE_NAME

publicstaticfinalStringSERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateFunctionMethod()

publicstaticMethodDescriptor<CreateFunctionRequest,Operation>getCreateFunctionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateFunctionRequest,Operation>

getDeleteFunctionMethod()

publicstaticMethodDescriptor<DeleteFunctionRequest,Operation>getDeleteFunctionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteFunctionRequest,Operation>

getGenerateDownloadUrlMethod()

publicstaticMethodDescriptor<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>getGenerateDownloadUrlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GenerateDownloadUrlRequest,GenerateDownloadUrlResponse>

getGenerateUploadUrlMethod()

publicstaticMethodDescriptor<GenerateUploadUrlRequest,GenerateUploadUrlResponse>getGenerateUploadUrlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GenerateUploadUrlRequest,GenerateUploadUrlResponse>

getGetFunctionMethod()

publicstaticMethodDescriptor<GetFunctionRequest,Function>getGetFunctionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetFunctionRequest,Function>

getListFunctionsMethod()

publicstaticMethodDescriptor<ListFunctionsRequest,ListFunctionsResponse>getListFunctionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListFunctionsRequest,ListFunctionsResponse>

getListRuntimesMethod()

publicstaticMethodDescriptor<ListRuntimesRequest,ListRuntimesResponse>getListRuntimesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListRuntimesRequest,ListRuntimesResponse>

getServiceDescriptor()

publicstaticServiceDescriptorgetServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateFunctionMethod()

publicstaticMethodDescriptor<UpdateFunctionRequest,Operation>getUpdateFunctionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateFunctionRequest,Operation>

newBlockingStub(Channel channel)

publicstaticFunctionServiceGrpc.FunctionServiceBlockingStubnewBlockingStub(Channelchannel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FunctionServiceGrpc.FunctionServiceBlockingStub

newFutureStub(Channel channel)

publicstaticFunctionServiceGrpc.FunctionServiceFutureStubnewFutureStub(Channelchannel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FunctionServiceGrpc.FunctionServiceFutureStub

newStub(Channel channel)

publicstaticFunctionServiceGrpc.FunctionServiceStubnewStub(Channelchannel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
FunctionServiceGrpc.FunctionServiceStub