| Class | Description |
|---|---|
| GcsItemInfoTestBuilder |
Builder used in tests for
GoogleCloudStorageItemInfo class |
| GcsItemInfoTestBuilder.Builder |
Mutable builder for the GoogleCloudStorageItemInfo class.
|
| InMemoryBucketEntry |
InMemoryBucketEntry represents a GCS bucket in-memory by containing mappings to objects in the
bucket alongside bucket-level metadata including storage location, storage class, etc.
|
| InMemoryGoogleCloudStorage |
InMemoryGoogleCloudStorage overrides the public methods of GoogleCloudStorage by implementing all
the equivalent bucket/object semantics with local in-memory storage.
|
| InMemoryObjectEntry |
InMemoryObjectEntry represents a GCS StorageObject in-memory by maintaining byte[] contents
alongside channels and metadata allowing interaction with the data in a similar way to the
equivalent GCS API calls.
|
| InMemoryObjectReadChannel |
A SeekableByteChannel based on GoogleCloudStorageReadChannel that supports reading from in-memory
byte stream.
|
| TestConfiguration |
Access to test configurations values.
|
| TestConfiguration.EnvironmentBasedTestConfiguration |
Environment-based test configuration.
|
Copyright © 2024. All rights reserved.