Uses of Class
com.google.cloud.functions.v2alpha.stub.FunctionServiceStub
-
Packages that use FunctionServiceStub Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions APIcom.google.cloud.functions.v2alpha.stub -
-
Uses of FunctionServiceStub in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return FunctionServiceStub Modifier and Type Method Description FunctionServiceStub
FunctionServiceClient. getStub()
Methods in com.google.cloud.functions.v2alpha with parameters of type FunctionServiceStub Modifier and Type Method Description static FunctionServiceClient
FunctionServiceClient. create(FunctionServiceStub stub)
Constructs an instance of FunctionServiceClient, using the given stub for making calls.Constructors in com.google.cloud.functions.v2alpha with parameters of type FunctionServiceStub Constructor Description FunctionServiceClient(FunctionServiceStub stub)
-
Uses of FunctionServiceStub in com.google.cloud.functions.v2alpha.stub
Subclasses of FunctionServiceStub in com.google.cloud.functions.v2alpha.stub Modifier and Type Class Description class
GrpcFunctionServiceStub
gRPC stub implementation for the FunctionService service API.class
HttpJsonFunctionServiceStub
REST stub implementation for the FunctionService service API.Methods in com.google.cloud.functions.v2alpha.stub that return FunctionServiceStub Modifier and Type Method Description FunctionServiceStub
FunctionServiceStubSettings. createStub()
-