You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
.. _Creating and managing Service Account keys: https://cloud.google.com/iam/docs/creating-managing-service-account-keys#creating
You can find useful code samples that will demonstrate the usage of this library on `the
157
+
Google Cloud samples page`_.
158
+
159
+
.. _the Google Cloud samples page: https://cloud.google.com/docs/samples?language=python&product=computeengine
160
+
161
+
162
+
72
163
PyCharm/JetBrains IDEs
73
164
~~~~~~~~~~~~~~~~~~~~~~
74
-
Since the library has grown in size, the files it consists of have outgrown the [default size limit of ~2.5Mb](https://www.jetbrains.com/help/pycharm/file-idea-properties.html).
75
-
As a result, the code completion in JetBrains products can fail to work with the classes from our library. To
76
-
fix this, you need to update the `idea.max.intellisense.filesize` setting in custom properties
77
-
(Help -> Edit custom properties...). Just add a line like `idea.max.intellisense.filesize = 10000` to change this
165
+
This library has now grown in size past the `JetBrains default size limit of ~2.5Mb`_.
166
+
As a result, code completion in JetBrains products can fail to work with the classes from our library. To
167
+
fix this, you need to update the ``idea.max.intellisense.filesize`` setting in custom properties
168
+
(Help -> Edit custom properties...). Just add the line ``idea.max.intellisense.filesize = 10000`` to change this
78
169
limit to ~10Mb.
79
170
171
+
.. _JetBrains default size limit of ~2.5Mb: https://www.jetbrains.com/help/pycharm/file-idea-properties.html
172
+
80
173
Next Steps
81
174
~~~~~~~~~~
82
175
83
176
- Read the `Client Library Documentation`_ for Compute Engine API
84
-
API to see other available methods on the client.
177
+
to see other available methods on the client.
85
178
- Read the `Compute Engine API Product documentation`_ to learn
86
179
more about the product and see How-to Guides.
87
180
- View this `README`_ to see the full list of Cloud
88
181
APIs that we cover.
89
182
90
-
.. _Compute Engine API Product documentation: https://cloud.google.com/compute/
0 commit comments