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 Aug 8, 2022
1 parent 19bf693 commit 164f1fa
Showing 1 changed file with 171 additions and 7 deletions.
178 changes: 171 additions & 7 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -45006,32 +45006,32 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DocumentAI.V1": 5
"Google.Cloud.DocumentAI.V1": 9
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/documentai/v1;documentai": 5
"google.golang.org/genproto/googleapis/cloud/documentai/v1;documentai": 9
}
},
"java_multiple_files": {
"valueCounts": {
"true": 5
"true": 9
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.documentai.v1": 5
"com.google.cloud.documentai.v1": 9
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\DocumentAI\\V1": 5
"Google\\Cloud\\DocumentAI\\V1": 9
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::DocumentAI::V1": 5
"Google::Cloud::DocumentAI::V1": 9
}
}
},
Expand All @@ -45048,6 +45048,142 @@
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*}:batchProcess"
},
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*/processorVersions/*}:batchProcess"
}
]
},
{
"shortName": "CreateProcessor",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.CreateProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/processors"
}
]
},
{
"shortName": "DeleteProcessor",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/processors/*}"
}
]
},
{
"shortName": "DeleteProcessorVersion",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessorVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/processors/*/processorVersions/*}"
}
]
},
{
"shortName": "DeployProcessorVersion",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.DeployProcessorVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*/processorVersions/*}:deploy"
}
]
},
{
"shortName": "DisableProcessor",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*}:disable"
}
]
},
{
"shortName": "EnableProcessor",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.EnableProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*}:enable"
}
]
},
{
"shortName": "FetchProcessorTypes",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.FetchProcessorTypes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}:fetchProcessorTypes"
}
]
},
{
"shortName": "GetProcessor",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.GetProcessor",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/processors/*}"
}
]
},
{
"shortName": "GetProcessorVersion",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.GetProcessorVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/processors/*/processorVersions/*}"
}
]
},
{
"shortName": "ListProcessorTypes",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.ListProcessorTypes",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/processorTypes"
}
]
},
{
"shortName": "ListProcessorVersions",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.ListProcessorVersions",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/processors/*}/processorVersions"
}
]
},
{
"shortName": "ListProcessors",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.ListProcessors",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/processors"
}
]
},
Expand All @@ -45059,6 +45195,10 @@
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*}:process"
},
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*/processorVersions/*}:process"
}
]
},
Expand All @@ -45072,13 +45212,37 @@
"path": "/v1/{human_review_config=projects/*/locations/*/processors/*/humanReviewConfig}:reviewDocument"
}
]
},
{
"shortName": "SetDefaultProcessorVersion",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.SetDefaultProcessorVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{processor=projects/*/locations/*/processors/*}:setDefaultProcessorVersion"
}
]
},
{
"shortName": "UndeployProcessorVersion",
"fullName": "google.cloud.documentai.v1.DocumentProcessorService.UndeployProcessorVersion",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/processors/*/processorVersions/*}:undeploy"
}
]
}
]
}
],
"configFile": "documentai_v1.yaml",
"serviceConfigApiNames": [
"google.cloud.documentai.v1.DocumentProcessorService"
"google.cloud.documentai.v1.DocumentProcessorService",
"google.cloud.location.Locations",
"google.longrunning.Operations"
]
},
{
Expand Down

0 comments on commit 164f1fa

Please sign in to comment.