Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 1e85d04

Browse files
feat: enable "rest" transport in Python for services supporting numeric enums (#439)
* feat: enable "rest" transport in Python for services supporting numeric enums PiperOrigin-RevId: 508143576 Source-Link: googleapis/googleapis@7a702a9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6ad1279c0e7aa787ac6b66c9fd4a210692edffcd Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmFkMTI3OWMwZTdhYTc4N2FjNmI2NmM5ZmQ0YTIxMDY5MmVkZmZjZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets PiperOrigin-RevId: 510187992 Source-Link: googleapis/googleapis@5edc235 Source-Link: https://github.com/googleapis/googleapis-gen/commit/b0bedb72e4765a3e0b674a28c50ea0f9a9b26a89 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjBiZWRiNzJlNDc2NWEzZTBiNjc0YTI4YzUwZWEwZjlhOWIyNmE4OSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: Update gapic-generator-python to v1.8.5 PiperOrigin-RevId: 511892190 Source-Link: googleapis/googleapis@a45d9c0 Source-Link: https://github.com/googleapis/googleapis-gen/commit/1907294b1d8365ea24f8c5f2e059a64124c4ed3b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkwNzI5NGIxZDgzNjVlYTI0ZjhjNWYyZTA1OWE2NDEyNGM0ZWQzYiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <vchudnov@google.com>
1 parent d56f574 commit 1e85d04

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+39646
-913
lines changed

google/cloud/securitycenter_v1/gapic_metadata.json

Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,191 @@
376376
]
377377
}
378378
}
379+
},
380+
"rest": {
381+
"libraryClient": "SecurityCenterClient",
382+
"rpcs": {
383+
"BulkMuteFindings": {
384+
"methods": [
385+
"bulk_mute_findings"
386+
]
387+
},
388+
"CreateBigQueryExport": {
389+
"methods": [
390+
"create_big_query_export"
391+
]
392+
},
393+
"CreateFinding": {
394+
"methods": [
395+
"create_finding"
396+
]
397+
},
398+
"CreateMuteConfig": {
399+
"methods": [
400+
"create_mute_config"
401+
]
402+
},
403+
"CreateNotificationConfig": {
404+
"methods": [
405+
"create_notification_config"
406+
]
407+
},
408+
"CreateSource": {
409+
"methods": [
410+
"create_source"
411+
]
412+
},
413+
"DeleteBigQueryExport": {
414+
"methods": [
415+
"delete_big_query_export"
416+
]
417+
},
418+
"DeleteMuteConfig": {
419+
"methods": [
420+
"delete_mute_config"
421+
]
422+
},
423+
"DeleteNotificationConfig": {
424+
"methods": [
425+
"delete_notification_config"
426+
]
427+
},
428+
"GetBigQueryExport": {
429+
"methods": [
430+
"get_big_query_export"
431+
]
432+
},
433+
"GetIamPolicy": {
434+
"methods": [
435+
"get_iam_policy"
436+
]
437+
},
438+
"GetMuteConfig": {
439+
"methods": [
440+
"get_mute_config"
441+
]
442+
},
443+
"GetNotificationConfig": {
444+
"methods": [
445+
"get_notification_config"
446+
]
447+
},
448+
"GetOrganizationSettings": {
449+
"methods": [
450+
"get_organization_settings"
451+
]
452+
},
453+
"GetSource": {
454+
"methods": [
455+
"get_source"
456+
]
457+
},
458+
"GroupAssets": {
459+
"methods": [
460+
"group_assets"
461+
]
462+
},
463+
"GroupFindings": {
464+
"methods": [
465+
"group_findings"
466+
]
467+
},
468+
"ListAssets": {
469+
"methods": [
470+
"list_assets"
471+
]
472+
},
473+
"ListBigQueryExports": {
474+
"methods": [
475+
"list_big_query_exports"
476+
]
477+
},
478+
"ListFindings": {
479+
"methods": [
480+
"list_findings"
481+
]
482+
},
483+
"ListMuteConfigs": {
484+
"methods": [
485+
"list_mute_configs"
486+
]
487+
},
488+
"ListNotificationConfigs": {
489+
"methods": [
490+
"list_notification_configs"
491+
]
492+
},
493+
"ListSources": {
494+
"methods": [
495+
"list_sources"
496+
]
497+
},
498+
"RunAssetDiscovery": {
499+
"methods": [
500+
"run_asset_discovery"
501+
]
502+
},
503+
"SetFindingState": {
504+
"methods": [
505+
"set_finding_state"
506+
]
507+
},
508+
"SetIamPolicy": {
509+
"methods": [
510+
"set_iam_policy"
511+
]
512+
},
513+
"SetMute": {
514+
"methods": [
515+
"set_mute"
516+
]
517+
},
518+
"TestIamPermissions": {
519+
"methods": [
520+
"test_iam_permissions"
521+
]
522+
},
523+
"UpdateBigQueryExport": {
524+
"methods": [
525+
"update_big_query_export"
526+
]
527+
},
528+
"UpdateExternalSystem": {
529+
"methods": [
530+
"update_external_system"
531+
]
532+
},
533+
"UpdateFinding": {
534+
"methods": [
535+
"update_finding"
536+
]
537+
},
538+
"UpdateMuteConfig": {
539+
"methods": [
540+
"update_mute_config"
541+
]
542+
},
543+
"UpdateNotificationConfig": {
544+
"methods": [
545+
"update_notification_config"
546+
]
547+
},
548+
"UpdateOrganizationSettings": {
549+
"methods": [
550+
"update_organization_settings"
551+
]
552+
},
553+
"UpdateSecurityMarks": {
554+
"methods": [
555+
"update_security_marks"
556+
]
557+
},
558+
"UpdateSource": {
559+
"methods": [
560+
"update_source"
561+
]
562+
}
563+
}
379564
}
380565
}
381566
}

0 commit comments

Comments
 (0)