@@ -351,6 +351,38 @@ auto constexpr kDialogflowESSessionEntityTypeDisplayNameCpp = R"""(
351351 projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>
352352 @endcode)""" ;
353353
354+ auto constexpr kLoggingConfigClientProto1 =
355+ R"""( The resource name of the link:
356+
357+ "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
358+ "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
359+ "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
360+ "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID])""" ;
361+
362+ auto constexpr kLoggingConfigClientCpp1 =
363+ R"""( The resource name of the link:
364+
365+ "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
366+ "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
367+ "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]"
368+ "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/[LINK_ID]")""" ;
369+
370+ auto constexpr kLoggingConfigClientProto2 =
371+ R"""( The parent resource whose links are to be listed:
372+
373+ "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/links/"
374+ "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
375+ "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/"
376+ "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/)""" ;
377+
378+ auto constexpr kLoggingConfigClientCpp2 =
379+ R"""( The parent resource whose links are to be listed:
380+
381+ "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
382+ "organizations/[ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
383+ "billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
384+ "folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]")""" ;
385+
354386ParameterCommentSubstitution substitutions[] = {
355387 // From dialogflow/cx/v3.
356388 {kDialogflowCXEnvironmentIdProto1 , kDialogflowCXEnvironmentIdCpp1 },
@@ -366,6 +398,10 @@ ParameterCommentSubstitution substitutions[] = {
366398 {kDialogflowESSessionEntityTypeDisplayNameProto ,
367399 kDialogflowESSessionEntityTypeDisplayNameCpp },
368400
401+ // From logging/v2.
402+ {kLoggingConfigClientProto1 , kLoggingConfigClientCpp1 },
403+ {kLoggingConfigClientProto2 , kLoggingConfigClientCpp2 },
404+
369405 // From artifactregistry/v1, where a missing closing quote confuses
370406 // the Doxygen parser.
371407 {R"""( "projects/p1/locations/us-central1/repositories/repo1)""" ,
0 commit comments