OptionsT
- the ServiceOptions
subclass corresponding to the servicepublic abstract class BaseService<OptionsT extends ServiceOptions<?,OptionsT>> extends Object implements Service<OptionsT>
Modifier and Type | Field and Description |
---|---|
static ExceptionHandler |
EXCEPTION_HANDLER |
static ExceptionHandler.Interceptor |
EXCEPTION_HANDLER_INTERCEPTOR |
Modifier | Constructor and Description |
---|---|
protected |
BaseService(OptionsT options) |
public static final ExceptionHandler.Interceptor EXCEPTION_HANDLER_INTERCEPTOR
public static final ExceptionHandler EXCEPTION_HANDLER
@InternalApi(value="This class should only be extended within google-cloud-java") protected BaseService(OptionsT options)
public OptionsT getOptions()
getOptions
in interface Service<OptionsT extends ServiceOptions<?,OptionsT>>
Copyright © 2019 Google LLC. All rights reserved.