GoogleCloudStorageItemInfo |
ForwardingGoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
|
GoogleCloudStorageItemInfo |
GoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
Composes inputs into a single GCS object.
|
GoogleCloudStorageItemInfo |
GoogleCloudStorageClientImpl.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
|
GoogleCloudStorageItemInfo |
GoogleCloudStorageImpl.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
|
GoogleCloudStorageItemInfo |
PerformanceCachingGoogleCloudStorage.composeObjects(List<StorageResourceId> sources,
StorageResourceId destination,
CreateObjectOptions options) |
|
WritableByteChannel |
ForwardingGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
|
WritableByteChannel |
GoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
Creates and opens an object for writing.
|
WritableByteChannel |
GoogleCloudStorageClientImpl.create(StorageResourceId resourceId,
CreateObjectOptions options) |
|
WritableByteChannel |
GoogleCloudStorageImpl.create(StorageResourceId resourceId,
CreateObjectOptions options) |
|
WritableByteChannel |
PerformanceCachingGoogleCloudStorage.create(StorageResourceId resourceId,
CreateObjectOptions options) |
|
void |
ForwardingGoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
|
void |
GoogleCloudStorage.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
Creates an empty object, useful for placeholders representing, for example, directories.
|
void |
GoogleCloudStorageClientImpl.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
|
void |
GoogleCloudStorageImpl.createEmptyObject(StorageResourceId resourceId,
CreateObjectOptions options) |
|
void |
ForwardingGoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
|
void |
GoogleCloudStorage.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
|
void |
GoogleCloudStorageClientImpl.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
|
void |
GoogleCloudStorageImpl.createEmptyObjects(List<StorageResourceId> resourceIds,
CreateObjectOptions options) |
|