Skip to content

Commit

Permalink
feat(gkeconnect/gateway): start generating apiv1beta1 (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Jun 9, 2021
1 parent 7a57aac commit 1c3e968
Show file tree
Hide file tree
Showing 7 changed files with 609 additions and 1 deletion.
119 changes: 119 additions & 0 deletions gkeconnect/gateway/apiv1beta1/doc.go

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

43 changes: 43 additions & 0 deletions gkeconnect/gateway/apiv1beta1/gapic_metadata.json
@@ -0,0 +1,43 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
"language": "go",
"protoPackage": "google.cloud.gkeconnect.gateway.v1beta1",
"libraryPackage": "cloud.google.com/go/gkeconnect/gateway/apiv1beta1",
"services": {
"GatewayService": {
"clients": {
"grpc": {
"libraryClient": "Client",
"rpcs": {
"DeleteResource": {
"methods": [
"DeleteResource"
]
},
"GetResource": {
"methods": [
"GetResource"
]
},
"PatchResource": {
"methods": [
"PatchResource"
]
},
"PostResource": {
"methods": [
"PostResource"
]
},
"PutResource": {
"methods": [
"PutResource"
]
}
}
}
}
}
}
}

0 comments on commit 1c3e968

Please sign in to comment.