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.devtools.cloudtrace.v2", 6 "libraryPackage": "com.google.cloud.trace.v2", 7 "services": { 8 "TraceService": { 9 "clients": { 10 "grpc": { 11 "libraryClient": "TraceServiceClient", 12 "rpcs": { 13 "BatchWriteSpans": { 14 "methods": ["batchWriteSpans", "batchWriteSpans", "batchWriteSpans", "batchWriteSpansCallable"] 15 }, 16 "CreateSpan": { 17 "methods": ["createSpan", "createSpanCallable"] 18 } 19 } 20 } 21 } 22 } 23 } 24}