Skip to content

Commit 0fa305a

Browse files
committed
---
yaml --- r: 8767 b: refs/heads/lesv-patch-1 c: cfba8a6 h: refs/heads/master i: 8765: 991d52c 8763: 8a4e8fa 8759: aaf6efa 8751: 80cf204 8735: 561a332 8703: 95fc0ab
1 parent 164f2c9 commit 0fa305a

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
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: 377abdf7c01aefcb5525c18be230cb1b328676e9
69+
refs/heads/lesv-patch-1: cfba8a6d43b66d0063121d6d78de32069185bfc2
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb
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)