{
    "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"
                            ]
                        }
                    }
                }
            }
        }
    }
}
