Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#220)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/4e7abbc6-c648-4473-9499-aa96f63c63a8/targets

- [ ] To automatically regenerate this PR, check this box.

PiperOrigin-RevId: 345596855
Source-Link: googleapis/googleapis@d189e87
  • Loading branch information
yoshi-automation authored Dec 4, 2020
1 parent 1334d72 commit 00efd7c
Show file tree
Hide file tree
Showing 2 changed files with 178 additions and 3 deletions.
175 changes: 175 additions & 0 deletions packages/grafeas/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "grafeas.v1",
"libraryPackage": "@google-cloud/grafeas",
"services": {
"Grafeas": {
"clients": {
"grpc": {
"libraryClient": "GrafeasClient",
"rpcs": {
"GetOccurrence": {
"methods": [
"getOccurrence"
]
},
"DeleteOccurrence": {
"methods": [
"deleteOccurrence"
]
},
"CreateOccurrence": {
"methods": [
"createOccurrence"
]
},
"BatchCreateOccurrences": {
"methods": [
"batchCreateOccurrences"
]
},
"UpdateOccurrence": {
"methods": [
"updateOccurrence"
]
},
"GetOccurrenceNote": {
"methods": [
"getOccurrenceNote"
]
},
"GetNote": {
"methods": [
"getNote"
]
},
"DeleteNote": {
"methods": [
"deleteNote"
]
},
"CreateNote": {
"methods": [
"createNote"
]
},
"BatchCreateNotes": {
"methods": [
"batchCreateNotes"
]
},
"UpdateNote": {
"methods": [
"updateNote"
]
},
"ListOccurrences": {
"methods": [
"listOccurrences",
"listOccurrencesStream",
"listOccurrencesAsync"
]
},
"ListNotes": {
"methods": [
"listNotes",
"listNotesStream",
"listNotesAsync"
]
},
"ListNoteOccurrences": {
"methods": [
"listNoteOccurrences",
"listNoteOccurrencesStream",
"listNoteOccurrencesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "GrafeasClient",
"rpcs": {
"GetOccurrence": {
"methods": [
"getOccurrence"
]
},
"DeleteOccurrence": {
"methods": [
"deleteOccurrence"
]
},
"CreateOccurrence": {
"methods": [
"createOccurrence"
]
},
"BatchCreateOccurrences": {
"methods": [
"batchCreateOccurrences"
]
},
"UpdateOccurrence": {
"methods": [
"updateOccurrence"
]
},
"GetOccurrenceNote": {
"methods": [
"getOccurrenceNote"
]
},
"GetNote": {
"methods": [
"getNote"
]
},
"DeleteNote": {
"methods": [
"deleteNote"
]
},
"CreateNote": {
"methods": [
"createNote"
]
},
"BatchCreateNotes": {
"methods": [
"batchCreateNotes"
]
},
"UpdateNote": {
"methods": [
"updateNote"
]
},
"ListOccurrences": {
"methods": [
"listOccurrences",
"listOccurrencesStream",
"listOccurrencesAsync"
]
},
"ListNotes": {
"methods": [
"listNotes",
"listNotesStream",
"listNotesAsync"
]
},
"ListNoteOccurrences": {
"methods": [
"listNoteOccurrences",
"listNoteOccurrencesStream",
"listNoteOccurrencesAsync"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/grafeas/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-grafeas.git",
"sha": "9fe77152c54eb74f40cbfc9ba42f1a497a1642fb"
"sha": "3e8ebd87713875f8028296844c8bc36b09273a07"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5587028631d4d743fd906c4eb4e4e4649a7ee5ce",
"internalRef": "343187793"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit 00efd7c

Please sign in to comment.