File tree Expand file tree Collapse file tree
trunk/google-cloud-translate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: 38bace41fbedbc6ea5ef2962ca774d3ef09d411c
2+ refs/heads/master: 6de41d543324d0f6607e80056025029f01ac8b29
33refs/heads/travis: dae77e558b884bc1b165155482d76c8e40b0fca4
44refs/heads/gh-pages: 4936f6d1c43be1ab76229d2743bae07f4b4124b3
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ methods on the Translate service created via `TranslateOptions.getDefaultInstanc
9797
9898You can also explicitly set the API key as follows:
9999``` java
100- Translate translate = TranslateOptions . newBuilder(). setApiKey(" myKey" ). getService();
100+ Translate translate = TranslateOptions . newBuilder(). setApiKey(" myKey" ). build() . getService();
101101```
102102
103103#### Detecting language
You can’t perform that action at this time.
0 commit comments