Cloud Storage RPC API

The Cloud Storage RPC API lets you store and retrieve potentially large, immutable data objects.

Service: storage.googleapis.com

The Service name storage.googleapis.com is needed to create RPC client stubs.

google.longrunning.Operations

Methods
CancelOperation Starts asynchronous cancellation on a long-running operation.
DeleteOperation Deletes a long-running operation.
GetOperation Gets the latest state of a long-running operation.
ListOperations Lists long-running operations that match the specified filter in the request.
WaitOperation Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.

google.storage.v2.Storage

Methods
DeleteObject Deletes an object and its metadata.
GetObject Retrieves object metadata.
ListObjects Retrieves a list of objects matching the criteria.
QueryWriteStatus Determines the persisted_size of an object that is being written.
ReadObject Retrieves object data.
RestoreObject Restores a soft-deleted object.
StartResumableWrite Starts a resumable write operation.
WriteObject Stores a new object and metadata.