Skip to content

Commit

Permalink
chore: add @InternalExtensionOnly to BlobWriteSession (#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead authored Sep 11, 2024
1 parent 1dd51c3 commit de1de19
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

import com.google.api.core.ApiFuture;
import com.google.api.core.BetaApi;
import com.google.api.core.InternalExtensionOnly;
import java.io.IOException;
import java.nio.channels.WritableByteChannel;
import java.util.concurrent.TimeUnit;
Expand All @@ -35,11 +36,13 @@
* BlobWriteSessionConfig} provided at {@link StorageOptions} creation time.
*
* @see GrpcStorageOptions.Builder#setBlobWriteSessionConfig(BlobWriteSessionConfig)
* @see HttpStorageOptions.Builder#setBlobWriteSessionConfig(BlobWriteSessionConfig)
* @see BlobWriteSessionConfig
* @see BlobWriteSessionConfigs
* @since 2.26.0 This new api is in preview and is subject to breaking changes.
*/
@BetaApi
@InternalExtensionOnly
public interface BlobWriteSession {

/**
Expand Down

0 comments on commit de1de19

Please sign in to comment.