Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#271)
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/4dafeee7-014d-47f6-a950-0e8b4e9c606e/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 98004f5 commit ce9eddd
Show file tree
Hide file tree
Showing 3 changed files with 495 additions and 3 deletions.
229 changes: 229 additions & 0 deletions packages/google-devtools-containeranalysis/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,229 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.devtools.containeranalysis.v1",
"libraryPackage": "@google-cloud/containeranalysis",
"services": {
"ContainerAnalysis": {
"clients": {
"grpc": {
"libraryClient": "ContainerAnalysisClient",
"rpcs": {
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"GetVulnerabilityOccurrencesSummary": {
"methods": [
"getVulnerabilityOccurrencesSummary"
]
}
}
},
"grpc-fallback": {
"libraryClient": "ContainerAnalysisClient",
"rpcs": {
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"GetVulnerabilityOccurrencesSummary": {
"methods": [
"getVulnerabilityOccurrencesSummary"
]
}
}
}
}
},
"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"
]
}
}
}
}
}
}
}
Loading

0 comments on commit ce9eddd

Please sign in to comment.