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