-
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.
Fixes #2 🦕 This PR adds the auto generated `v3` client for Resource Manager and changes the release status from `alpha` to `beta`. This is a significant change from the previous version `v1beta1`, as this is the first version of an auto generated client. chore(release_status): upgrade release status from alpha to beta fix: remove v1beta1 chore(deps): require python 3.6+
- Loading branch information
Showing
100 changed files
with
42,134 additions
and
1,535 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 was deleted.
Oops, something went wrong.
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,84 @@ | ||
Python Client for Google Cloud Resource Manager | ||
=============================================== | ||
|
||
|beta| |pypi| |versions| | ||
|
||
`Google Cloud Resource Manager`_ API provides methods that you can use | ||
to programmatically manage your projects in the Google Cloud Platform. | ||
With this API, you can do the following: | ||
|
||
- `Client Library Documentation`_ | ||
- `Product Documentation`_ | ||
|
||
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg | ||
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#beta-support | ||
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-resource-manager.svg | ||
:target: https://pypi.org/project/google-cloud-resource-manager/ | ||
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-resource-manager.svg | ||
:target: https://pypi.org/project/google-cloud-resource-manager/ | ||
.. _Google Cloud Resource Manager: https://cloud.google.com/resource-manager | ||
.. _Client Library Documentation: https://googleapis.dev/python/cloudresourcemanager/latest | ||
.. _Product Documentation: https://cloud.google.com/resource-manager | ||
|
||
Quick Start | ||
----------- | ||
|
||
In order to use this library, you first need to go through the following steps: | ||
|
||
1. `Select or create a Cloud Platform project.`_ | ||
2. `Enable billing for your project.`_ | ||
3. `Enable the Resource Manager API.`_ | ||
4. `Setup Authentication.`_ | ||
|
||
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project | ||
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project | ||
.. _Enable the Resource Manager API.: https://cloud.google.com/resource-manager/docs/quickstart-organizations#before-you-begin | ||
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html | ||
|
||
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. | ||
|
||
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/ | ||
|
||
|
||
Mac/Linux | ||
^^^^^^^^^ | ||
|
||
.. code-block:: console | ||
pip install virtualenv | ||
virtualenv <your-env> | ||
source <your-env>/bin/activate | ||
<your-env>/bin/pip install google-cloud-resource-manager | ||
Windows | ||
^^^^^^^ | ||
|
||
.. code-block:: console | ||
pip install virtualenv | ||
virtualenv <your-env> | ||
<your-env>\Scripts\activate | ||
<your-env>\Scripts\pip.exe install google-cloud-resource-manager | ||
Next Steps | ||
~~~~~~~~~~ | ||
|
||
- Read the `Client Library Documentation`_ for Resource Manager | ||
to see other available methods on the client. | ||
- Read the `Resource Manager 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. | ||
|
||
.. _Resource Manager Product documentation: https://cloud.google.com/resource-manager/docs | ||
.. _README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst |
This file was deleted.
Oops, something went wrong.
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
7 changes: 7 additions & 0 deletions
7
packages/google-cloud-resource-manager/docs/multiprocessing.rst
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,7 @@ | ||
.. note:: | ||
|
||
Because this client uses :mod:`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 | ||
:func:`os.fork` by :class:`multiprocessing.pool.Pool` or | ||
:class:`multiprocessing.Process`. |
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-resource-manager/docs/resourcemanager_v3/folders.rst
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,10 @@ | ||
Folders | ||
------------------------- | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.folders | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.folders.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-resource-manager/docs/resourcemanager_v3/organizations.rst
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,10 @@ | ||
Organizations | ||
------------------------------- | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.organizations | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.organizations.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-resource-manager/docs/resourcemanager_v3/projects.rst
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,10 @@ | ||
Projects | ||
-------------------------- | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.projects | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.projects.pagers | ||
:members: | ||
:inherited-members: |
11 changes: 11 additions & 0 deletions
11
packages/google-cloud-resource-manager/docs/resourcemanager_v3/services.rst
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,11 @@ | ||
Services for Google Cloud Resourcemanager v3 API | ||
================================================ | ||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
folders | ||
organizations | ||
projects | ||
tag_bindings | ||
tag_keys | ||
tag_values |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-resource-manager/docs/resourcemanager_v3/tag_bindings.rst
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,10 @@ | ||
TagBindings | ||
----------------------------- | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.tag_bindings | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.tag_bindings.pagers | ||
:members: | ||
:inherited-members: |
10 changes: 10 additions & 0 deletions
10
packages/google-cloud-resource-manager/docs/resourcemanager_v3/tag_keys.rst
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,10 @@ | ||
TagKeys | ||
------------------------- | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.tag_keys | ||
:members: | ||
:inherited-members: | ||
|
||
.. automodule:: google.cloud.resourcemanager_v3.services.tag_keys.pagers | ||
:members: | ||
:inherited-members: |
Oops, something went wrong.