Class ProxyService

    • Constructor Detail

      • ProxyService

        protected ProxyService​(Collection<T> services)
      • ProxyService

        protected ProxyService​(com.google.api.core.ApiService... services)
                        throws com.google.api.gax.rpc.ApiException
        Throws:
        com.google.api.gax.rpc.ApiException
    • Method Detail

      • addServices

        protected final <T extends com.google.api.core.ApiService> void addServices​(Collection<T> services)
                                                                             throws com.google.api.gax.rpc.ApiException
        Throws:
        com.google.api.gax.rpc.ApiException
      • addServices

        protected final void addServices​(com.google.api.core.ApiService... services)
                                  throws com.google.api.gax.rpc.ApiException
        Throws:
        com.google.api.gax.rpc.ApiException
      • doStart

        protected final void doStart()
        Specified by:
        doStart in class com.google.api.core.AbstractApiService
      • doStop

        protected final void doStop()
        Specified by:
        doStop in class com.google.api.core.AbstractApiService