chore: regenerate API index

pull/744/head
Google APIs 4 years ago
parent fc4139da94
commit 84357f423f
  1. 107
      api-index-v1.json

@ -33629,14 +33629,117 @@
}
]
},
{
"id": "google.cloud.language.v1",
"directory": "google/cloud/language/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "language.googleapis.com",
"title": "Cloud Natural Language API",
"description": "Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.",
"importDirectories": [
"google/api"
],
"options": {
"java_package": {
"valueCounts": {
"com.google.cloud.language.v1": 1
}
},
"java_multiple_files": {
"valueCounts": {
"true": 1
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/language/v1;language": 1
}
}
},
"services": [
{
"shortName": "LanguageService",
"fullName": "google.cloud.language.v1.LanguageService",
"methods": [
{
"shortName": "AnalyzeEntities",
"fullName": "google.cloud.language.v1.LanguageService.AnalyzeEntities",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/documents:analyzeEntities"
}
]
},
{
"shortName": "AnalyzeEntitySentiment",
"fullName": "google.cloud.language.v1.LanguageService.AnalyzeEntitySentiment",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/documents:analyzeEntitySentiment"
}
]
},
{
"shortName": "AnalyzeSentiment",
"fullName": "google.cloud.language.v1.LanguageService.AnalyzeSentiment",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/documents:analyzeSentiment"
}
]
},
{
"shortName": "AnalyzeSyntax",
"fullName": "google.cloud.language.v1.LanguageService.AnalyzeSyntax",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/documents:analyzeSyntax"
}
]
},
{
"shortName": "AnnotateText",
"fullName": "google.cloud.language.v1.LanguageService.AnnotateText",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/documents:annotateText"
}
]
},
{
"shortName": "ClassifyText",
"fullName": "google.cloud.language.v1.LanguageService.ClassifyText",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/documents:classifyText"
}
]
}
]
}
]
},
{
"id": "google.cloud.language.v1beta2",
"directory": "google/cloud/language/v1beta2",
"version": "v1beta2",
"majorVersion": "v1",
"hostName": "language.googleapis.com",
"title": "Cloud Natural Language API",
"description": "Provides natural language understanding technologies, such as sentiment analysis, entity recognition, entity sentiment analysis, and other text annotations, to developers.",
"title": "Google Cloud Natural Language API",
"description": "Google Cloud Natural Language API provides natural language understanding technologies to developers. Examples include sentiment analysis, entity recognition, and text annotations.",
"importDirectories": [
"google/api",
"google/protobuf"

Loading…
Cancel
Save