This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generate GAPIC metadata JSON file (#347)
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
1 parent
f0e8525
commit 5027240
Showing
4 changed files
with
780 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.