Cloud Storage API

Lets you store and retrieve potentially-large, immutable data objects.

Service: storage.googleapis.com

The Service namestorage.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 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.control.v2.StorageControl

Methods
CreateAnywhereCache Creates acache instance.
CreateFolder Creates a folder.
CreateManagedFolder Creates a managed folder within a bucket.
DeleteFolder Deletes a folder.
DeleteManagedFolder Deletes a managed folder within a bucket.
DisableAnywhereCache Disables a cache instance.
GetAnywhereCache Retrieves acache instance for a specified bucket.
GetFolder Retrieves the metadata of a folder.
GetFolderIntelligenceConfig Gets theIntelligenceConfig resource associated with your folder.
GetManagedFolder Returns metadata for the specified managed folder.
GetOrganizationIntelligenceConfig Gets theIntelligenceConfig resource associated with your organization.
GetProjectIntelligenceConfig Gets theIntelligenceConfig resource associated with your project.
GetStorageLayout Returns the storage layout of the specified bucket.
ListAnywhereCaches Retrieves a list ofcache instances for a specified bucket.
ListFolders View the folders within a bucket.
ListManagedFolders Retrieves a list of managed folders for a given bucket.
PauseAnywhereCache Pauses a cache instance.
RenameFolder Renames a folder.
ResumeAnywhereCache Resumes acache instance in a specified bucket from being paused or disabled.
UpdateAnywhereCache Updates acache instance.
UpdateFolderIntelligenceConfig Updates theIntelligenceConfig resource associated with your folder.
UpdateOrganizationIntelligenceConfig Updates theIntelligenceConfig resource associated with your organization.
UpdateProjectIntelligenceConfig Updates theIntelligenceConfig resource associated with your project.

google.storage.v2.Storage

Methods
BidiReadObject Reads an object's data.
BidiWriteObject Stores a new object and metadata.
CancelResumableWrite Cancels an in-progress resumable upload.
ComposeObject Concatenates a list of existing objects into a new object in the same bucket.
CreateBucket Creates a new bucket.
DeleteBucket Permanently deletes an empty bucket.
DeleteObject Deletes an object and its metadata.
GetBucket Returns metadata for the specified bucket.
GetIamPolicy Gets the IAM policy for a specified bucket or managed folder.
GetObject Retrieves object metadata.
ListBuckets Retrieves a list of buckets for a given project, ordered lexicographically by name.
ListObjects Retrieves a list of objects matching the criteria.
LockBucketRetentionPolicy Permanently locks theretention policy that is currently applied to the specified bucket.
MoveObject Moves the source object to the destination object in the same bucket.
QueryWriteStatus Determines thepersisted_size of an object that is being written.
ReadObject Retrieves object data.
RestoreObject Restores asoft-deleted object.
RewriteObject Rewrites a source object to a destination object.
SetIamPolicy Updates an IAM policy for the specified bucket or managed folder.
StartResumableWrite Starts a resumable write operation.
TestIamPermissions Tests a set of permissions on the given bucket, object, or managed folder to see which, if any, are held by the caller.
UpdateBucket Updates a bucket.
UpdateObject Updates an object's metadata.
WriteObject Stores a new object and metadata.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-03 UTC.