{ "uuid": "ac2a4108-87aa-4db4-a8ed-e902c212c8f2", "lastMigration": 29, "name": "Cloud Translation API", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "dc7f063c-3235-48e0-9a6c-604a3f82cb8f", "documentation": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.", "method": "delete", "endpoint": "v3beta1/:name", "responses": [ { "uuid": "d8529040-542a-4a97-9553-becd18a5a938", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0b2aec1d-0119-42bc-81e4-bdc1d5b974c6", "documentation": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.", "method": "get", "endpoint": "v3beta1/:name", "responses": [ { "uuid": "67c0280c-7922-4107-b20f-bfb36a72b6b0", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a774e133-b9ba-4c89-91e6-ecba3ffe8df7", "documentation": "Lists information about the supported locations for this service.", "method": "get", "endpoint": "v3beta1/:name/locations", "responses": [ { "uuid": "4fac9caf-7be6-4d3a-a63d-6da7ca7d9fb6", "body": "{\n \"locations\": [\n {\n \"displayName\": \"\",\n \"labels\": {},\n \"locationId\": \"\",\n \"metadata\": {},\n \"name\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "95106eb1-7d50-465c-83db-c5c9a2e60165", "documentation": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `\"/v1/{name=users/*}/operations\"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.", "method": "get", "endpoint": "v3beta1/:name/operations", "responses": [ { "uuid": "5a41b9be-b3fb-42da-a397-870649940c62", "body": "{\n \"nextPageToken\": \"\",\n \"operations\": [\n {\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "28c739e4-25c6-47f2-9d5f-6c6729ea111d", "documentation": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", "method": "post", "endpoint": "v3beta1/:name:cancel", "responses": [ { "uuid": "a3f8d5a3-6b22-495f-9964-1940651bd7e6", "body": "{}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "7576f4f5-ed14-439d-8c5b-51ba9c0a9c51", "documentation": "Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.", "method": "post", "endpoint": "v3beta1/:name:wait", "responses": [ { "uuid": "074b0b60-0bd1-4472-86f3-61909bbd4e8f", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3708ecdf-b729-4806-901c-b59a1065c94f", "documentation": "Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't exist.", "method": "get", "endpoint": "v3beta1/:parent/glossaries", "responses": [ { "uuid": "f299425c-d2cd-43e3-9806-dda30e10c494", "body": "{\n \"glossaries\": [\n {\n \"endTime\": \"\",\n \"entryCount\": {{faker 'number.int' max=99999}},\n \"inputConfig\": {\n \"gcsSource\": {\n \"inputUri\": \"\"\n }\n },\n \"languageCodesSet\": {\n \"languageCodes\": [\n \"\"\n ]\n },\n \"languagePair\": {\n \"sourceLanguageCode\": \"\",\n \"targetLanguageCode\": \"\"\n },\n \"name\": \"\",\n \"submitTime\": \"\"\n }\n ],\n \"nextPageToken\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "39683918-fe7c-497a-80ba-1933b80ef676", "documentation": "Creates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.", "method": "post", "endpoint": "v3beta1/:parent/glossaries", "responses": [ { "uuid": "afaef01d-9585-40cb-853d-8de0b5667fa8", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "17eaf538-ef3b-409e-abe8-80a7688cc88a", "documentation": "Returns a list of supported languages for translation.", "method": "get", "endpoint": "v3beta1/:parent/supportedLanguages", "responses": [ { "uuid": "e100a7e2-9768-426a-a143-fe761260efdc", "body": "{\n \"languages\": [\n {\n \"displayName\": \"\",\n \"languageCode\": \"\",\n \"supportSource\": {{faker 'datatype.boolean'}},\n \"supportTarget\": {{faker 'datatype.boolean'}}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "f6756b64-7981-4ed0-9185-2873b7d16ce9", "documentation": "Translates a large volume of document in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location. This call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.", "method": "post", "endpoint": "v3beta1/:parent:batchTranslateDocument", "responses": [ { "uuid": "255ebdae-9567-40b9-97a0-8f7af232caab", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "580ba8ec-73f8-482b-af47-34c93346b39d", "documentation": "Translates a large volume of text in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location. This call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.", "method": "post", "endpoint": "v3beta1/:parent:batchTranslateText", "responses": [ { "uuid": "1efffaba-66c1-4094-8c8e-4d53ba460445", "body": "{\n \"done\": {{faker 'datatype.boolean'}},\n \"error\": {\n \"code\": {{faker 'number.int' max=99999}},\n \"details\": [\n {}\n ],\n \"message\": \"\"\n },\n \"metadata\": {},\n \"name\": \"\",\n \"response\": {}\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee8bb5d0-a433-406d-a7af-7785b488e081", "documentation": "Detects the language of text within a request.", "method": "post", "endpoint": "v3beta1/:parent:detectLanguage", "responses": [ { "uuid": "f63ed726-5e3b-4417-bb25-eab5718f37cd", "body": "{\n \"languages\": [\n {\n \"confidence\": {{faker 'number.float'}},\n \"languageCode\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a032dc51-daff-4acc-9435-803a119954d7", "documentation": "Translates documents in synchronous mode.", "method": "post", "endpoint": "v3beta1/:parent:translateDocument", "responses": [ { "uuid": "e4053222-f8eb-4d65-93b9-b89035c7976d", "body": "{\n \"documentTranslation\": {\n \"byteStreamOutputs\": [\n \"\"\n ],\n \"detectedLanguageCode\": \"\",\n \"mimeType\": \"\"\n },\n \"glossaryConfig\": {\n \"glossary\": \"\",\n \"ignoreCase\": {{faker 'datatype.boolean'}}\n },\n \"glossaryDocumentTranslation\": {\n \"byteStreamOutputs\": [\n \"\"\n ],\n \"detectedLanguageCode\": \"\",\n \"mimeType\": \"\"\n },\n \"model\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "90b8753d-0f01-49e8-bce5-3e1cbb3a3e49", "documentation": "Translates input text and returns translated text.", "method": "post", "endpoint": "v3beta1/:parent:translateText", "responses": [ { "uuid": "ab0e4968-291e-4e3f-a081-67d29de1c073", "body": "{\n \"glossaryTranslations\": [\n {\n \"detectedLanguageCode\": \"\",\n \"glossaryConfig\": {\n \"glossary\": \"\",\n \"ignoreCase\": {{faker 'datatype.boolean'}}\n },\n \"model\": \"\",\n \"translatedText\": \"\"\n }\n ],\n \"translations\": [\n {\n \"detectedLanguageCode\": \"\",\n \"glossaryConfig\": {\n \"glossary\": \"\",\n \"ignoreCase\": {{faker 'datatype.boolean'}}\n },\n \"model\": \"\",\n \"translatedText\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "Successful response", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "dc7f063c-3235-48e0-9a6c-604a3f82cb8f" }, { "type": "route", "uuid": "0b2aec1d-0119-42bc-81e4-bdc1d5b974c6" }, { "type": "route", "uuid": "a774e133-b9ba-4c89-91e6-ecba3ffe8df7" }, { "type": "route", "uuid": "95106eb1-7d50-465c-83db-c5c9a2e60165" }, { "type": "route", "uuid": "28c739e4-25c6-47f2-9d5f-6c6729ea111d" }, { "type": "route", "uuid": "7576f4f5-ed14-439d-8c5b-51ba9c0a9c51" }, { "type": "route", "uuid": "3708ecdf-b729-4806-901c-b59a1065c94f" }, { "type": "route", "uuid": "39683918-fe7c-497a-80ba-1933b80ef676" }, { "type": "route", "uuid": "17eaf538-ef3b-409e-abe8-80a7688cc88a" }, { "type": "route", "uuid": "f6756b64-7981-4ed0-9185-2873b7d16ce9" }, { "type": "route", "uuid": "580ba8ec-73f8-482b-af47-34c93346b39d" }, { "type": "route", "uuid": "ee8bb5d0-a433-406d-a7af-7785b488e081" }, { "type": "route", "uuid": "a032dc51-daff-4acc-9435-803a119954d7" }, { "type": "route", "uuid": "90b8753d-0f01-49e8-bce5-3e1cbb3a3e49" } ] }