Uses of Class
com.google.cloud.ServiceOptions
-
Packages that use ServiceOptions Package Description com.google.cloud Core classes for thegoogle-cloudlibrary.com.google.cloud.spi com.google.cloud.testing -
-
Uses of ServiceOptions in com.google.cloud
Classes in com.google.cloud with type parameters of type ServiceOptions Modifier and Type Class Description classBaseService<OptionsT extends ServiceOptions<?,OptionsT>>Base class for service objects.classBaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>Base implementation for aWriteChannel.protected static classBaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>static classBaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>Base builder for a write channel's state.interfaceService<OptionsT extends ServiceOptions<?,OptionsT>>Interface for service objects.interfaceServiceDefaults<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>>interfaceServiceFactory<ServiceT extends Service,ServiceOptionsT extends ServiceOptions>A base interface for all service factories.classServiceOptions<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>>Abstract class representing service options.static classServiceOptions.Builder<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>,B extends ServiceOptions.Builder<ServiceT,OptionsT,B>>Builder forServiceOptions.Fields in com.google.cloud declared as ServiceOptions Modifier and Type Field Description protected ServiceOptionsTBaseWriteChannel.BaseState. serviceOptionsMethods in com.google.cloud that return ServiceOptions Modifier and Type Method Description protected abstract ServiceOptions<ServiceT,OptionsT>ServiceOptions.Builder. build()Methods in com.google.cloud with parameters of type ServiceOptions Modifier and Type Method Description protected booleanServiceOptions. baseEquals(ServiceOptions<?,?> other)Constructors in com.google.cloud with parameters of type ServiceOptions Constructor Description Builder(ServiceOptions<ServiceT,OptionsT> options) -
Uses of ServiceOptions in com.google.cloud.spi
Classes in com.google.cloud.spi with type parameters of type ServiceOptions Modifier and Type Interface Description interfaceServiceRpcFactory<OptionsT extends ServiceOptions>A base interface for all service RPC factories. -
Uses of ServiceOptions in com.google.cloud.testing
Classes in com.google.cloud.testing with type parameters of type ServiceOptions Modifier and Type Class Description classBaseEmulatorHelper<T extends ServiceOptions>Utility class to start and stop a local service which is used by unit testing.
-