This repository has been archived by the owner on Jul 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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 (#24)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: https://github.com/googleapis/googleapis-gen/commit/0a3c7d272d697796db75857bac73905c68e498c3 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
7896690
commit 4b24611
Showing
21 changed files
with
942 additions
and
798 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.domains_v1beta1", | ||
"protoPackage": "google.cloud.domains.v1beta1", | ||
"schema": "1.0", | ||
"services": { | ||
"Domains": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "DomainsClient", | ||
"rpcs": { | ||
"ConfigureContactSettings": { | ||
"methods": [ | ||
"configure_contact_settings" | ||
] | ||
}, | ||
"ConfigureDnsSettings": { | ||
"methods": [ | ||
"configure_dns_settings" | ||
] | ||
}, | ||
"ConfigureManagementSettings": { | ||
"methods": [ | ||
"configure_management_settings" | ||
] | ||
}, | ||
"DeleteRegistration": { | ||
"methods": [ | ||
"delete_registration" | ||
] | ||
}, | ||
"ExportRegistration": { | ||
"methods": [ | ||
"export_registration" | ||
] | ||
}, | ||
"GetRegistration": { | ||
"methods": [ | ||
"get_registration" | ||
] | ||
}, | ||
"ListRegistrations": { | ||
"methods": [ | ||
"list_registrations" | ||
] | ||
}, | ||
"RegisterDomain": { | ||
"methods": [ | ||
"register_domain" | ||
] | ||
}, | ||
"ResetAuthorizationCode": { | ||
"methods": [ | ||
"reset_authorization_code" | ||
] | ||
}, | ||
"RetrieveAuthorizationCode": { | ||
"methods": [ | ||
"retrieve_authorization_code" | ||
] | ||
}, | ||
"RetrieveRegisterParameters": { | ||
"methods": [ | ||
"retrieve_register_parameters" | ||
] | ||
}, | ||
"SearchDomains": { | ||
"methods": [ | ||
"search_domains" | ||
] | ||
}, | ||
"UpdateRegistration": { | ||
"methods": [ | ||
"update_registration" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "DomainsAsyncClient", | ||
"rpcs": { | ||
"ConfigureContactSettings": { | ||
"methods": [ | ||
"configure_contact_settings" | ||
] | ||
}, | ||
"ConfigureDnsSettings": { | ||
"methods": [ | ||
"configure_dns_settings" | ||
] | ||
}, | ||
"ConfigureManagementSettings": { | ||
"methods": [ | ||
"configure_management_settings" | ||
] | ||
}, | ||
"DeleteRegistration": { | ||
"methods": [ | ||
"delete_registration" | ||
] | ||
}, | ||
"ExportRegistration": { | ||
"methods": [ | ||
"export_registration" | ||
] | ||
}, | ||
"GetRegistration": { | ||
"methods": [ | ||
"get_registration" | ||
] | ||
}, | ||
"ListRegistrations": { | ||
"methods": [ | ||
"list_registrations" | ||
] | ||
}, | ||
"RegisterDomain": { | ||
"methods": [ | ||
"register_domain" | ||
] | ||
}, | ||
"ResetAuthorizationCode": { | ||
"methods": [ | ||
"reset_authorization_code" | ||
] | ||
}, | ||
"RetrieveAuthorizationCode": { | ||
"methods": [ | ||
"retrieve_authorization_code" | ||
] | ||
}, | ||
"RetrieveRegisterParameters": { | ||
"methods": [ | ||
"retrieve_register_parameters" | ||
] | ||
}, | ||
"SearchDomains": { | ||
"methods": [ | ||
"search_domains" | ||
] | ||
}, | ||
"UpdateRegistration": { | ||
"methods": [ | ||
"update_registration" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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.