Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Restorable<T extends Restorable<T>>
Implementation of this interface can persist their state and restore from it.
|
interface |
RestorableState<T extends Restorable<T>>
A common interface for restorable states.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReadChannel
A channel for reading data from a Google Cloud object.
|
interface |
WriteChannel
A channel for writing data to Google Cloud services.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
Base implementation for a
WriteChannel . |
Modifier and Type | Class and Description |
---|---|
class |
TableDataWriteChannel
WriteChannel implementation to stream data into a BigQuery table. |
Modifier and Type | Class and Description |
---|---|
class |
CopyWriter
Google Storage blob copy writer.
|
Copyright © 2019 Google LLC. All rights reserved.