Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/gapic-generator-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.51.2
Choose a base ref
...
head repository: googleapis/gapic-generator-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.52.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 7 contributors

Commits on Sep 15, 2021

  1. feat: Support alternative http bindings in the gapic schema. (#993)

    Support alternative http bindings in the gapic schema and adds support for parsing multiple bindings for one method.
    
    Co-authored-by: Kenneth Bandes <kbandes@google.com>
    kbandes and Kenneth Bandes authored Sep 15, 2021
    Configuration menu
    Copy the full SHA
    041a726 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    e553dc7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. fix: improper types in pagers generation (#970)

    * fix: improper types in pagers generation
    
    Generators are Iterators not Iterables https://docs.python.org/3/library/typing.html#typing.Generator
    
    * chore: update goldens
    
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    3 people authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    bba3eea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c40194 View commit details
    Browse the repository at this point in the history
Loading