diff --git a/api-index-v1.json b/api-index-v1.json index 78496c93a..15f3a7ea1 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -47770,6 +47770,139 @@ ], "configFile": "cloudfunctions_v2alpha.yaml" }, + { + "id": "google.cloud.functions.v2beta", + "directory": "google/cloud/functions/v2beta", + "version": "v2beta", + "majorVersion": "v2", + "hostName": "cloudfunctions.googleapis.com", + "title": "Cloud Functions API", + "description": "Manages lightweight user-provided functions executed in response to events.", + "importDirectories": [ + "google/api", + "google/longrunning", + "google/protobuf" + ], + "options": { + "go_package": { + "valueCounts": { + "google.golang.org/genproto/googleapis/cloud/functions/v2beta;functions": 1 + } + }, + "java_multiple_files": { + "valueCounts": { + "true": 1 + } + }, + "java_package": { + "valueCounts": { + "com.google.cloud.functions.v2beta": 1 + } + }, + "objc_class_prefix": { + "valueCounts": { + "GCF": 1 + } + } + }, + "services": [ + { + "shortName": "FunctionService", + "fullName": "google.cloud.functions.v2beta.FunctionService", + "methods": [ + { + "shortName": "CreateFunction", + "fullName": "google.cloud.functions.v2beta.FunctionService.CreateFunction", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v2beta/{parent=projects/*/locations/*}/functions" + } + ] + }, + { + "shortName": "DeleteFunction", + "fullName": "google.cloud.functions.v2beta.FunctionService.DeleteFunction", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v2beta/{name=projects/*/locations/*/functions/*}" + } + ] + }, + { + "shortName": "GenerateDownloadUrl", + "fullName": "google.cloud.functions.v2beta.FunctionService.GenerateDownloadUrl", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v2beta/{name=projects/*/locations/*/functions/*}:generateDownloadUrl" + } + ] + }, + { + "shortName": "GenerateUploadUrl", + "fullName": "google.cloud.functions.v2beta.FunctionService.GenerateUploadUrl", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v2beta/{parent=projects/*/locations/*}/functions:generateUploadUrl" + } + ] + }, + { + "shortName": "GetFunction", + "fullName": "google.cloud.functions.v2beta.FunctionService.GetFunction", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v2beta/{name=projects/*/locations/*/functions/*}" + } + ] + }, + { + "shortName": "ListFunctions", + "fullName": "google.cloud.functions.v2beta.FunctionService.ListFunctions", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v2beta/{parent=projects/*/locations/*}/functions" + } + ] + }, + { + "shortName": "ListRuntimes", + "fullName": "google.cloud.functions.v2beta.FunctionService.ListRuntimes", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v2beta/{parent=projects/*/locations/*}/runtimes" + } + ] + }, + { + "shortName": "UpdateFunction", + "fullName": "google.cloud.functions.v2beta.FunctionService.UpdateFunction", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "PATCH", + "path": "/v2beta/{function.name=projects/*/locations/*/functions/*}" + } + ] + } + ] + } + ], + "configFile": "cloudfunctions_v2beta.yaml" + }, { "id": "google.cloud.gaming.v1", "directory": "google/cloud/gaming/v1",