Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

fix: Fix the resource annotations for GetRepositoryRequest #171

Merged
merged 2 commits into from Oct 21, 2021

Commits on Oct 21, 2021

  1. fix!: Fix the resource annotations for GetRepositoryRequest

    BREAKING CHANGE: This will be a breaking change for languages that generate client libraries using resource annotations to provide overloads accepting resource names. Where previously such languages would have generated (in-pseudocode) GetRepository(LocationName) they will now (correctly) generate GetRepository(RepositoryName). Code using the older methods will be broken by this change, but would never have worked anyway.
    
    PiperOrigin-RevId: 403028264
    
    Source-Link: googleapis/googleapis@9bac62d
    
    Source-Link: googleapis/googleapis-gen@4f54454
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY1NDQ1NGI2NDliY2VkZWExNGJiMDE5NTVhNjU4NTBjZTkwNmQ5YiJ9
    gcf-owl-bot[bot] committed Oct 21, 2021
    Copy the full SHA
    cc25412 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7ca8305 View commit details
    Browse the repository at this point in the history