1
+
1
2
.. This file is automatically generated. Do not edit this file directly.
2
3
3
4
Google Cloud KMS API Python Samples
@@ -14,10 +15,12 @@ This directory contains samples for Google Cloud KMS API. The `Google Cloud KMS
14
15
15
16
.. _Google Cloud KMS API : https://cloud.google.com/kms/docs/
16
17
18
+
17
19
Setup
18
20
-------------------------------------------------------------------------------
19
21
20
22
23
+
21
24
Authentication
22
25
++++++++++++++
23
26
@@ -28,6 +31,9 @@ credentials for applications.
28
31
.. _Authentication Getting Started Guide :
29
32
https://cloud.google.com/docs/authentication/getting-started
30
33
34
+
35
+
36
+
31
37
Install Dependencies
32
38
++++++++++++++++++++
33
39
@@ -42,7 +48,7 @@ Install Dependencies
42
48
.. _Python Development Environment Setup Guide :
43
49
https://cloud.google.com/python/setup
44
50
45
- #. Create a virtualenv. Samples are compatible with Python 2.7 and 3.4 +.
51
+ #. Create a virtualenv. Samples are compatible with Python 3.6 +.
46
52
47
53
.. code-block :: bash
48
54
@@ -58,9 +64,15 @@ Install Dependencies
58
64
.. _pip : https://pip.pypa.io/
59
65
.. _virtualenv : https://virtualenv.pypa.io/
60
66
67
+
68
+
69
+
70
+
71
+
61
72
Samples
62
73
-------------------------------------------------------------------------------
63
74
75
+
64
76
Quickstart
65
77
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
66
78
@@ -79,4 +91,8 @@ To run this sample:
79
91
80
92
81
93
82
- .. _Google Cloud SDK : https://cloud.google.com/sdk/
94
+
95
+
96
+
97
+
98
+ .. _Google Cloud SDK : https://cloud.google.com/sdk/
0 commit comments