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.workflows.v1beta", 6 "libraryPackage": "com.google.cloud.workflows.v1beta", 7 "services": { 8 "Workflows": { 9 "clients": { 10 "grpc": { 11 "libraryClient": "WorkflowsClient", 12 "rpcs": { 13 "CreateWorkflow": { 14 "methods": ["createWorkflowAsync", "createWorkflowAsync", "createWorkflowAsync", "createWorkflowOperationCallable", "createWorkflowCallable"] 15 }, 16 "DeleteWorkflow": { 17 "methods": ["deleteWorkflowAsync", "deleteWorkflowAsync", "deleteWorkflowAsync", "deleteWorkflowOperationCallable", "deleteWorkflowCallable"] 18 }, 19 "GetWorkflow": { 20 "methods": ["getWorkflow", "getWorkflow", "getWorkflow", "getWorkflowCallable"] 21 }, 22 "ListWorkflows": { 23 "methods": ["listWorkflows", "listWorkflows", "listWorkflows", "listWorkflowsPagedCallable", "listWorkflowsCallable"] 24 }, 25 "UpdateWorkflow": { 26 "methods": ["updateWorkflowAsync", "updateWorkflowAsync", "updateWorkflowOperationCallable", "updateWorkflowCallable"] 27 } 28 } 29 } 30 } 31 } 32 } 33}