@@ -35423,32 +35423,32 @@
3542335423 "options": {
3542435424 "java_package": {
3542535425 "valueCounts": {
35426- "com.google.cloud.documentai.v1beta3": 5
35426+ "com.google.cloud.documentai.v1beta3": 7
3542735427 }
3542835428 },
3542935429 "java_multiple_files": {
3543035430 "valueCounts": {
35431- "true": 5
35431+ "true": 7
3543235432 }
3543335433 },
3543435434 "go_package": {
3543535435 "valueCounts": {
35436- "google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai": 5
35436+ "google.golang.org/genproto/googleapis/cloud/documentai/v1beta3;documentai": 7
3543735437 }
3543835438 },
3543935439 "csharp_namespace": {
3544035440 "valueCounts": {
35441- "Google.Cloud.DocumentAI.V1Beta3": 5
35441+ "Google.Cloud.DocumentAI.V1Beta3": 7
3544235442 }
3544335443 },
3544435444 "php_namespace": {
3544535445 "valueCounts": {
35446- "Google\\Cloud\\DocumentAI\\V1beta3": 5
35446+ "Google\\Cloud\\DocumentAI\\V1beta3": 7
3544735447 }
3544835448 },
3544935449 "ruby_package": {
3545035450 "valueCounts": {
35451- "Google::Cloud::DocumentAI::V1beta3": 5
35451+ "Google::Cloud::DocumentAI::V1beta3": 7
3545235452 }
3545335453 }
3545435454 },
3546835468 }
3546935469 ]
3547035470 },
35471+ {
35472+ "shortName": "CreateProcessor",
35473+ "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.CreateProcessor",
35474+ "mode": "UNARY",
35475+ "bindings": [
35476+ {
35477+ "httpMethod": "POST",
35478+ "path": "/v1beta3/{parent=projects/*/locations/*}/processors"
35479+ }
35480+ ]
35481+ },
35482+ {
35483+ "shortName": "DeleteProcessor",
35484+ "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.DeleteProcessor",
35485+ "mode": "UNARY",
35486+ "bindings": [
35487+ {
35488+ "httpMethod": "DELETE",
35489+ "path": "/v1beta3/{name=projects/*/locations/*/processors/*}"
35490+ }
35491+ ]
35492+ },
35493+ {
35494+ "shortName": "DisableProcessor",
35495+ "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.DisableProcessor",
35496+ "mode": "UNARY",
35497+ "bindings": [
35498+ {
35499+ "httpMethod": "POST",
35500+ "path": "/v1beta3/{name=projects/*/locations/*/processors/*}:disable"
35501+ }
35502+ ]
35503+ },
35504+ {
35505+ "shortName": "EnableProcessor",
35506+ "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.EnableProcessor",
35507+ "mode": "UNARY",
35508+ "bindings": [
35509+ {
35510+ "httpMethod": "POST",
35511+ "path": "/v1beta3/{name=projects/*/locations/*/processors/*}:enable"
35512+ }
35513+ ]
35514+ },
35515+ {
35516+ "shortName": "FetchProcessorTypes",
35517+ "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.FetchProcessorTypes",
35518+ "mode": "UNARY",
35519+ "bindings": [
35520+ {
35521+ "httpMethod": "GET",
35522+ "path": "/v1beta3/{parent=projects/*/locations/*}:fetchProcessorTypes"
35523+ }
35524+ ]
35525+ },
35526+ {
35527+ "shortName": "ListProcessors",
35528+ "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.ListProcessors",
35529+ "mode": "UNARY",
35530+ "bindings": [
35531+ {
35532+ "httpMethod": "GET",
35533+ "path": "/v1beta3/{parent=projects/*/locations/*}/processors"
35534+ }
35535+ ]
35536+ },
3547135537 {
3547235538 "shortName": "ProcessDocument",
3547335539 "fullName": "google.cloud.documentai.v1beta3.DocumentProcessorService.ProcessDocument",
0 commit comments