Skip to content

Commit

Permalink
feat(eventarc/publishing): start generating apiv1 (#5358)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jan 12, 2022
1 parent 3bbe8c0 commit 0da1a9d
Show file tree
Hide file tree
Showing 6 changed files with 501 additions and 0 deletions.
152 changes: 152 additions & 0 deletions eventarc/publishing/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions eventarc/publishing/apiv1/gapic_metadata.json
@@ -0,0 +1,23 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.eventarc.publishing.v1",
"libraryPackage": "cloud.google.com/go/eventarc/publishing/apiv1",
"services": {
"Publisher": {
"clients": {
"grpc": {
"libraryClient": "PublisherClient",
"rpcs": {
"PublishChannelConnectionEvents": {
"methods": [
"PublishChannelConnectionEvents"
]
}
}
}
}
}
}
}

0 comments on commit 0da1a9d

Please sign in to comment.