Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

fix: Make java lowerCamel methos naming match protobuf java stubs output methods naming #3265

Merged
merged 1 commit into from
Aug 7, 2020

Commits on Aug 7, 2020

  1. fix: Make java lowerCamel methos naming match protobuf java stubs out…

    …put methods naming.
    
    Specifically, before this fix, for a field named `one_two3four` protobuf will generate java method named `setOneTwo3Four()`, while gapic generator would assume it to be `setOneTwo3four()`.
    vam-google committed Aug 7, 2020
    Configuration menu
    Copy the full SHA
    3a8395a View commit details
    Browse the repository at this point in the history