Uses of Class
com.google.cloud.functions.v2.FunctionName
-
Packages that use FunctionName Package Description com.google.cloud.functions.v2 A client to Cloud Functions API -
-
Uses of FunctionName in com.google.cloud.functions.v2
Methods in com.google.cloud.functions.v2 that return FunctionName Modifier and Type Method Description FunctionNameFunctionName.Builder. build()static FunctionNameFunctionName. of(String project, String location, String function)static FunctionNameFunctionName. parse(String formattedString)Methods in com.google.cloud.functions.v2 that return types with arguments of type FunctionName Modifier and Type Method Description static List<FunctionName>FunctionName. parseList(List<String> formattedStrings)Methods in com.google.cloud.functions.v2 with parameters of type FunctionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>FunctionServiceClient. deleteFunctionAsync(FunctionName name)Deletes a function with the given name from the specified project.FunctionFunctionServiceClient. getFunction(FunctionName name)Returns a function with the given name from the requested project.Method parameters in com.google.cloud.functions.v2 with type arguments of type FunctionName Modifier and Type Method Description static List<String>FunctionName. toStringList(List<FunctionName> values)
-