[Java][google-api-client] Fix minor bugs in google api client (#6951)

* Fix minor bugs in google-api-client templates

* Update samples
This commit is contained in:
Charles Capps
2017-11-13 20:02:59 -08:00
committed by William Cheng
parent d719daab22
commit 47f1865e69
11 changed files with 198 additions and 464 deletions

View File

@@ -268,7 +268,7 @@ FakeApi apiInstance = new FakeApi();
BigDecimal number = new BigDecimal(); // BigDecimal | None
Double _double = 3.4D; // Double | None
String patternWithoutDelimiter = "patternWithoutDelimiter_example"; // String | None
byte[] _byte = _byte_example; // byte[] | None
byte[] _byte = B; // byte[] | None
Integer integer = 56; // Integer | None
Integer int32 = 56; // Integer | None
Long int64 = 789L; // Long | None