Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jul 6, 2022
1 parent 2844793 commit 9284ce6
Showing 1 changed file with 139 additions and 0 deletions.
139 changes: 139 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -49973,6 +49973,145 @@
"google.cloud.functions.v1.CloudFunctionsService"
]
},
{
"id": "google.cloud.functions.v2",
"directory": "google/cloud/functions/v2",
"version": "v2",
"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/v2;functions": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.functions.v2": 1
}
},
"objc_class_prefix": {
"valueCounts": {
"GCF": 1
}
}
},
"services": [
{
"shortName": "FunctionService",
"fullName": "google.cloud.functions.v2.FunctionService",
"methods": [
{
"shortName": "CreateFunction",
"fullName": "google.cloud.functions.v2.FunctionService.CreateFunction",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/{parent=projects/*/locations/*}/functions"
}
]
},
{
"shortName": "DeleteFunction",
"fullName": "google.cloud.functions.v2.FunctionService.DeleteFunction",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v2/{name=projects/*/locations/*/functions/*}"
}
]
},
{
"shortName": "GenerateDownloadUrl",
"fullName": "google.cloud.functions.v2.FunctionService.GenerateDownloadUrl",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/{name=projects/*/locations/*/functions/*}:generateDownloadUrl"
}
]
},
{
"shortName": "GenerateUploadUrl",
"fullName": "google.cloud.functions.v2.FunctionService.GenerateUploadUrl",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v2/{parent=projects/*/locations/*}/functions:generateUploadUrl"
}
]
},
{
"shortName": "GetFunction",
"fullName": "google.cloud.functions.v2.FunctionService.GetFunction",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2/{name=projects/*/locations/*/functions/*}"
}
]
},
{
"shortName": "ListFunctions",
"fullName": "google.cloud.functions.v2.FunctionService.ListFunctions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2/{parent=projects/*/locations/*}/functions"
}
]
},
{
"shortName": "ListRuntimes",
"fullName": "google.cloud.functions.v2.FunctionService.ListRuntimes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v2/{parent=projects/*/locations/*}/runtimes"
}
]
},
{
"shortName": "UpdateFunction",
"fullName": "google.cloud.functions.v2.FunctionService.UpdateFunction",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v2/{function.name=projects/*/locations/*/functions/*}"
}
]
}
]
}
],
"configFile": "cloudfunctions_v2.yaml",
"serviceConfigApiNames": [
"google.cloud.functions.v2.FunctionService",
"google.cloud.location.Locations",
"google.iam.v1.IAMPolicy",
"google.longrunning.Operations"
]
},
{
"id": "google.cloud.functions.v2alpha",
"directory": "google/cloud/functions/v2alpha",
Expand Down

0 comments on commit 9284ce6

Please sign in to comment.