UNPKG

@google-cloud/workflows

Version:
68 lines (67 loc) 2.43 kB
{ "schema": "1.0", "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", "language": "typescript", "protoPackage": "google.cloud.workflows.executions.v1beta", "libraryPackage": "@google-cloud/workflows", "services": { "Executions": { "clients": { "grpc": { "libraryClient": "ExecutionsClient", "rpcs": { "CreateExecution": { "methods": [ "createExecution" ] }, "GetExecution": { "methods": [ "getExecution" ] }, "CancelExecution": { "methods": [ "cancelExecution" ] }, "ListExecutions": { "methods": [ "listExecutions", "listExecutionsStream", "listExecutionsAsync" ] } } }, "grpc-fallback": { "libraryClient": "ExecutionsClient", "rpcs": { "CreateExecution": { "methods": [ "createExecution" ] }, "GetExecution": { "methods": [ "getExecution" ] }, "CancelExecution": { "methods": [ "cancelExecution" ] }, "ListExecutions": { "methods": [ "listExecutions", "listExecutionsStream", "listExecutionsAsync" ] } } } } } } }