Uses of Class
com.google.cloud.functions.v2beta.LocationName
-
Packages that use LocationName Package Description com.google.cloud.functions.v2beta A client to Cloud Functions API -
-
Uses of LocationName in com.google.cloud.functions.v2beta
Methods in com.google.cloud.functions.v2beta that return LocationName Modifier and Type Method Description LocationName
LocationName.Builder. build()
static LocationName
LocationName. of(String project, String location)
static LocationName
LocationName. parse(String formattedString)
Methods in com.google.cloud.functions.v2beta that return types with arguments of type LocationName Modifier and Type Method Description static List<LocationName>
LocationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.functions.v2beta with parameters of type LocationName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Function,OperationMetadata>
FunctionServiceClient. createFunctionAsync(LocationName parent, Function function, String functionId)
Creates a new function.FunctionServiceClient.ListFunctionsPagedResponse
FunctionServiceClient. listFunctions(LocationName parent)
Returns a list of functions that belong to the requested project.ListRuntimesResponse
FunctionServiceClient. listRuntimes(LocationName parent)
Returns a list of runtimes that are supported for the requested project.Method parameters in com.google.cloud.functions.v2beta with type arguments of type LocationName Modifier and Type Method Description static List<String>
LocationName. toStringList(List<LocationName> values)
-