Uses of Class
com.google.cloud.ServiceOptions
-
Packages that use ServiceOptions Package Description com.google.cloud Core classes for thegoogle-cloud
library.com.google.cloud.grpc com.google.cloud.http 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 class
BaseService<OptionsT extends ServiceOptions<?,OptionsT>>
Base class for service objects.class
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
Base implementation for aWriteChannel
.protected static class
BaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
static class
BaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
Base builder for a write channel's state.interface
Service<OptionsT extends ServiceOptions<?,OptionsT>>
Interface for service objects.interface
ServiceDefaults<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>>
interface
ServiceFactory<ServiceT extends Service,ServiceOptionsT extends ServiceOptions>
A base interface for all service factories.class
ServiceOptions<ServiceT extends Service<OptionsT>,OptionsT extends ServiceOptions<ServiceT,OptionsT>>
Abstract class representing service options.static class
ServiceOptions.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 ServiceOptionsT
BaseWriteChannel.BaseState. serviceOptions
Methods 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 boolean
ServiceOptions. 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.grpc
Methods in com.google.cloud.grpc with parameters of type ServiceOptions Modifier and Type Method Description static com.google.api.gax.rpc.TransportChannelProvider
GrpcTransportOptions. setUpChannelProvider(com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder providerBuilder, ServiceOptions<?,?> serviceOptions)
Returns a channel provider from the given default provider.static com.google.api.gax.core.CredentialsProvider
GrpcTransportOptions. setUpCredentialsProvider(ServiceOptions<?,?> serviceOptions)
-
Uses of ServiceOptions in com.google.cloud.http
Methods in com.google.cloud.http with parameters of type ServiceOptions Modifier and Type Method Description com.google.api.client.http.HttpRequestInitializer
HttpTransportOptions. getHttpRequestInitializer(ServiceOptions<?,?> serviceOptions)
Returns a request initializer responsible for initializing requests according to service 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 interface
ServiceRpcFactory<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 class
BaseEmulatorHelper<T extends ServiceOptions>
Utility class to start and stop a local service which is used by unit testing.
-