Service Usage API client library
Project description
Service Usage: is an infrastructure service of Google Cloud that lets you list and manage other APIs and services in your Cloud projects. You can list and manage Google Cloud services and their APIs, as well as services created using Cloud Endpoints.
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-service-usage
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-service-usage
Next Steps
Read the Client Library Documentation for Service Usage API to see other available methods on the client.
Read the Service Usage 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-service-usage-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7aaa38f021cb09727f28a5c63550230cfc55c9b1c8be741fd1b8558dc9854526 |
|
MD5 | a59b3ef61b1f3a23d935762cfb08877f |
|
BLAKE2b-256 | 36bc4d50b9d4a064f6f8bcd46396ada5637e4e93dc970237d05819162d4ecc4d |
Hashes for google_cloud_service_usage-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9b1ee7b6d5ce361b8487b7e370947056707800c53ac4817d690047c902cc29d |
|
MD5 | a1bc77de03c7c1b45529980ce4409451 |
|
BLAKE2b-256 | fd9e8bd4a72c3ffbcfbbdb2582dfe3d2c3ef94ead8df567ed18b1f73491e7610 |