Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(language): add .NET-specific generation settings to service config #7743

Merged
merged 10 commits into from
Apr 14, 2023
9 changes: 0 additions & 9 deletions internal/.repo-metadata-full.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
{
"": {
"distribution_name": "",
"description": "Cloud Firestore API",
"language": "Go",
"client_library_type": "generated",
"docs_url": "https://cloud.google.com/go/docs/reference/cloud.google.com/go/latest/",
"release_level": "ga",
"library_type": "GAPIC_AUTO"
},
"cloud.google.com/go/accessapproval/apiv1": {
"distribution_name": "cloud.google.com/go/accessapproval/apiv1",
"description": "Access Approval API",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{
"regionTag": "language_v1_generated_LanguageService_AnalyzeEntitySentiment_sync",
"title": "language AnalyzeEntitySentiment Sample",
"description": "AnalyzeEntitySentiment finds entities, similar to AnalyzeEntities in the text and analyzes\nsentiment associated with each entity and its mentions.",
"description": "AnalyzeEntitySentiment finds entities, similar to\nAnalyzeEntities\nin the text and analyzes sentiment associated with each entity and its\nmentions.",
"file": "Client/AnalyzeEntitySentiment/main.go",
"language": "GO",
"clientMethod": {
Expand Down
12 changes: 8 additions & 4 deletions language/apiv1/language_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 30 additions & 19 deletions language/apiv1/languagepb/language_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading