Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: upgrade gapic-generator-python to 0.46.3 (#143)
feat: add canonical_name and folder fields Assets and findings may be created in organizations, folders or projects, however in the current API version the name field for resources will always be prefixed by "organizations/...", for historical reasons. The "canonical_name" field shows the actual location of the resource, and in requests either the name or "canonical name" can be used for the "name" in the request. The "folder" field contains the folders in the resource's ancestry. PiperOrigin-RevId: 372965035 Source-Link: googleapis/googleapis@0a992df feat: support self-signed JWT flow for service accounts fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
- Loading branch information
1 parent
1fd53d1
commit 16a33f4
Showing
84 changed files
with
4,774 additions
and
4,200 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
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
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
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
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
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,253 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.securitycenter_v1", | ||
"protoPackage": "google.cloud.securitycenter.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"SecurityCenter": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "SecurityCenterClient", | ||
"rpcs": { | ||
"CreateFinding": { | ||
"methods": [ | ||
"create_finding" | ||
] | ||
}, | ||
"CreateNotificationConfig": { | ||
"methods": [ | ||
"create_notification_config" | ||
] | ||
}, | ||
"CreateSource": { | ||
"methods": [ | ||
"create_source" | ||
] | ||
}, | ||
"DeleteNotificationConfig": { | ||
"methods": [ | ||
"delete_notification_config" | ||
] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": [ | ||
"get_iam_policy" | ||
] | ||
}, | ||
"GetNotificationConfig": { | ||
"methods": [ | ||
"get_notification_config" | ||
] | ||
}, | ||
"GetOrganizationSettings": { | ||
"methods": [ | ||
"get_organization_settings" | ||
] | ||
}, | ||
"GetSource": { | ||
"methods": [ | ||
"get_source" | ||
] | ||
}, | ||
"GroupAssets": { | ||
"methods": [ | ||
"group_assets" | ||
] | ||
}, | ||
"GroupFindings": { | ||
"methods": [ | ||
"group_findings" | ||
] | ||
}, | ||
"ListAssets": { | ||
"methods": [ | ||
"list_assets" | ||
] | ||
}, | ||
"ListFindings": { | ||
"methods": [ | ||
"list_findings" | ||
] | ||
}, | ||
"ListNotificationConfigs": { | ||
"methods": [ | ||
"list_notification_configs" | ||
] | ||
}, | ||
"ListSources": { | ||
"methods": [ | ||
"list_sources" | ||
] | ||
}, | ||
"RunAssetDiscovery": { | ||
"methods": [ | ||
"run_asset_discovery" | ||
] | ||
}, | ||
"SetFindingState": { | ||
"methods": [ | ||
"set_finding_state" | ||
] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": [ | ||
"set_iam_policy" | ||
] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": [ | ||
"test_iam_permissions" | ||
] | ||
}, | ||
"UpdateFinding": { | ||
"methods": [ | ||
"update_finding" | ||
] | ||
}, | ||
"UpdateNotificationConfig": { | ||
"methods": [ | ||
"update_notification_config" | ||
] | ||
}, | ||
"UpdateOrganizationSettings": { | ||
"methods": [ | ||
"update_organization_settings" | ||
] | ||
}, | ||
"UpdateSecurityMarks": { | ||
"methods": [ | ||
"update_security_marks" | ||
] | ||
}, | ||
"UpdateSource": { | ||
"methods": [ | ||
"update_source" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "SecurityCenterAsyncClient", | ||
"rpcs": { | ||
"CreateFinding": { | ||
"methods": [ | ||
"create_finding" | ||
] | ||
}, | ||
"CreateNotificationConfig": { | ||
"methods": [ | ||
"create_notification_config" | ||
] | ||
}, | ||
"CreateSource": { | ||
"methods": [ | ||
"create_source" | ||
] | ||
}, | ||
"DeleteNotificationConfig": { | ||
"methods": [ | ||
"delete_notification_config" | ||
] | ||
}, | ||
"GetIamPolicy": { | ||
"methods": [ | ||
"get_iam_policy" | ||
] | ||
}, | ||
"GetNotificationConfig": { | ||
"methods": [ | ||
"get_notification_config" | ||
] | ||
}, | ||
"GetOrganizationSettings": { | ||
"methods": [ | ||
"get_organization_settings" | ||
] | ||
}, | ||
"GetSource": { | ||
"methods": [ | ||
"get_source" | ||
] | ||
}, | ||
"GroupAssets": { | ||
"methods": [ | ||
"group_assets" | ||
] | ||
}, | ||
"GroupFindings": { | ||
"methods": [ | ||
"group_findings" | ||
] | ||
}, | ||
"ListAssets": { | ||
"methods": [ | ||
"list_assets" | ||
] | ||
}, | ||
"ListFindings": { | ||
"methods": [ | ||
"list_findings" | ||
] | ||
}, | ||
"ListNotificationConfigs": { | ||
"methods": [ | ||
"list_notification_configs" | ||
] | ||
}, | ||
"ListSources": { | ||
"methods": [ | ||
"list_sources" | ||
] | ||
}, | ||
"RunAssetDiscovery": { | ||
"methods": [ | ||
"run_asset_discovery" | ||
] | ||
}, | ||
"SetFindingState": { | ||
"methods": [ | ||
"set_finding_state" | ||
] | ||
}, | ||
"SetIamPolicy": { | ||
"methods": [ | ||
"set_iam_policy" | ||
] | ||
}, | ||
"TestIamPermissions": { | ||
"methods": [ | ||
"test_iam_permissions" | ||
] | ||
}, | ||
"UpdateFinding": { | ||
"methods": [ | ||
"update_finding" | ||
] | ||
}, | ||
"UpdateNotificationConfig": { | ||
"methods": [ | ||
"update_notification_config" | ||
] | ||
}, | ||
"UpdateOrganizationSettings": { | ||
"methods": [ | ||
"update_organization_settings" | ||
] | ||
}, | ||
"UpdateSecurityMarks": { | ||
"methods": [ | ||
"update_security_marks" | ||
] | ||
}, | ||
"UpdateSource": { | ||
"methods": [ | ||
"update_source" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.