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 FunctionName
FunctionName.Builder. build()
static FunctionName
FunctionName. of(String project, String location, String function)
static FunctionName
FunctionName. 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.Function
FunctionServiceClient. 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)
-