Python Client for Private Catalog API¶
Private Catalog API: enables cloud admins to control distribution, ensure internal compliance, and increase discoverability for solutions within an enterprise.
Quick Start¶
In order to use this library, you first need to go through the following steps:
Installation¶
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux¶
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-private-catalog
Windows¶
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-private-catalog
Next Steps¶
Read the Client Library Documentation for Private Catalog API to see other available methods on the client.
Read the Private Catalog API Product documentation to learn more about the product and see How-to Guides.
View this README to see the full list of Cloud APIs that we cover.
Note
Because this client uses grpc
library, it is safe to
share instances across threads. In multiprocessing scenarios, the best
practice is to create client instances after the invocation of
os.fork()
by multiprocessing.pool.Pool
or
multiprocessing.Process
.
API Reference¶
Changelog¶
For a list of all google-cloud-private-catalog
releases:
- Changelog
- 0.9.13 (2024-11-11)
- 0.9.12 (2024-10-24)
- 0.9.11 (2024-07-30)
- 0.9.10 (2024-07-08)
- 0.9.9 (2024-03-05)
- 0.9.8 (2024-02-22)
- 0.9.7 (2024-02-06)
- 0.9.6 (2024-02-01)
- 0.9.5 (2023-12-07)
- 0.9.4 (2023-09-19)
- 0.9.3 (2023-07-05)
- 0.9.2 (2023-03-23)
- 0.9.1 (2023-01-23)
- 0.9.0 (2023-01-10)
- 0.8.0 (2022-12-13)
- 0.7.2 (2022-10-10)
- 0.7.1 (2022-10-03)
- 0.7.0 (2022-09-16)
- 0.6.2 (2022-08-11)
- 0.6.1 (2022-07-14)
- 0.6.0 (2022-07-07)
- 0.5.2 (2022-06-03)
- 0.5.1 (2022-03-05)
- 0.5.0 (2022-02-26)
- 0.4.1 (2021-11-01)
- 0.4.0 (2021-10-18)
- 0.3.0 (2021-10-08)
- 0.2.4 (2021-09-30)
- 0.2.3 (2021-09-24)
- 0.2.2 (2021-07-29)
- 0.2.1 (2021-07-21)
- 0.2.0 (2021-07-14)
- 0.1.1 (2021-06-16)
- 0.1.0 (2021-06-03)