Class BaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>

java.lang.Object
com.google.cloud.BaseWriteChannel.BaseState.Builder<ServiceOptionsT,EntityT>
Type Parameters:
ServiceOptionsT - the service options used by the channel to issue RPC requests
EntityT - the entity this channel writes data to. Possibly with additional configuration
Enclosing class:
BaseWriteChannel.BaseState<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>

public abstract static class BaseWriteChannel.BaseState.Builder<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable> extends Object
Base builder for a write channel's state. Users are not supposed to access this class directly.