public abstract class ProxyService
extends com.google.api.core.AbstractApiService
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyService(com.google.api.core.ApiService... services) |
protected |
ProxyService(Collection<T> services) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addServices(com.google.api.core.ApiService... services) |
protected <T extends com.google.api.core.ApiService> |
addServices(Collection<T> services) |
protected void |
doStart() |
protected void |
doStop() |
protected void |
handlePermanentError(CheckedApiException error) |
protected void |
onPermanentError(CheckedApiException error) |
protected void |
start() |
protected void |
stop() |
protected ProxyService(Collection<T> services)
protected ProxyService(com.google.api.core.ApiService... services)
throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionprotected final <T extends com.google.api.core.ApiService> void addServices(Collection<T> services) throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionprotected final void addServices(com.google.api.core.ApiService... services)
throws com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.ApiExceptionprotected void start()
throws CheckedApiException
CheckedApiExceptionprotected void stop()
throws CheckedApiException
CheckedApiExceptionprotected void handlePermanentError(CheckedApiException error)
protected final void onPermanentError(CheckedApiException error)
protected final void doStart()
doStart in class com.google.api.core.AbstractApiServiceprotected final void doStop()
doStop in class com.google.api.core.AbstractApiServiceCopyright © 2021 Google LLC. All rights reserved.