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 | Class and Description |
---|---|
class |
BaseWriteChannel<ServiceOptionsT extends ServiceOptions<?,ServiceOptionsT>,EntityT extends Serializable>
Base implementation for a
WriteChannel . |
Modifier and Type | Method and Description |
---|---|
abstract RestorableState<WriteChannel> |
BaseWriteChannel.BaseState.Builder.build() |
RestorableState<WriteChannel> |
WriteChannel.capture()
Captures the write channel state so that it can be saved and restored afterwards.
|
RestorableState<WriteChannel> |
BaseWriteChannel.capture() |
Modifier and Type | Class and Description |
---|---|
class |
TableDataWriteChannel
WriteChannel implementation to stream data into a BigQuery table. |
Modifier and Type | Method and Description |
---|---|
WriteChannel |
Storage.writer(BlobInfo blobInfo,
Storage.BlobWriteOption... options)
Creates a blob and return a channel for writing its content.
|
WriteChannel |
Blob.writer(Storage.BlobWriteOption... options)
Returns a
WriteChannel object for writing to this blob. |
WriteChannel |
Storage.writer(URL signedURL)
Accepts signed URL and return a channel for writing content.
|
Copyright © 2019 Google LLC. All rights reserved.