Skip to content

Commit f4bb397

Browse files
committed
---
yaml --- r: 8383 b: refs/heads/snehashah-snippets c: cfba8a6 h: refs/heads/master i: 8381: 0704a5b 8379: b139504 8375: c14defd 8367: da3e5b3 8351: b3a1757 8319: 934293b
1 parent dd226e8 commit f4bb397

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5656
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5757
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5858
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
59-
refs/heads/snehashah-snippets: 377abdf7c01aefcb5525c18be230cb1b328676e9
59+
refs/heads/snehashah-snippets: cfba8a6d43b66d0063121d6d78de32069185bfc2
6060
refs/tags/v0.20.2: 5a53aa06f268b74dc192204f4f83e1a04d40f65d
6161
refs/tags/v0.20.3: 269025fdc14af0b68df214a4518be5379b2fe569
6262
refs/tags/v0.21.0: f88b200e00e41ba6262ee88a92abba38b1e2417e
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Utilities for Google Cloud Client Library for Java
2+
==========================
3+
4+
Adding Snippets
5+
----------
6+
7+
To add snippets to your source code file:
8+
```
9+
$ python utilities/add_snippets_to_file.py <snippets_path> <class_path>
10+
```
11+
12+
For missing dependencies:
13+
```
14+
$ sudo apt-get install python-pip
15+
$ sudo pip install virtualenv
16+
$ virtualenv env
17+
$ sudo pip install plyj
18+
19+
```

0 commit comments

Comments
 (0)