Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
chore: generate GAPIC metadata JSON file (#347)
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/1375dc8f-6e92-47e5-b704-19ee285b9aaf/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 f0e8525 commit 5027240
Show file tree
Hide file tree
Showing 4 changed files with 780 additions and 3 deletions.
277 changes: 277 additions & 0 deletions src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,277 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.cloud.securitycenter.v1",
"libraryPackage": "@google-cloud/security-center",
"services": {
"SecurityCenter": {
"clients": {
"grpc": {
"libraryClient": "SecurityCenterClient",
"rpcs": {
"CreateSource": {
"methods": [
"createSource"
]
},
"CreateFinding": {
"methods": [
"createFinding"
]
},
"CreateNotificationConfig": {
"methods": [
"createNotificationConfig"
]
},
"DeleteNotificationConfig": {
"methods": [
"deleteNotificationConfig"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"GetNotificationConfig": {
"methods": [
"getNotificationConfig"
]
},
"GetOrganizationSettings": {
"methods": [
"getOrganizationSettings"
]
},
"GetSource": {
"methods": [
"getSource"
]
},
"SetFindingState": {
"methods": [
"setFindingState"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"UpdateFinding": {
"methods": [
"updateFinding"
]
},
"UpdateNotificationConfig": {
"methods": [
"updateNotificationConfig"
]
},
"UpdateOrganizationSettings": {
"methods": [
"updateOrganizationSettings"
]
},
"UpdateSource": {
"methods": [
"updateSource"
]
},
"UpdateSecurityMarks": {
"methods": [
"updateSecurityMarks"
]
},
"RunAssetDiscovery": {
"methods": [
"runAssetDiscovery"
]
},
"GroupAssets": {
"methods": [
"groupAssets",
"groupAssetsStream",
"groupAssetsAsync"
]
},
"GroupFindings": {
"methods": [
"groupFindings",
"groupFindingsStream",
"groupFindingsAsync"
]
},
"ListAssets": {
"methods": [
"listAssets",
"listAssetsStream",
"listAssetsAsync"
]
},
"ListFindings": {
"methods": [
"listFindings",
"listFindingsStream",
"listFindingsAsync"
]
},
"ListNotificationConfigs": {
"methods": [
"listNotificationConfigs",
"listNotificationConfigsStream",
"listNotificationConfigsAsync"
]
},
"ListSources": {
"methods": [
"listSources",
"listSourcesStream",
"listSourcesAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "SecurityCenterClient",
"rpcs": {
"CreateSource": {
"methods": [
"createSource"
]
},
"CreateFinding": {
"methods": [
"createFinding"
]
},
"CreateNotificationConfig": {
"methods": [
"createNotificationConfig"
]
},
"DeleteNotificationConfig": {
"methods": [
"deleteNotificationConfig"
]
},
"GetIamPolicy": {
"methods": [
"getIamPolicy"
]
},
"GetNotificationConfig": {
"methods": [
"getNotificationConfig"
]
},
"GetOrganizationSettings": {
"methods": [
"getOrganizationSettings"
]
},
"GetSource": {
"methods": [
"getSource"
]
},
"SetFindingState": {
"methods": [
"setFindingState"
]
},
"SetIamPolicy": {
"methods": [
"setIamPolicy"
]
},
"TestIamPermissions": {
"methods": [
"testIamPermissions"
]
},
"UpdateFinding": {
"methods": [
"updateFinding"
]
},
"UpdateNotificationConfig": {
"methods": [
"updateNotificationConfig"
]
},
"UpdateOrganizationSettings": {
"methods": [
"updateOrganizationSettings"
]
},
"UpdateSource": {
"methods": [
"updateSource"
]
},
"UpdateSecurityMarks": {
"methods": [
"updateSecurityMarks"
]
},
"RunAssetDiscovery": {
"methods": [
"runAssetDiscovery"
]
},
"GroupAssets": {
"methods": [
"groupAssets",
"groupAssetsStream",
"groupAssetsAsync"
]
},
"GroupFindings": {
"methods": [
"groupFindings",
"groupFindingsStream",
"groupFindingsAsync"
]
},
"ListAssets": {
"methods": [
"listAssets",
"listAssetsStream",
"listAssetsAsync"
]
},
"ListFindings": {
"methods": [
"listFindings",
"listFindingsStream",
"listFindingsAsync"
]
},
"ListNotificationConfigs": {
"methods": [
"listNotificationConfigs",
"listNotificationConfigsStream",
"listNotificationConfigsAsync"
]
},
"ListSources": {
"methods": [
"listSources",
"listSourcesStream",
"listSourcesAsync"
]
}
}
}
}
}
}
}
Loading

0 comments on commit 5027240

Please sign in to comment.