public final class GcsUtil extends Object
Modifier and Type | Method and Description |
---|---|
static com.google.cloud.storage.BlobId |
blobIdFromUrl(String input)
Return a storage
BlobId given a storage input URL |
static byte[] |
fetchContent(String inputUrl)
Fetch byte array from specified storage URL
|
static InputStream |
fetchInputStreamContent(String inputUrl)
Fetch InputStream from specified storage URL
|
static String |
fetchStringContent(String inputUrl)
Fetch string content from specified storage URL
|
static Boolean |
isGcsUrl(String input)
Return true if the input string looks like a Google Cloud Storage URL
|
public static Boolean isGcsUrl(String input)
input
- Input stringpublic static com.google.cloud.storage.BlobId blobIdFromUrl(String input)
BlobId
given a storage input URLinput
- Input URL, e.g., gs://bucket/pathpublic static byte[] fetchContent(String inputUrl)
inputUrl
- Input URL, e.g., gs://bucket/pathpublic static String fetchStringContent(String inputUrl)
inputUrl
- Input URL, e.g., gs://bucket/pathpublic static InputStream fetchInputStreamContent(String inputUrl)
inputUrl
- Input URL, e.g., gs://bucket/pathCopyright © 2022. All rights reserved.