Uses of Class
com.google.cloud.functions.v2alpha.FunctionServiceClient
-
Packages that use FunctionServiceClient Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of FunctionServiceClient in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return FunctionServiceClient Modifier and Type Method Description static FunctionServiceClient
FunctionServiceClient. create()
Constructs an instance of FunctionServiceClient with default settings.static FunctionServiceClient
FunctionServiceClient. create(FunctionServiceSettings settings)
Constructs an instance of FunctionServiceClient, using the given settings.static FunctionServiceClient
FunctionServiceClient. create(FunctionServiceStub stub)
Constructs an instance of FunctionServiceClient, using the given stub for making calls.
-