Interface BlobReadSession

All Superinterfaces:
AutoCloseable, Closeable

@BetaApi @InternalExtensionOnly @TransportCompatibility(GRPC) public interface BlobReadSession extends AutoCloseable, Closeable
A session for reading bytes from a Blob
Since:
2.51.0 This new api is in preview and is subject to breaking changes.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close this session and any Projections produced by readAs(ReadProjectionConfig).
    The resolved metadata for the object being read
    <Projection>
    Projection
    readAs(ReadProjectionConfig<Projection> config)
    Read from this session as a specific Projection as dictated by the provided config