Uses of Class
com.google.cloud.ServiceOptions
Packages that use ServiceOptions
Package
Description
Core classes for the
google-cloud library.-
Uses of ServiceOptions in com.google.cloud
Classes in com.google.cloud with type parameters of type ServiceOptionsModifier and TypeClassDescriptionclassBaseService<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 ServiceOptionsModifier and TypeFieldDescriptionprotected final ServiceOptionsTBaseWriteChannel.BaseState.serviceOptionsMethods in com.google.cloud that return ServiceOptionsModifier and TypeMethodDescriptionprotected abstract ServiceOptions<ServiceT,OptionsT> ServiceOptions.Builder.build()Methods in com.google.cloud with parameters of type ServiceOptionsModifier and TypeMethodDescriptionprotected booleanServiceOptions.baseEquals(ServiceOptions<?, ?> other) Constructors in com.google.cloud with parameters of type ServiceOptions -
Uses of ServiceOptions in com.google.cloud.spi
Classes in com.google.cloud.spi with type parameters of type ServiceOptionsModifier and TypeInterfaceDescriptioninterfaceServiceRpcFactory<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 ServiceOptionsModifier and TypeClassDescriptionclassBaseEmulatorHelper<T extends ServiceOptions>Utility class to start and stop a local service which is used by unit testing.