1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
{ "google_api_http_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_api_http_proto"]
, "srcs": ["google/api/http.proto"]
}
, "google_api_annotations_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_api_annotations_proto"]
, "srcs": ["google/api/annotations.proto"]
, "deps": ["google_api_http_proto"]
}
, "google/bytestream/bytestream.proto":
{ "type": ["@", "rules", "patch", "file"]
, "src": [["FILE", null, "google/bytestream/bytestream.proto"]]
, "patch": [["@", "patches", "", "bytestream.proto.diff"]]
}
, "google_bytestream_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_bytestream_proto"]
, "service": ["yes"]
, "srcs": ["google/bytestream/bytestream.proto"]
, "deps": ["google_api_annotations_proto"]
}
, "google_rpc_status_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_rpc_status_proto"]
, "srcs": ["google/rpc/status.proto"]
}
, "google_longrunning_operations_proto":
{ "type": ["@", "rules", "proto", "library"]
, "name": ["google_longrunning_operations_proto"]
, "service": ["yes"]
, "srcs": ["google/longrunning/operations.proto"]
, "deps":
[ "google_api_annotations_proto"
, "google_api_http_proto"
, "google_rpc_status_proto"
]
}
}
|