{
    "schema": "1.0",
    "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
    "language": "typescript",
    "protoPackage": "google.cloud.compute.v1small",
    "libraryPackage": "@google-cloud/compute",
    "services": {
        "Addresses": {
            "clients": {
                "grpc": {
                    "libraryClient": "AddressesClient",
                    "rpcs": {
                        "Delete": {
                            "methods": [
                                "delete"
                            ]
                        },
                        "Insert": {
                            "methods": [
                                "insert"
                            ]
                        },
                        "AggregatedList": {
                            "methods": [
                                "aggregatedList",
                                "aggregatedListStream",
                                "aggregatedListAsync"
                            ]
                        },
                        "List": {
                            "methods": [
                                "list",
                                "listStream",
                                "listAsync"
                            ]
                        }
                    }
                },
                "grpc-fallback": {
                    "libraryClient": "AddressesClient",
                    "rpcs": {
                        "Delete": {
                            "methods": [
                                "delete"
                            ]
                        },
                        "Insert": {
                            "methods": [
                                "insert"
                            ]
                        },
                        "AggregatedList": {
                            "methods": [
                                "aggregatedList",
                                "aggregatedListStream",
                                "aggregatedListAsync"
                            ]
                        },
                        "List": {
                            "methods": [
                                "list",
                                "listStream",
                                "listAsync"
                            ]
                        }
                    }
                }
            }
        },
        "RegionOperations": {
            "clients": {
                "grpc": {
                    "libraryClient": "RegionOperationsClient",
                    "rpcs": {
                        "Get": {
                            "methods": [
                                "get"
                            ]
                        },
                        "Wait": {
                            "methods": [
                                "wait"
                            ]
                        }
                    }
                },
                "grpc-fallback": {
                    "libraryClient": "RegionOperationsClient",
                    "rpcs": {
                        "Get": {
                            "methods": [
                                "get"
                            ]
                        },
                        "Wait": {
                            "methods": [
                                "wait"
                            ]
                        }
                    }
                }
            }
        }
    }
}
