Uses of Class
com.google.cloud.functions.v1.CloudFunctionName
-
Packages that use CloudFunctionName Package Description com.google.cloud.functions.v1 A client to Cloud Functions API -
-
Uses of CloudFunctionName in com.google.cloud.functions.v1
Methods in com.google.cloud.functions.v1 that return CloudFunctionName Modifier and Type Method Description CloudFunctionName
CloudFunctionName.Builder. build()
static CloudFunctionName
CloudFunctionName. of(String project, String location, String function)
static CloudFunctionName
CloudFunctionName. parse(String formattedString)
Methods in com.google.cloud.functions.v1 that return types with arguments of type CloudFunctionName Modifier and Type Method Description static List<CloudFunctionName>
CloudFunctionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.functions.v1 with parameters of type CloudFunctionName Modifier and Type Method Description CallFunctionResponse
CloudFunctionsServiceClient. callFunction(CloudFunctionName name, String data)
Synchronously invokes a deployed Cloud Function.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadataV1>
CloudFunctionsServiceClient. deleteFunctionAsync(CloudFunctionName name)
Deletes a function with the given name from the specified project.CloudFunction
CloudFunctionsServiceClient. getFunction(CloudFunctionName name)
Returns a function with the given name from the requested project.Method parameters in com.google.cloud.functions.v1 with type arguments of type CloudFunctionName Modifier and Type Method Description static List<String>
CloudFunctionName. toStringList(List<CloudFunctionName> values)
-