1--- 2name: Bug report 3about: Create a report to help us improve 4 5--- 6 7Thanks for stopping by to let us know something could be better! 8 9**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. 10 11Please run down the following list and make sure you've tried the usual "quick fixes": 12 13- Search the issues already opened: https://github.com/googleapis/gapic-generator-java/issues 14- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform 15 16If you are still having issues, please include as much information as possible: 17 18#### Environment details 19 201. Specify the artifact at the beginning of the title. For example, "api-common", "gax" etc) 212. OS type and version: 223. Java version: 234. artifact version(s): 24 25#### Steps to reproduce 26If possible, please provide a test case or sample application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it. 27 281. ? 292. ? 30 31#### Code example 32 33```java 34// example 35``` 36 37#### Stack trace 38``` 39Any relevant stacktrace here. 40``` 41 42#### External references such as API reference guides 43 44- ? 45 46#### Any additional information below 47 48 49Following these steps guarantees the quickest resolution possible. 50 51Thanks!