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.container.v1", 6 "libraryPackage": "com.google.cloud.container.v1", 7 "services": { 8 "ClusterManager": { 9 "clients": { 10 "grpc": { 11 "libraryClient": "ClusterManagerClient", 12 "rpcs": { 13 "CancelOperation": { 14 "methods": ["cancelOperation", "cancelOperation", "cancelOperation", "cancelOperationCallable"] 15 }, 16 "CompleteIPRotation": { 17 "methods": ["completeIPRotation", "completeIPRotation", "completeIPRotation", "completeIPRotationCallable"] 18 }, 19 "CompleteNodePoolUpgrade": { 20 "methods": ["completeNodePoolUpgrade", "completeNodePoolUpgradeCallable"] 21 }, 22 "CreateCluster": { 23 "methods": ["createCluster", "createCluster", "createCluster", "createClusterCallable"] 24 }, 25 "CreateNodePool": { 26 "methods": ["createNodePool", "createNodePool", "createNodePool", "createNodePoolCallable"] 27 }, 28 "DeleteCluster": { 29 "methods": ["deleteCluster", "deleteCluster", "deleteCluster", "deleteClusterCallable"] 30 }, 31 "DeleteNodePool": { 32 "methods": ["deleteNodePool", "deleteNodePool", "deleteNodePool", "deleteNodePoolCallable"] 33 }, 34 "GetCluster": { 35 "methods": ["getCluster", "getCluster", "getCluster", "getClusterCallable"] 36 }, 37 "GetJSONWebKeys": { 38 "methods": ["getJSONWebKeys", "getJSONWebKeysCallable"] 39 }, 40 "GetNodePool": { 41 "methods": ["getNodePool", "getNodePool", "getNodePool", "getNodePoolCallable"] 42 }, 43 "GetOperation": { 44 "methods": ["getOperation", "getOperation", "getOperation", "getOperationCallable"] 45 }, 46 "GetServerConfig": { 47 "methods": ["getServerConfig", "getServerConfig", "getServerConfig", "getServerConfigCallable"] 48 }, 49 "ListClusters": { 50 "methods": ["listClusters", "listClusters", "listClusters", "listClustersCallable"] 51 }, 52 "ListNodePools": { 53 "methods": ["listNodePools", "listNodePools", "listNodePools", "listNodePoolsCallable"] 54 }, 55 "ListOperations": { 56 "methods": ["listOperations", "listOperations", "listOperationsCallable"] 57 }, 58 "ListUsableSubnetworks": { 59 "methods": ["listUsableSubnetworks", "listUsableSubnetworksPagedCallable", "listUsableSubnetworksCallable"] 60 }, 61 "RollbackNodePoolUpgrade": { 62 "methods": ["rollbackNodePoolUpgrade", "rollbackNodePoolUpgrade", "rollbackNodePoolUpgrade", "rollbackNodePoolUpgradeCallable"] 63 }, 64 "SetAddonsConfig": { 65 "methods": ["setAddonsConfig", "setAddonsConfig", "setAddonsConfig", "setAddonsConfigCallable"] 66 }, 67 "SetLabels": { 68 "methods": ["setLabels", "setLabelsCallable"] 69 }, 70 "SetLegacyAbac": { 71 "methods": ["setLegacyAbac", "setLegacyAbac", "setLegacyAbac", "setLegacyAbacCallable"] 72 }, 73 "SetLocations": { 74 "methods": ["setLocations", "setLocations", "setLocations", "setLocationsCallable"] 75 }, 76 "SetLoggingService": { 77 "methods": ["setLoggingService", "setLoggingService", "setLoggingService", "setLoggingServiceCallable"] 78 }, 79 "SetMaintenancePolicy": { 80 "methods": ["setMaintenancePolicy", "setMaintenancePolicy", "setMaintenancePolicy", "setMaintenancePolicyCallable"] 81 }, 82 "SetMasterAuth": { 83 "methods": ["setMasterAuth", "setMasterAuthCallable"] 84 }, 85 "SetMonitoringService": { 86 "methods": ["setMonitoringService", "setMonitoringService", "setMonitoringService", "setMonitoringServiceCallable"] 87 }, 88 "SetNetworkPolicy": { 89 "methods": ["setNetworkPolicy", "setNetworkPolicy", "setNetworkPolicy", "setNetworkPolicyCallable"] 90 }, 91 "SetNodePoolAutoscaling": { 92 "methods": ["setNodePoolAutoscaling", "setNodePoolAutoscalingCallable"] 93 }, 94 "SetNodePoolManagement": { 95 "methods": ["setNodePoolManagement", "setNodePoolManagementCallable"] 96 }, 97 "SetNodePoolSize": { 98 "methods": ["setNodePoolSize", "setNodePoolSizeCallable"] 99 }, 100 "StartIPRotation": { 101 "methods": ["startIPRotation", "startIPRotation", "startIPRotation", "startIPRotationCallable"] 102 }, 103 "UpdateCluster": { 104 "methods": ["updateCluster", "updateCluster", "updateCluster", "updateClusterCallable"] 105 }, 106 "UpdateMaster": { 107 "methods": ["updateMaster", "updateMaster", "updateMaster", "updateMasterCallable"] 108 }, 109 "UpdateNodePool": { 110 "methods": ["updateNodePool", "updateNodePoolCallable"] 111 } 112 } 113 } 114 } 115 } 116 } 117}