@@ -36047,6 +36047,119 @@
3604736047 }
3604836048 ]
3604936049 },
36050+ {
36051+ "id": "google.cloud.eventarc.v1",
36052+ "directory": "google/cloud/eventarc/v1",
36053+ "version": "v1",
36054+ "majorVersion": "v1",
36055+ "hostName": "eventarc.googleapis.com",
36056+ "title": "Eventarc API",
36057+ "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>",
36058+ "importDirectories": [
36059+ "google/api",
36060+ "google/cloud/eventarc/v1",
36061+ "google/longrunning",
36062+ "google/protobuf"
36063+ ],
36064+ "options": {
36065+ "java_package": {
36066+ "valueCounts": {
36067+ "com.google.cloud.eventarc.v1": 2
36068+ }
36069+ },
36070+ "java_multiple_files": {
36071+ "valueCounts": {
36072+ "true": 2
36073+ }
36074+ },
36075+ "go_package": {
36076+ "valueCounts": {
36077+ "google.golang.org/genproto/googleapis/cloud/eventarc/v1;eventarc": 2
36078+ }
36079+ },
36080+ "csharp_namespace": {
36081+ "valueCounts": {
36082+ "Google.Cloud.Eventarc.V1": 1,
36083+ "": 1
36084+ }
36085+ },
36086+ "php_namespace": {
36087+ "valueCounts": {
36088+ "Google\\Cloud\\Eventarc\\V1": 1,
36089+ "": 1
36090+ }
36091+ },
36092+ "ruby_package": {
36093+ "valueCounts": {
36094+ "Google::Cloud::Eventarc::V1": 1,
36095+ "": 1
36096+ }
36097+ }
36098+ },
36099+ "services": [
36100+ {
36101+ "shortName": "Eventarc",
36102+ "fullName": "google.cloud.eventarc.v1.Eventarc",
36103+ "methods": [
36104+ {
36105+ "shortName": "CreateTrigger",
36106+ "fullName": "google.cloud.eventarc.v1.Eventarc.CreateTrigger",
36107+ "mode": "UNARY",
36108+ "bindings": [
36109+ {
36110+ "httpMethod": "POST",
36111+ "path": "/v1/{parent=projects/*/locations/*}/triggers"
36112+ }
36113+ ]
36114+ },
36115+ {
36116+ "shortName": "DeleteTrigger",
36117+ "fullName": "google.cloud.eventarc.v1.Eventarc.DeleteTrigger",
36118+ "mode": "UNARY",
36119+ "bindings": [
36120+ {
36121+ "httpMethod": "DELETE",
36122+ "path": "/v1/{name=projects/*/locations/*/triggers/*}"
36123+ }
36124+ ]
36125+ },
36126+ {
36127+ "shortName": "GetTrigger",
36128+ "fullName": "google.cloud.eventarc.v1.Eventarc.GetTrigger",
36129+ "mode": "UNARY",
36130+ "bindings": [
36131+ {
36132+ "httpMethod": "GET",
36133+ "path": "/v1/{name=projects/*/locations/*/triggers/*}"
36134+ }
36135+ ]
36136+ },
36137+ {
36138+ "shortName": "ListTriggers",
36139+ "fullName": "google.cloud.eventarc.v1.Eventarc.ListTriggers",
36140+ "mode": "UNARY",
36141+ "bindings": [
36142+ {
36143+ "httpMethod": "GET",
36144+ "path": "/v1/{parent=projects/*/locations/*}/triggers"
36145+ }
36146+ ]
36147+ },
36148+ {
36149+ "shortName": "UpdateTrigger",
36150+ "fullName": "google.cloud.eventarc.v1.Eventarc.UpdateTrigger",
36151+ "mode": "UNARY",
36152+ "bindings": [
36153+ {
36154+ "httpMethod": "PATCH",
36155+ "path": "/v1/{trigger.name=projects/*/locations/*/triggers/*}"
36156+ }
36157+ ]
36158+ }
36159+ ]
36160+ }
36161+ ]
36162+ },
3605036163 {
3605136164 "id": "google.cloud.functions.v1",
3605236165 "directory": "google/cloud/functions/v1",
0 commit comments