Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Jun 16, 2021
1 parent 19906f9 commit 30c4de8
Showing 1 changed file with 72 additions and 6 deletions.
78 changes: 72 additions & 6 deletions api-index-v1.json
Expand Up @@ -35423,32 +35423,32 @@
"options": {
"java_package": {
"valueCounts": {
"com.google.cloud.documentai.v1beta3": 5
"com.google.cloud.documentai.v1beta3": 7
}
},
"java_multiple_files": {
"valueCounts": {
"true": 5
"true": 7
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai": 5
"google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai": 7
}
},
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DocumentAI.V1Beta3": 5
"Google.Cloud.DocumentAI.V1Beta3": 7
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\DocumentAI\\V1beta3": 5
"Google\\Cloud\\DocumentAI\\V1beta3": 7
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::DocumentAI::V1beta3": 5
"Google::Cloud::DocumentAI::V1beta3": 7
}
}
},
Expand All @@ -35468,6 +35468,72 @@
}
]
},
{
"shortName": "CreateProcessor",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.CreateProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta3/{parent=projects/*/locations/*}/processors"
}
]
},
{
"shortName": "DeleteProcessor",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1beta3/{name=projects/*/locations/*/processors/*}"
}
]
},
{
"shortName": "DisableProcessor",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta3/{name=projects/*/locations/*/processors/*}:disable"
}
]
},
{
"shortName": "EnableProcessor",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1beta3/{name=projects/*/locations/*/processors/*}:enable"
}
]
},
{
"shortName": "FetchProcessorTypes",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta3/{parent=projects/*/locations/*}:fetchProcessorTypes"
}
]
},
{
"shortName": "ListProcessors",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessors",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1beta3/{parent=projects/*/locations/*}/processors"
}
]
},
{
"shortName": "ProcessDocument",
"fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument",
Expand Down

0 comments on commit 30c4de8

Please sign in to comment.