-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade gapic-generator-python to 0.46.3 (#189)
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
e4c8629
commit 1005fa3
Showing
93 changed files
with
2,981 additions
and
1,988 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
133 changes: 133 additions & 0 deletions
133
packages/google-cloud-asset/google/cloud/asset_v1/gapic_metadata.json
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,133 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.asset_v1", | ||
"protoPackage": "google.cloud.asset.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"AssetService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "AssetServiceClient", | ||
"rpcs": { | ||
"AnalyzeIamPolicy": { | ||
"methods": [ | ||
"analyze_iam_policy" | ||
] | ||
}, | ||
"AnalyzeIamPolicyLongrunning": { | ||
"methods": [ | ||
"analyze_iam_policy_longrunning" | ||
] | ||
}, | ||
"BatchGetAssetsHistory": { | ||
"methods": [ | ||
"batch_get_assets_history" | ||
] | ||
}, | ||
"CreateFeed": { | ||
"methods": [ | ||
"create_feed" | ||
] | ||
}, | ||
"DeleteFeed": { | ||
"methods": [ | ||
"delete_feed" | ||
] | ||
}, | ||
"ExportAssets": { | ||
"methods": [ | ||
"export_assets" | ||
] | ||
}, | ||
"GetFeed": { | ||
"methods": [ | ||
"get_feed" | ||
] | ||
}, | ||
"ListFeeds": { | ||
"methods": [ | ||
"list_feeds" | ||
] | ||
}, | ||
"SearchAllIamPolicies": { | ||
"methods": [ | ||
"search_all_iam_policies" | ||
] | ||
}, | ||
"SearchAllResources": { | ||
"methods": [ | ||
"search_all_resources" | ||
] | ||
}, | ||
"UpdateFeed": { | ||
"methods": [ | ||
"update_feed" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "AssetServiceAsyncClient", | ||
"rpcs": { | ||
"AnalyzeIamPolicy": { | ||
"methods": [ | ||
"analyze_iam_policy" | ||
] | ||
}, | ||
"AnalyzeIamPolicyLongrunning": { | ||
"methods": [ | ||
"analyze_iam_policy_longrunning" | ||
] | ||
}, | ||
"BatchGetAssetsHistory": { | ||
"methods": [ | ||
"batch_get_assets_history" | ||
] | ||
}, | ||
"CreateFeed": { | ||
"methods": [ | ||
"create_feed" | ||
] | ||
}, | ||
"DeleteFeed": { | ||
"methods": [ | ||
"delete_feed" | ||
] | ||
}, | ||
"ExportAssets": { | ||
"methods": [ | ||
"export_assets" | ||
] | ||
}, | ||
"GetFeed": { | ||
"methods": [ | ||
"get_feed" | ||
] | ||
}, | ||
"ListFeeds": { | ||
"methods": [ | ||
"list_feeds" | ||
] | ||
}, | ||
"SearchAllIamPolicies": { | ||
"methods": [ | ||
"search_all_iam_policies" | ||
] | ||
}, | ||
"SearchAllResources": { | ||
"methods": [ | ||
"search_all_resources" | ||
] | ||
}, | ||
"UpdateFeed": { | ||
"methods": [ | ||
"update_feed" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-asset/google/cloud/asset_v1/services/__init__.py
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
Oops, something went wrong.