1{ 2 "schema": "1.0", 3 "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", 4 "language": "java", 5 "protoPackage": "google.cloud.recommender.v1beta1", 6 "libraryPackage": "com.google.cloud.recommender.v1beta1", 7 "services": { 8 "Recommender": { 9 "clients": { 10 "grpc": { 11 "libraryClient": "RecommenderClient", 12 "rpcs": { 13 "GetInsight": { 14 "methods": ["getInsight", "getInsight", "getInsight", "getInsightCallable"] 15 }, 16 "GetInsightTypeConfig": { 17 "methods": ["getInsightTypeConfig", "getInsightTypeConfig", "getInsightTypeConfig", "getInsightTypeConfigCallable"] 18 }, 19 "GetRecommendation": { 20 "methods": ["getRecommendation", "getRecommendation", "getRecommendation", "getRecommendationCallable"] 21 }, 22 "GetRecommenderConfig": { 23 "methods": ["getRecommenderConfig", "getRecommenderConfig", "getRecommenderConfig", "getRecommenderConfigCallable"] 24 }, 25 "ListInsights": { 26 "methods": ["listInsights", "listInsights", "listInsights", "listInsightsPagedCallable", "listInsightsCallable"] 27 }, 28 "ListRecommendations": { 29 "methods": ["listRecommendations", "listRecommendations", "listRecommendations", "listRecommendationsPagedCallable", "listRecommendationsCallable"] 30 }, 31 "MarkInsightAccepted": { 32 "methods": ["markInsightAccepted", "markInsightAccepted", "markInsightAccepted", "markInsightAcceptedCallable"] 33 }, 34 "MarkRecommendationClaimed": { 35 "methods": ["markRecommendationClaimed", "markRecommendationClaimed", "markRecommendationClaimed", "markRecommendationClaimedCallable"] 36 }, 37 "MarkRecommendationFailed": { 38 "methods": ["markRecommendationFailed", "markRecommendationFailed", "markRecommendationFailed", "markRecommendationFailedCallable"] 39 }, 40 "MarkRecommendationSucceeded": { 41 "methods": ["markRecommendationSucceeded", "markRecommendationSucceeded", "markRecommendationSucceeded", "markRecommendationSucceededCallable"] 42 }, 43 "UpdateInsightTypeConfig": { 44 "methods": ["updateInsightTypeConfig", "updateInsightTypeConfig", "updateInsightTypeConfigCallable"] 45 }, 46 "UpdateRecommenderConfig": { 47 "methods": ["updateRecommenderConfig", "updateRecommenderConfig", "updateRecommenderConfigCallable"] 48 } 49 } 50 } 51 } 52 } 53 } 54}