We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e81e18 commit 032f305Copy full SHA for 032f305
1 file changed
generator/internal/descriptor_utils.cc
@@ -223,12 +223,6 @@ auto constexpr kLoggingConfigClientCpp2 =
223
"folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]")""";
224
225
ParameterCommentSubstitution substitutions[] = {
226
- // Unescaped elements in bigtable/admin/v2.
227
- {" projects/<project>/instances/<instance>/"
228
- "tables/<table>/authorizedViews/<authorized_view>",
229
- " `projects/<project>/instances/<instance>/"
230
- "tables/<table>/authorizedViews/<authorized_view>`"},
231
-
232
// There a number of comments (almost all from DialogFlow) that
233
// - use single code quotes
234
// - are broken up over multiple lines
0 commit comments