Skip to content

Commit 5f1cda9

Browse files
authored
Merge pull request #2345 from daspecster/update-project-create-docs
Add note about resource_manager projects being an alpha feature.
2 parents 2ee65ab + d4ed47f commit 5f1cda9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/resource-manager-api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ With this API, you can do the following:
1616
Don't forget to look at the :ref:`Authentication` section below.
1717
It's slightly different from the rest of this library.
1818

19+
.. warning::
20+
21+
Alpha
22+
23+
The `projects.create() API method`_ is in the Alpha stage. It might be changed in
24+
backward-incompatible ways and is not recommended for production use. It is
25+
not subject to any SLA or deprecation policy. Access to this feature is
26+
currently invite-only. For an invitation, contact our sales team at
27+
https://cloud.google.com/contact.
28+
29+
.. _projects.create() API method: https://cloud.google.com/resource-manager/docs/creating-project
30+
1931
Here's a quick example of the full life-cycle:
2032

2133
.. code-block:: python

0 commit comments

Comments
 (0)