Uses of Class
com.google.cloud.functions.v2beta.FunctionName
-
Packages that use FunctionName Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of FunctionName in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta 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.v2beta 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.v2beta 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.v2beta with type arguments of type FunctionName Modifier and Type Method Description static List<String>FunctionName. toStringList(List<FunctionName> values)
-