{
    "schema": "1.0",
    "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
    "language": "typescript",
    "protoPackage": "google.cloud.memorystore.v1",
    "libraryPackage": "@google-cloud/memorystore",
    "services": {
        "Memorystore": {
            "clients": {
                "grpc": {
                    "libraryClient": "MemorystoreClient",
                    "rpcs": {
                        "GetInstance": {
                            "methods": [
                                "getInstance"
                            ]
                        },
                        "GetCertificateAuthority": {
                            "methods": [
                                "getCertificateAuthority"
                            ]
                        },
                        "CreateInstance": {
                            "methods": [
                                "createInstance"
                            ]
                        },
                        "UpdateInstance": {
                            "methods": [
                                "updateInstance"
                            ]
                        },
                        "DeleteInstance": {
                            "methods": [
                                "deleteInstance"
                            ]
                        },
                        "ListInstances": {
                            "methods": [
                                "listInstances",
                                "listInstancesStream",
                                "listInstancesAsync"
                            ]
                        }
                    }
                },
                "grpc-fallback": {
                    "libraryClient": "MemorystoreClient",
                    "rpcs": {
                        "GetInstance": {
                            "methods": [
                                "getInstance"
                            ]
                        },
                        "GetCertificateAuthority": {
                            "methods": [
                                "getCertificateAuthority"
                            ]
                        },
                        "CreateInstance": {
                            "methods": [
                                "createInstance"
                            ]
                        },
                        "UpdateInstance": {
                            "methods": [
                                "updateInstance"
                            ]
                        },
                        "DeleteInstance": {
                            "methods": [
                                "deleteInstance"
                            ]
                        },
                        "ListInstances": {
                            "methods": [
                                "listInstances",
                                "listInstancesStream",
                                "listInstancesAsync"
                            ]
                        }
                    }
                }
            }
        }
    }
}
