diff --git a/lib/google/apis/generator/annotator.rb b/lib/google/apis/generator/annotator.rb index 7a15d69ab..e534d820e 100644 --- a/lib/google/apis/generator/annotator.rb +++ b/lib/google/apis/generator/annotator.rb @@ -34,7 +34,8 @@ module Google # where algorithmic approaches produce poor APIs. class Names ActiveSupport::Inflector.inflections do |inflections| - u = inflections.uncountable('send_as', 'as') + inflections.uncountable('send_as', 'as') + inflections.irregular('teamdrive', 'teamdrives') end include Google::Apis::Core::Logging