Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4045,6 +4045,8 @@ Blob createFrom(
/**
* Returns the requested bucket or {@code null} if not found.
*
* <p>Note: A {@link StorageException} is thrown in case of any failure.
*
* <p>Accepts an optional userProject {@link BucketGetOption} option which defines the project id
* to assign operational costs.
*
Expand All @@ -4067,6 +4069,8 @@ Blob createFrom(
* Locks bucket retention policy. Requires a local metageneration value in the request. Review
* example below.
*
* <p>Note: A {@link StorageException} is thrown in case of any failure.
*
* <p>Accepts an optional userProject {@link BucketTargetOption} option which defines the project
* id to assign operational costs.
*
Expand All @@ -4090,6 +4094,8 @@ Blob createFrom(
/**
* Returns the requested blob or {@code null} if not found.
*
* <p>Note: A {@link StorageException} is thrown in case of any failure.
*
* <p>Accepts an optional userProject {@link BlobGetOption} option which defines the project id to
* assign operational costs.
*
Expand All @@ -4112,6 +4118,8 @@ Blob createFrom(
/**
* Returns the requested blob or {@code null} if not found.
*
* <p>Note: A {@link StorageException} is thrown in case of any failure.
*
* <p>Accepts an optional userProject {@link BlobGetOption} option which defines the project id to
* assign operational costs.
*
Expand Down Expand Up @@ -4149,6 +4157,8 @@ Blob createFrom(
/**
* Returns the requested blob or {@code null} if not found.
*
* <p>Note: A {@link StorageException} is thrown in case of any failure.
*
* <p>Example of getting information on a blob.
*
* <pre>{@code
Expand Down