{
    "schema": "1.0",
    "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
    "language": "typescript",
    "protoPackage": "google.maps.places.v1",
    "libraryPackage": "@googlemaps/places",
    "services": {
        "Places": {
            "clients": {
                "grpc": {
                    "libraryClient": "PlacesClient",
                    "rpcs": {
                        "SearchNearby": {
                            "methods": [
                                "searchNearby"
                            ]
                        },
                        "SearchText": {
                            "methods": [
                                "searchText"
                            ]
                        },
                        "GetPhotoMedia": {
                            "methods": [
                                "getPhotoMedia"
                            ]
                        },
                        "GetPlace": {
                            "methods": [
                                "getPlace"
                            ]
                        },
                        "AutocompletePlaces": {
                            "methods": [
                                "autocompletePlaces"
                            ]
                        }
                    }
                },
                "grpc-fallback": {
                    "libraryClient": "PlacesClient",
                    "rpcs": {
                        "SearchNearby": {
                            "methods": [
                                "searchNearby"
                            ]
                        },
                        "SearchText": {
                            "methods": [
                                "searchText"
                            ]
                        },
                        "GetPhotoMedia": {
                            "methods": [
                                "getPhotoMedia"
                            ]
                        },
                        "GetPlace": {
                            "methods": [
                                "getPlace"
                            ]
                        },
                        "AutocompletePlaces": {
                            "methods": [
                                "autocompletePlaces"
                            ]
                        }
                    }
                }
            }
        }
    }
}
