public interface ConfigGenerator
| Modifier and Type | Method and Description |
|---|---|
com.google.api.Service |
generateServiceConfig()
Method that generates and returns a
Service object. |
java.util.List<Diag> |
getDiags()
Returns a list of diagnostic messages.
|
boolean |
hasErrors()
Returns true if there were any errors during the run; false otherwise.
|
@Nullable
com.google.api.Service generateServiceConfig()
throws java.io.IOException
Service object. Returns null if
service config generation fails.java.io.IOExceptionjava.util.List<Diag> getDiags()
boolean hasErrors()