-
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 (#76)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2 fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, policy, and options from the reserved names list feat: support self-signed JWT flow for service accounts chore: enable GAPIC metadata generation chore: sort subpackages in %namespace/%name/init.py
- Loading branch information
1 parent
5b6f766
commit f3cd9b1
Showing
21 changed files
with
746 additions
and
471 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
93 changes: 93 additions & 0 deletions
93
packages/google-cloud-access-approval/google/cloud/accessapproval_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,93 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.accessapproval_v1", | ||
"protoPackage": "google.cloud.accessapproval.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"AccessApproval": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "AccessApprovalClient", | ||
"rpcs": { | ||
"ApproveApprovalRequest": { | ||
"methods": [ | ||
"approve_approval_request" | ||
] | ||
}, | ||
"DeleteAccessApprovalSettings": { | ||
"methods": [ | ||
"delete_access_approval_settings" | ||
] | ||
}, | ||
"DismissApprovalRequest": { | ||
"methods": [ | ||
"dismiss_approval_request" | ||
] | ||
}, | ||
"GetAccessApprovalSettings": { | ||
"methods": [ | ||
"get_access_approval_settings" | ||
] | ||
}, | ||
"GetApprovalRequest": { | ||
"methods": [ | ||
"get_approval_request" | ||
] | ||
}, | ||
"ListApprovalRequests": { | ||
"methods": [ | ||
"list_approval_requests" | ||
] | ||
}, | ||
"UpdateAccessApprovalSettings": { | ||
"methods": [ | ||
"update_access_approval_settings" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "AccessApprovalAsyncClient", | ||
"rpcs": { | ||
"ApproveApprovalRequest": { | ||
"methods": [ | ||
"approve_approval_request" | ||
] | ||
}, | ||
"DeleteAccessApprovalSettings": { | ||
"methods": [ | ||
"delete_access_approval_settings" | ||
] | ||
}, | ||
"DismissApprovalRequest": { | ||
"methods": [ | ||
"dismiss_approval_request" | ||
] | ||
}, | ||
"GetAccessApprovalSettings": { | ||
"methods": [ | ||
"get_access_approval_settings" | ||
] | ||
}, | ||
"GetApprovalRequest": { | ||
"methods": [ | ||
"get_approval_request" | ||
] | ||
}, | ||
"ListApprovalRequests": { | ||
"methods": [ | ||
"list_approval_requests" | ||
] | ||
}, | ||
"UpdateAccessApprovalSettings": { | ||
"methods": [ | ||
"update_access_approval_settings" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-access-approval/google/cloud/accessapproval_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.