Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: initial support for Extended Operations #344

Merged
merged 5 commits into from
Mar 2, 2022

Commits on Feb 25, 2022

  1. feat: initial support for Extended Operations

    Certain APIs with Long-Running Operations deviate from the semantics
    in https://google.aip.dev/151 and instead define custom operation
    messages, aka Extended Operations.
    
    This change adds a PollingFuture subclass designed to be used with
    Extended Operations. It is analogous and broadly similar to
    google.api_core.operation.Operation and subclasses
    google.api_core.future.polling.PollingFuture.
    
    The full description of Extended Operation semantics is beyond the
    scope of this change.
    software-dov committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    97da2d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b3da9d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Integrate reviews

    software-dov committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    f2caa5c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Configuration menu
    Copy the full SHA
    9f55dc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c9582 View commit details
    Browse the repository at this point in the history