This repository was archived by the owner on Feb 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
feat: add AnalyzeIamPolicy and ExportIamPolicyAnalysis; support OSInventory; add common resource helper methods; expose client transport #113
Merged
Merged
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
d52cddf
changes without context
yoshi-automation 075bd9e
chore: upgrade to gapic-generator-python 0.35.6
yoshi-automation 5060c41
chore: upgrade to gapic-generator-python 0.35.6
yoshi-automation ab22dfe
fix: switch firestore/v1 to grpc_service_config
yoshi-automation b0c243d
docs: renamed App + Web to Google Analytics 4 (GA4) in public documen…
yoshi-automation d9c5c29
chore: update grpc dependency to v1.33.1
yoshi-automation 7097fb9
fix!: update package names to avoid conflict with google-cloud-bigquery
yoshi-automation d76dd75
chore: upgrade to gapic-generator 0.35.9
yoshi-automation a95a6ce
feat: add AnalyzeIamPolicy and AnalyzeIamPolicyLongrunning RPCs
yoshi-automation 0925576
feat: added support OSInventory in Assets. docs: updated existing docs.
yoshi-automation 74c197c
fix: remove parse_asset_path, regen
busunkim96 1f9476b
build: fix sync-repo-settings
busunkim96 1d7a96d
chore: fix coverage
busunkim96 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat: added support OSInventory in Assets. docs: updated existing docs.
Clients receive detailed OSInventory in Assets. PiperOrigin-RevId: 342689216 Source-Author: Google APIs <[email protected]> Source-Date: Mon Nov 16 12:04:29 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 1f8a5144b52f7677dc43c55b21ccaf9e1b425ceb Source-Link: googleapis/googleapis@1f8a514
- Loading branch information
commit 09255760012fb83b393b406563b588957bb38f7c
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Asset is depending on a type in a different API.
https://github.com/googleapis/python-os-config
Dependency on OS Config added in: googleapis/googleapis@1f8a514
Plan:
google.cloud.osconfig_v1.Inventory
Does that sound correct @software-dov?