-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add default_version and codeowner_team to .repo-metadata.json (#…
…411) By default the code owner will be googleapis/yoshi-python. This change is needed for the following synthtool PRs. googleapis/synthtool#1201 googleapis/synthtool#1114
- Loading branch information
Showing
1 changed file
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
{ | ||
"name": "dialogflow", | ||
"name_pretty": "Dialogflow", | ||
"product_documentation": "https://www.dialogflow.com/", | ||
"client_documentation": "https://googleapis.dev/python/dialogflow/latest", | ||
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", | ||
"release_level": "ga", | ||
"language": "python", | ||
"library_type": "GAPIC_AUTO", | ||
"repo": "googleapis/python-dialogflow", | ||
"distribution_name": "google-cloud-dialogflow", | ||
"api_id": "dialogflow.googleapis.com", | ||
"requires_billing": true | ||
} | ||
"name": "dialogflow", | ||
"name_pretty": "Dialogflow", | ||
"product_documentation": "https://www.dialogflow.com/", | ||
"client_documentation": "https://googleapis.dev/python/dialogflow/latest", | ||
"issue_tracker": "https://issuetracker.google.com/savedsearches/5300385", | ||
"release_level": "ga", | ||
"language": "python", | ||
"library_type": "GAPIC_AUTO", | ||
"repo": "googleapis/python-dialogflow", | ||
"distribution_name": "google-cloud-dialogflow", | ||
"api_id": "dialogflow.googleapis.com", | ||
"requires_billing": true, | ||
"default_version": "v2", | ||
"codeowner_team": "" | ||
} |