Google Cloud Storage has several types of GET operations:
Class A
Class B
Can anyone explain in "newbie's term" their differences?
These are terms specific to the XML API. You can see a full list of XML API methods and their names and meanings here: https://developers.google.com/storage/docs/reference-methods
"GET Service" is the call to the XML API to list buckets owned by a project.
"GET Bucket (when listing objects)" is the call to list objects in a particular bucket.
"GET Bucket (when retrieving bucket configuration)" is the call to retrieve the metadata and configuratino of a particular bucket.
"GET Object" is the call to view an object's metadata or download its contents.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With