| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
google-cloud library. |
| com.google.cloud.spi | |
| com.google.cloud.testing |
| 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 |
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 for
ServiceOptions. |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceOptionsT |
BaseWriteChannel.BaseState.serviceOptions |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ServiceOptions<ServiceT,OptionsT> |
ServiceOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ServiceOptions.baseEquals(ServiceOptions<?,?> other) |
| Constructor and Description |
|---|
Builder(ServiceOptions<ServiceT,OptionsT> options) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceRpcFactory<OptionsT extends ServiceOptions>
A base interface for all service RPC factories.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseEmulatorHelper<T extends ServiceOptions>
Utility class to start and stop a local service which is used by unit testing.
|
Copyright © 2022 Google LLC. All rights reserved.