Skip to content

Commit

Permalink
feat: add new C# parameter to the exception list (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslav-rostovtsev committed Nov 2, 2021
1 parent f2e590d commit 4859a1e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ class ApiVersionedDir {
private static String IAM_POLICY_MIXIN = "name: google.iam.v1.IAMPolicy";

private static final String[] PRESERVED_PROTO_LIBRARY_STRING_ATTRIBUTES = {
// TypeScript:
// Multiple languages:
"package_name",
// TypeScript:
"main_service",
"bundle_config",
"iam_service",
// Ruby:
"ruby_cloud_title",
"ruby_cloud_description",
// C#:
"generate_nongapic_package",
// Other languages: add below
};

Expand Down

0 comments on commit 4859a1e

Please sign in to comment.