\google\appengine\ext\cloud_storage_streams
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Classes
CloudStorageClient is the base class for classes that are used to communicate
with Google Cloud Storage via the PHP streams interface.
Cloud Storage Delete Client handles deleting objects from buckets.
Cloud Storage Directory Client handles dir_opendir(), dir_readdir() and
dir_closedir() calls for Google Cloud Storage bucket.
Google Cloud Storage Read Client - Implements only the methods required to
read bytes from GCS using stream wrappers. For a fully fledged client
to access Google Cloud Storage you should consult the Google API client.
Cloud Storage Rename Client handles rename() calls for renaming a GCS object.
A user space stream wrapper for reading and writing to Google Cloud Storage.
Cloud Storage Url Stat Client handles stat() calls for objects and buckets.
Cloud Storage Write Client implements the stream wrapper functions required
to write to a Google Cloud Storage object.
Declares well known HTTP response codes and associated error messages.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-21 UTC."],[[["CloudStorageClient is the foundational class for interacting with Google Cloud Storage through PHP streams."],["CloudStorageDeleteClient is responsible for managing the deletion of objects within Google Cloud Storage buckets."],["CloudStorageReadClient enables reading data from Google Cloud Storage using stream wrappers, but it is a limited client with recommended usage of Google's API client instead."],["CloudStorageWriteClient implements the necessary stream wrapper functions for writing data to Google Cloud Storage objects."],["CloudStorageStreamWrapper acts as a user space stream wrapper, allowing for reading and writing to Google Cloud Storage."]]],[]]