File tree Expand file tree Collapse file tree 10 files changed +73
-24
lines changed Expand file tree Collapse file tree 10 files changed +73
-24
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,14 @@ Before You Get Started
46
46
47
47
.. include:: /includes/set-up-section.rst
48
48
49
+ .. include:: /includes/select-your-language.rst
50
+
49
51
.. see:: Full Application
50
52
51
- To see the complete code for the application you make in this guide,
52
- select the tab corresponding to your programming language and follow
53
- the provided link:
53
+ To view the complete runnable application code for this tutorial, go to the
54
+ following link:
54
55
55
- .. tabs::
56
+ .. tabs-drivers ::
56
57
57
58
.. tab:: Java
58
59
:tabid: java-sync
@@ -84,6 +85,8 @@ Before You Get Started
84
85
Procedure
85
86
---------
86
87
88
+ .. include:: /includes/tutorials/language-id.rst
89
+
87
90
.. procedure::
88
91
:style: normal
89
92
Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ Before You Get Started
32
32
33
33
.. include:: /includes/fact-csfle-placeholder.rst
34
34
35
+ .. include:: /includes/select-your-language.rst
36
+
35
37
.. see:: Full Application
36
38
37
- To see the complete code for the application you make in this guide,
38
- select the tab corresponding to your programming language and follow
39
- the provided link:
39
+ To view the complete runnable application code for this tutorial, go to the
40
+ following link:
40
41
41
- .. tabs::
42
+ .. tabs-drivers ::
42
43
43
44
.. tab:: Java
44
45
:tabid: java-sync
@@ -70,6 +71,8 @@ Before You Get Started
70
71
Set Up the KMS
71
72
--------------
72
73
74
+ .. include:: /includes/tutorials/language-id.rst
75
+
73
76
.. procedure::
74
77
:style: normal
75
78
Original file line number Diff line number Diff line change @@ -31,13 +31,14 @@ Before You Get Started
31
31
32
32
.. include:: /includes/fact-csfle-placeholder.rst
33
33
34
+ .. include:: /includes/select-your-language.rst
35
+
34
36
.. see:: Full Application
35
37
36
- To see the complete code for the application you make in this guide,
37
- select the tab corresponding to your programming language and follow
38
- the provided link:
38
+ To view the complete runnable application code for this tutorial, go to the
39
+ following link:
39
40
40
- .. tabs::
41
+ .. tabs-drivers ::
41
42
42
43
.. tab:: Java
43
44
:tabid: java-sync
@@ -69,6 +70,8 @@ Before You Get Started
69
70
Set Up the KMS
70
71
--------------
71
72
73
+ .. include:: /includes/tutorials/language-id.rst
74
+
72
75
.. procedure::
73
76
:style: normal
74
77
Original file line number Diff line number Diff line change @@ -30,13 +30,14 @@ Before You Get Started
30
30
31
31
.. include:: /includes/fact-csfle-placeholder.rst
32
32
33
+ .. include:: /includes/select-your-language.rst
34
+
33
35
.. see:: Full Application
34
36
35
- To see the complete code for the application you make in this guide,
36
- select the tab corresponding to your programming language and follow
37
- the provided link:
37
+ To view the complete runnable application code for this tutorial, go to the
38
+ following link:
38
39
39
- .. tabs::
40
+ .. tabs-drivers ::
40
41
41
42
.. tab:: Java
42
43
:tabid: java-sync
@@ -68,6 +69,8 @@ Before You Get Started
68
69
Set Up the KMS
69
70
--------------
70
71
72
+ .. include:: /includes/tutorials/language-id.rst
73
+
71
74
.. procedure::
72
75
:style: normal
73
76
Original file line number Diff line number Diff line change 13
13
you are using the Local Key Provider, set the provider name to
14
14
``local ``.
15
15
16
- .. include :: /includes/tab-note.rst
17
-
18
16
.. tabs-drivers ::
19
17
20
18
.. tab ::
Original file line number Diff line number Diff line change
1
+ Select the programming language for which you want to see code examples for
2
+ from the :guilabel: `Select your language ` dropdown menu on the right side of
3
+ the page.
Original file line number Diff line number Diff line change 6
6
Add the service account credentials to your CSFLE-enabled client
7
7
code.
8
8
9
- .. include :: /includes/tab-note.rst
10
-
11
9
.. include :: /includes/tutorials/automatic/aws/iam-credentials-note.rst
12
10
13
11
.. tabs-drivers ::
Original file line number Diff line number Diff line change 8
8
Add the service account credentials to your CSFLE-enabled client
9
9
code.
10
10
11
- .. include :: /includes/tab-note.rst
12
-
13
11
.. tip ::
14
12
15
13
You recorded your {+azure-kv+} credentials in the
Original file line number Diff line number Diff line change 6
6
Add the service account credentials to your CSFLE-enabled client
7
7
code.
8
8
9
- .. include :: /includes/tab-note.rst
10
-
11
9
.. include :: /includes/tutorials/automatic/gcp/gcp-credentials-note.rst
12
10
13
11
.. tabs-drivers ::
Original file line number Diff line number Diff line change
1
+ .. tabs-drivers ::
2
+
3
+ .. tab ::
4
+ :tabid: java-sync
5
+
6
+ .. code-block :: java
7
+
8
+ // You are viewing the Java synchronous driver code examples.
9
+ // Use the dropdown menu to select a different driver.
10
+
11
+ .. tab ::
12
+ :tabid: nodejs
13
+
14
+ .. code-block :: javascript
15
+
16
+ // You are viewing the Node.js driver code examples.
17
+ // Use the dropdown menu to select a different driver.
18
+
19
+ .. tab ::
20
+ :tabid: python
21
+
22
+ .. code-block :: python
23
+
24
+ # You are viewing the Python driver code examples.
25
+ # Use the dropdown menu to select a different driver.
26
+
27
+ .. tab ::
28
+ :tabid: csharp
29
+
30
+ .. code-block :: csharp
31
+
32
+ // You are viewing the C# driver code examples.
33
+ // Use the dropdown menu to select a different driver.
34
+
35
+ .. tab ::
36
+ :tabid: go
37
+
38
+ .. code-block :: go
39
+
40
+ // You are viewing the Golang driver code examples.
41
+ // Use the dropdown menu to select a different driver.
42
+
You can’t perform that action at this time.
0 commit comments