Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 757 Bytes

File metadata and controls

29 lines (20 loc) · 757 Bytes

API Reference

This package includes clients for multiple versions of the Tasks API. By default, you will get v2beta3, the latest version.

.. toctree::
    :maxdepth: 2

    gapic/v2/api
    gapic/v2/types


The previous beta releases, spelled v2beta3 and v2beta2, are provided to continue to support code previously written against them. In order to use them, you will want to import from e.g. google.cloud.tasks_v2beta3 in lieu of google.cloud.tasks (or the equivalent google.cloud.tasks_v2).

An API and type reference is provided the this beta also:

.. toctree::
    :maxdepth: 2

    gapic/v2beta3/api
    gapic/v2beta3/types
    gapic/v2beta2/api
    gapic/v2beta2/types