public abstract class ProxyService
extends com.google.api.core.AbstractApiService
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyService() |
| 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 abstract void |
handlePermanentError(CheckedApiException error) |
protected void |
onPermanentError(CheckedApiException error) |
protected abstract void |
start() |
protected abstract void |
stop() |
protected 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 abstract void start()
throws CheckedApiException
CheckedApiExceptionprotected abstract void stop()
throws CheckedApiException
CheckedApiExceptionprotected abstract 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.