Cloud Storage JSON API (storage:v1)

2026-06-29

1 removed method

Deletions

    Methods
  • storage.objects.watchAll

      Path : b/{bucket}/o/watch

      HTTP Method : POST

      Description : Watch for changes on all objects in a bucket.

      Parameters :

        bucket

          Type : string

          Description : Name of the bucket in which to look for objects.

          Required : Yes

          Location : path

        delimiter

          Type : string

          Description : Returns results in a directory-like mode. items will contain only objects whose names, aside from the prefix, do not contain delimiter. Objects whose names, aside from the prefix, contain delimiter will have their name, truncated after the delimiter, returned in prefixes. Duplicate prefixes are omitted.

          Location : query

        endOffset

          Type : string

          Description : Filter results to objects whose names are lexicographically before endOffset. If startOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).

          Location : query

        includeTrailingDelimiter

          Type : boolean

          Description : If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes.

          Location : query

        maxResults

          Type : integer

          Description : Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller.

          Default : 1000

          Format : uint32

          Minimum : 0

          Location : query

        pageToken

          Type : string

          Description : A previously-returned page token representing part of the larger set of results to view.

          Location : query

        prefix

          Type : string

          Description : Filter results to objects whose names begin with this prefix.

          Location : query

        projection

          Type : string

          Description : Set of properties to return. Defaults to noAcl.

          Enum :

        • full
        • noAcl
        • Enum Descriptions :

        • Include all properties.
        • Omit the owner, acl property.
        • Location : query

        startOffset

          Type : string

          Description : Filter results to objects whose names are lexicographically equal to or after startOffset. If endOffset is also set, the objects listed will have names between startOffset (inclusive) and endOffset (exclusive).

          Location : query

        userProject

          Type : string

          Description : The project to be billed for this request. Required for Requester Pays buckets.

          Location : query

        versions

          Type : boolean

          Description : If true, lists all versions of an object as distinct results. The default is false. For more information, see [Object Versioning](https://cloud.google.com/storage/docs/object-versioning).

          Location : query

      Parameter Order : bucket

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • https://www.googleapis.com/auth/devstorage.full_control
    • https://www.googleapis.com/auth/devstorage.read_only
    • https://www.googleapis.com/auth/devstorage.read_write
    • Supportssubscription : Yes