Uses of Class
com.google.cloud.functions.v2alpha.FunctionServiceSettings
-
Packages that use FunctionServiceSettings Package Description com.google.cloud.functions.v2alpha A client to Cloud Functions API -
-
Uses of FunctionServiceSettings in com.google.cloud.functions.v2alpha
Methods in com.google.cloud.functions.v2alpha that return FunctionServiceSettings Modifier and Type Method Description FunctionServiceSettings
FunctionServiceSettings.Builder. build()
static FunctionServiceSettings
FunctionServiceSettings. create(FunctionServiceStubSettings stub)
FunctionServiceSettings
FunctionServiceClient. getSettings()
Methods in com.google.cloud.functions.v2alpha with parameters of type FunctionServiceSettings Modifier and Type Method Description static FunctionServiceClient
FunctionServiceClient. create(FunctionServiceSettings settings)
Constructs an instance of FunctionServiceClient, using the given settings.Constructors in com.google.cloud.functions.v2alpha with parameters of type FunctionServiceSettings Constructor Description Builder(FunctionServiceSettings settings)
FunctionServiceClient(FunctionServiceSettings settings)
Constructs an instance of FunctionServiceClient, using the given settings.
-