| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| com.google.cloud.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseService<OptionsT extends ServiceOptions<?,?,OptionsT>>
Base class for service objects.
|
class |
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,?,ServiceOptionsT>,EntityT extends Serializable>
Base implementation for a
WriteChannel. |
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 |
ServiceFactory<ServiceT extends Service,ServiceOptionsT extends ServiceOptions>
A base interface for all service factories.
|
class |
ServiceOptions<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends ServiceOptions<ServiceT,ServiceRpcT,OptionsT>>
Abstract class representing service options.
|
protected static class |
ServiceOptions.Builder<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends ServiceOptions<ServiceT,ServiceRpcT,OptionsT>,B extends ServiceOptions.Builder<ServiceT,ServiceRpcT,OptionsT,B>>
Builder for
ServiceOptions. |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceOptionsT |
BaseWriteChannel.BaseState.serviceOptions |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServiceOptions<ServiceT,ServiceRpcT,OptionsT> |
ServiceOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ServiceOptions.baseEquals(ServiceOptions<?,?,?> other) |
| Constructor and Description |
|---|
ServiceOptions.Builder(ServiceOptions<ServiceT,ServiceRpcT,OptionsT> options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceRpcFactory<ServiceRpcT,OptionsT extends ServiceOptions>
A base interface for all service RPC factories.
|
Copyright © 2016 Google. All rights reserved.