public final class ServiceConfigSupplier
extends java.lang.Object
implements com.google.common.base.Supplier<com.google.api.Service>
| Modifier and Type | Method and Description |
|---|---|
static ServiceConfigSupplier |
create()
Create a
ServiceConfigSupplier instance. |
com.google.api.Service |
get()
Fetches the service configuration using the service name and the service
version read from the environment variables.
|
public com.google.api.Service get()
get in interface com.google.common.base.Supplier<com.google.api.Service>Service object generated by the JSON response from Google
Service Management.public static ServiceConfigSupplier create()
ServiceConfigSupplier instance.ServiceConfigSuppler