scanoss 1.31.5__py3-none-any.whl → 1.34.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- protoc_gen_swagger/options/annotations_pb2.py +18 -12
- protoc_gen_swagger/options/annotations_pb2.pyi +48 -0
- protoc_gen_swagger/options/annotations_pb2_grpc.py +20 -0
- protoc_gen_swagger/options/openapiv2_pb2.py +110 -99
- protoc_gen_swagger/options/openapiv2_pb2.pyi +1317 -0
- protoc_gen_swagger/options/openapiv2_pb2_grpc.py +20 -0
- scanoss/__init__.py +1 -1
- scanoss/api/common/v2/scanoss_common_pb2.py +8 -6
- scanoss/api/common/v2/scanoss_common_pb2_grpc.py +5 -1
- scanoss/api/components/v2/scanoss_components_pb2.py +46 -32
- scanoss/api/components/v2/scanoss_components_pb2_grpc.py +6 -6
- scanoss/api/cryptography/v2/scanoss_cryptography_pb2.py +107 -29
- scanoss/api/cryptography/v2/scanoss_cryptography_pb2_grpc.py +545 -9
- scanoss/api/dependencies/v2/scanoss_dependencies_pb2.py +29 -21
- scanoss/api/dependencies/v2/scanoss_dependencies_pb2_grpc.py +1 -0
- scanoss/api/geoprovenance/v2/scanoss_geoprovenance_pb2.py +51 -19
- scanoss/api/geoprovenance/v2/scanoss_geoprovenance_pb2_grpc.py +189 -1
- scanoss/api/licenses/v2/scanoss_licenses_pb2.py +27 -27
- scanoss/api/scanning/v2/scanoss_scanning_pb2.py +18 -18
- scanoss/api/semgrep/v2/scanoss_semgrep_pb2.py +29 -13
- scanoss/api/semgrep/v2/scanoss_semgrep_pb2_grpc.py +102 -8
- scanoss/api/vulnerabilities/v2/scanoss_vulnerabilities_pb2.py +21 -21
- scanoss/cli.py +196 -144
- scanoss/components.py +80 -50
- scanoss/cryptography.py +64 -44
- scanoss/cyclonedx.py +22 -0
- scanoss/data/build_date.txt +1 -1
- scanoss/scanner.py +3 -0
- scanoss/scanossapi.py +22 -24
- scanoss/scanossgrpc.py +538 -287
- {scanoss-1.31.5.dist-info → scanoss-1.34.0.dist-info}/METADATA +4 -3
- {scanoss-1.31.5.dist-info → scanoss-1.34.0.dist-info}/RECORD +36 -34
- {scanoss-1.31.5.dist-info → scanoss-1.34.0.dist-info}/WHEEL +0 -0
- {scanoss-1.31.5.dist-info → scanoss-1.34.0.dist-info}/entry_points.txt +0 -0
- {scanoss-1.31.5.dist-info → scanoss-1.34.0.dist-info}/licenses/LICENSE +0 -0
- {scanoss-1.31.5.dist-info → scanoss-1.34.0.dist-info}/top_level.txt +0 -0
|
@@ -27,7 +27,7 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
27
27
|
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6scanoss/api/dependencies/v2/scanoss-dependencies.proto\x12\x1bscanoss.api.dependencies.v2\x1a*scanoss/api/common/v2/scanoss-common.proto\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6scanoss/api/dependencies/v2/scanoss-dependencies.proto\x12\x1bscanoss.api.dependencies.v2\x1a*scanoss/api/common/v2/scanoss-common.proto\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xda\x02\n\x11\x44\x65pendencyRequest\x12\x43\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x34.scanoss.api.dependencies.v2.DependencyRequest.Files\x12\r\n\x05\x64\x65pth\x18\x02 \x01(\x05\x1a*\n\x05Purls\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12\x13\n\x0brequirement\x18\x02 \x01(\t\x1aZ\n\x05\x46iles\x12\x0c\n\x04\x66ile\x18\x01 \x01(\t\x12\x43\n\x05purls\x18\x02 \x03(\x0b\x32\x34.scanoss.api.dependencies.v2.DependencyRequest.Purls:i\x18\x01\x92\x41\x64\nbJ`{\"files\":[{\"file\":\"package.json\",\"purls\":[{\"purl\":\"pkg:npm/express\",\"requirement\":\"^4.18.0\"}]}]}\"\xd8\x07\n\x12\x44\x65pendencyResponse\x12\x44\n\x05\x66iles\x18\x01 \x03(\x0b\x32\x35.scanoss.api.dependencies.v2.DependencyResponse.Files\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\x1ak\n\x08Licenses\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x07spdx_id\x18\x02 \x01(\tR\x07spdx_id\x12*\n\x10is_spdx_approved\x18\x03 \x01(\x08R\x10is_spdx_approved\x12\x0b\n\x03url\x18\x04 \x01(\t\x1a\xaa\x01\n\x0c\x44\x65pendencies\x12\x11\n\tcomponent\x18\x01 \x01(\t\x12\x0c\n\x04purl\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\t\x12J\n\x08licenses\x18\x04 \x03(\x0b\x32\x38.scanoss.api.dependencies.v2.DependencyResponse.Licenses\x12\x0b\n\x03url\x18\x05 \x01(\t\x12\x0f\n\x07\x63omment\x18\x06 \x01(\t\x1a\x85\x01\n\x05\x46iles\x12\x0c\n\x04\x66ile\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12\x0e\n\x06status\x18\x03 \x01(\t\x12R\n\x0c\x64\x65pendencies\x18\x04 \x03(\x0b\x32<.scanoss.api.dependencies.v2.DependencyResponse.Dependencies:\xa2\x03\x18\x01\x92\x41\x9c\x03\n\x99\x03J\x96\x03{\"files\":[{\"file\":\"package.json\",\"id\":\"dependency\",\"status\":\"pending\",\"dependencies\":[{\"component\":\"express\",\"purl\":\"pkg:npm/express\",\"version\":\"4.18.2\",\"licenses\":[{\"name\":\"MIT\",\"spdx_id\":\"MIT\",\"is_spdx_approved\":true,\"url\":\"https://opensource.org/licenses/MIT\"}],\"url\":\"https://www.npmjs.com/package/express\",\"comment\":\"\"}]}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Dependencies successfully retrieved\"}}\"\x8d\x02\n\x1bTransitiveDependencyRequest\x12\r\n\x05\x64\x65pth\x18\x01 \x01(\x05\x12\r\n\x05limit\x18\x02 \x01(\x05\x12;\n\ncomponents\x18\x03 \x03(\x0b\x32\'.scanoss.api.common.v2.ComponentRequest:\x92\x01\x92\x41\x8e\x01\n\x8b\x01J\x88\x01{\"depth\":3,\"limit\":50,\"components\":[{\"purl\":\"pkg:npm/express\",\"requirement\":\"4.18.0\"},{\"purl\":\"pkg:npm/lodash\",\"requirement\":\"4.17.0\"}]}\"\x89\x04\n\x1cTransitiveDependencyResponse\x12Y\n\x0c\x64\x65pendencies\x18\x01 \x03(\x0b\x32\x43.scanoss.api.dependencies.v2.TransitiveDependencyResponse.Component\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\x1a?\n\tComponent\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\t\x12\x13\n\x0brequirement\x18\x03 \x01(\t:\x95\x02\x92\x41\x91\x02\n\x8e\x02J\x8b\x02{\"dependencies\":[{\"purl\":\"pkg:npm/express@4.18.2\",\"version\":\"4.18.2\"},{\"purl\":\"pkg:npm/body-parser@1.20.1\",\"version\":\"1.20.1\"},{\"purl\":\"pkg:npm/cookie@0.5.0\",\"version\":\"0.5.0\"}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Transitive dependencies successfully retrieved\"}}2\xe9\x03\n\x0c\x44\x65pendencies\x12q\n\x04\x45\x63ho\x12\".scanoss.api.common.v2.EchoRequest\x1a#.scanoss.api.common.v2.EchoResponse\" \x82\xd3\xe4\x93\x02\x1a\"\x15/v2/dependencies/echo:\x01*\x12\x9f\x01\n\x0fGetDependencies\x12..scanoss.api.dependencies.v2.DependencyRequest\x1a/.scanoss.api.dependencies.v2.DependencyResponse\"+\x88\x02\x01\x82\xd3\xe4\x93\x02\"\"\x1d/v2/dependencies/dependencies:\x01*\x12\xc3\x01\n\x19GetTransitiveDependencies\x12\x38.scanoss.api.dependencies.v2.TransitiveDependencyRequest\x1a\x39.scanoss.api.dependencies.v2.TransitiveDependencyResponse\"1\x82\xd3\xe4\x93\x02+\"&/v2/dependencies/transitive/components:\x01*B\x9c\x02Z9github.com/scanoss/papi/api/dependenciesv2;dependenciesv2\x92\x41\xdd\x01\x12w\n\x1aSCANOSS Dependency Service\"T\n\x14scanoss-dependencies\x12\'https://github.com/scanoss/dependencies\x1a\x13support@scanoss.com2\x03\x32.0*\x01\x01\x32\x10\x61pplication/json:\x10\x61pplication/jsonR;\n\x03\x34\x30\x34\x12\x34\n*Returned when the resource does not exist.\x12\x06\n\x04\x9a\x02\x01\x07\x62\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,32 +35,40 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'scanoss.api.dependencies.v2
|
|
|
35
35
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/scanoss/papi/api/dependenciesv2;dependenciesv2\222A\335\001\022w\n\032SCANOSS Dependency Service\"T\n\024scanoss-dependencies\022\'https://github.com/scanoss/dependencies\032\023support@scanoss.com2\0032.0*\001\0012\020application/json:\020application/jsonR;\n\003404\0224\n*Returned when the resource does not exist.\022\006\n\004\232\002\001\007'
|
|
38
|
+
_globals['_DEPENDENCYREQUEST']._loaded_options = None
|
|
39
|
+
_globals['_DEPENDENCYREQUEST']._serialized_options = b'\030\001\222Ad\nbJ`{\"files\":[{\"file\":\"package.json\",\"purls\":[{\"purl\":\"pkg:npm/express\",\"requirement\":\"^4.18.0\"}]}]}'
|
|
40
|
+
_globals['_DEPENDENCYRESPONSE']._loaded_options = None
|
|
41
|
+
_globals['_DEPENDENCYRESPONSE']._serialized_options = b'\030\001\222A\234\003\n\231\003J\226\003{\"files\":[{\"file\":\"package.json\",\"id\":\"dependency\",\"status\":\"pending\",\"dependencies\":[{\"component\":\"express\",\"purl\":\"pkg:npm/express\",\"version\":\"4.18.2\",\"licenses\":[{\"name\":\"MIT\",\"spdx_id\":\"MIT\",\"is_spdx_approved\":true,\"url\":\"https://opensource.org/licenses/MIT\"}],\"url\":\"https://www.npmjs.com/package/express\",\"comment\":\"\"}]}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Dependencies successfully retrieved\"}}'
|
|
42
|
+
_globals['_TRANSITIVEDEPENDENCYREQUEST']._loaded_options = None
|
|
43
|
+
_globals['_TRANSITIVEDEPENDENCYREQUEST']._serialized_options = b'\222A\216\001\n\213\001J\210\001{\"depth\":3,\"limit\":50,\"components\":[{\"purl\":\"pkg:npm/express\",\"requirement\":\"4.18.0\"},{\"purl\":\"pkg:npm/lodash\",\"requirement\":\"4.17.0\"}]}'
|
|
44
|
+
_globals['_TRANSITIVEDEPENDENCYRESPONSE']._loaded_options = None
|
|
45
|
+
_globals['_TRANSITIVEDEPENDENCYRESPONSE']._serialized_options = b'\222A\221\002\n\216\002J\213\002{\"dependencies\":[{\"purl\":\"pkg:npm/express@4.18.2\",\"version\":\"4.18.2\"},{\"purl\":\"pkg:npm/body-parser@1.20.1\",\"version\":\"1.20.1\"},{\"purl\":\"pkg:npm/cookie@0.5.0\",\"version\":\"0.5.0\"}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Transitive dependencies successfully retrieved\"}}'
|
|
38
46
|
_globals['_DEPENDENCIES'].methods_by_name['Echo']._loaded_options = None
|
|
39
|
-
_globals['_DEPENDENCIES'].methods_by_name['Echo']._serialized_options = b'\202\323\344\223\002\
|
|
47
|
+
_globals['_DEPENDENCIES'].methods_by_name['Echo']._serialized_options = b'\202\323\344\223\002\032\"\025/v2/dependencies/echo:\001*'
|
|
40
48
|
_globals['_DEPENDENCIES'].methods_by_name['GetDependencies']._loaded_options = None
|
|
41
|
-
_globals['_DEPENDENCIES'].methods_by_name['GetDependencies']._serialized_options = b'\202\323\344\223\002
|
|
49
|
+
_globals['_DEPENDENCIES'].methods_by_name['GetDependencies']._serialized_options = b'\210\002\001\202\323\344\223\002\"\"\035/v2/dependencies/dependencies:\001*'
|
|
42
50
|
_globals['_DEPENDENCIES'].methods_by_name['GetTransitiveDependencies']._loaded_options = None
|
|
43
|
-
_globals['_DEPENDENCIES'].methods_by_name['GetTransitiveDependencies']._serialized_options = b'\202\323\344\223\002
|
|
51
|
+
_globals['_DEPENDENCIES'].methods_by_name['GetTransitiveDependencies']._serialized_options = b'\202\323\344\223\002+\"&/v2/dependencies/transitive/components:\001*'
|
|
44
52
|
_globals['_DEPENDENCYREQUEST']._serialized_start=210
|
|
45
|
-
_globals['_DEPENDENCYREQUEST']._serialized_end=
|
|
53
|
+
_globals['_DEPENDENCYREQUEST']._serialized_end=556
|
|
46
54
|
_globals['_DEPENDENCYREQUEST_PURLS']._serialized_start=315
|
|
47
55
|
_globals['_DEPENDENCYREQUEST_PURLS']._serialized_end=357
|
|
48
56
|
_globals['_DEPENDENCYREQUEST_FILES']._serialized_start=359
|
|
49
57
|
_globals['_DEPENDENCYREQUEST_FILES']._serialized_end=449
|
|
50
|
-
_globals['_DEPENDENCYRESPONSE']._serialized_start=
|
|
51
|
-
_globals['_DEPENDENCYRESPONSE']._serialized_end=
|
|
52
|
-
_globals['_DEPENDENCYRESPONSE_LICENSES']._serialized_start=
|
|
53
|
-
_globals['_DEPENDENCYRESPONSE_LICENSES']._serialized_end=
|
|
54
|
-
_globals['_DEPENDENCYRESPONSE_DEPENDENCIES']._serialized_start=
|
|
55
|
-
_globals['_DEPENDENCYRESPONSE_DEPENDENCIES']._serialized_end=
|
|
56
|
-
_globals['_DEPENDENCYRESPONSE_FILES']._serialized_start=
|
|
57
|
-
_globals['_DEPENDENCYRESPONSE_FILES']._serialized_end=
|
|
58
|
-
_globals['_TRANSITIVEDEPENDENCYREQUEST']._serialized_start=
|
|
59
|
-
_globals['_TRANSITIVEDEPENDENCYREQUEST']._serialized_end=
|
|
60
|
-
_globals['_TRANSITIVEDEPENDENCYRESPONSE']._serialized_start=
|
|
61
|
-
_globals['_TRANSITIVEDEPENDENCYRESPONSE']._serialized_end=
|
|
62
|
-
_globals['
|
|
63
|
-
_globals['
|
|
64
|
-
_globals['_DEPENDENCIES']._serialized_start=
|
|
65
|
-
_globals['_DEPENDENCIES']._serialized_end=
|
|
58
|
+
_globals['_DEPENDENCYRESPONSE']._serialized_start=559
|
|
59
|
+
_globals['_DEPENDENCYRESPONSE']._serialized_end=1543
|
|
60
|
+
_globals['_DEPENDENCYRESPONSE_LICENSES']._serialized_start=706
|
|
61
|
+
_globals['_DEPENDENCYRESPONSE_LICENSES']._serialized_end=813
|
|
62
|
+
_globals['_DEPENDENCYRESPONSE_DEPENDENCIES']._serialized_start=816
|
|
63
|
+
_globals['_DEPENDENCYRESPONSE_DEPENDENCIES']._serialized_end=986
|
|
64
|
+
_globals['_DEPENDENCYRESPONSE_FILES']._serialized_start=989
|
|
65
|
+
_globals['_DEPENDENCYRESPONSE_FILES']._serialized_end=1122
|
|
66
|
+
_globals['_TRANSITIVEDEPENDENCYREQUEST']._serialized_start=1546
|
|
67
|
+
_globals['_TRANSITIVEDEPENDENCYREQUEST']._serialized_end=1815
|
|
68
|
+
_globals['_TRANSITIVEDEPENDENCYRESPONSE']._serialized_start=1818
|
|
69
|
+
_globals['_TRANSITIVEDEPENDENCYRESPONSE']._serialized_end=2339
|
|
70
|
+
_globals['_TRANSITIVEDEPENDENCYRESPONSE_COMPONENT']._serialized_start=1996
|
|
71
|
+
_globals['_TRANSITIVEDEPENDENCYRESPONSE_COMPONENT']._serialized_end=2059
|
|
72
|
+
_globals['_DEPENDENCIES']._serialized_start=2342
|
|
73
|
+
_globals['_DEPENDENCIES']._serialized_end=2831
|
|
66
74
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -68,6 +68,7 @@ class DependenciesServicer(object):
|
|
|
68
68
|
|
|
69
69
|
def GetDependencies(self, request, context):
|
|
70
70
|
"""Get dependency details
|
|
71
|
+
Deprecated: Use /v2/licenses/components instead
|
|
71
72
|
"""
|
|
72
73
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
73
74
|
context.set_details('Method not implemented!')
|
|
@@ -27,7 +27,7 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
27
27
|
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8scanoss/api/geoprovenance/v2/scanoss-geoprovenance.proto\x12\x1cscanoss.api.geoprovenance.v2\x1a*scanoss/api/common/v2/scanoss-common.proto\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n8scanoss/api/geoprovenance/v2/scanoss-geoprovenance.proto\x12\x1cscanoss.api.geoprovenance.v2\x1a*scanoss/api/common/v2/scanoss-common.proto\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"2\n\x10\x44\x65\x63laredLocation\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x10\n\x08location\x18\x02 \x01(\t\"1\n\x0f\x43uratedLocation\x12\x0f\n\x07\x63ountry\x18\x01 \x01(\t\x12\r\n\x05\x63ount\x18\x02 \x01(\x05\"\xed\x02\n\x13\x43ontributorResponse\x12\x46\n\x05purls\x18\x01 \x03(\x0b\x32\x37.scanoss.api.geoprovenance.v2.ContributorResponse.Purls\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\x1a\xd2\x01\n\x05Purls\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12^\n\x12\x64\x65\x63lared_locations\x18\x02 \x03(\x0b\x32..scanoss.api.geoprovenance.v2.DeclaredLocationR\x12\x64\x65\x63lared_locations\x12[\n\x11\x63urated_locations\x18\x03 \x03(\x0b\x32-.scanoss.api.geoprovenance.v2.CuratedLocationR\x11\x63urated_locations:\x02\x18\x01\"\xe2\x01\n\x15\x43omponentLocationInfo\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12^\n\x12\x64\x65\x63lared_locations\x18\x02 \x03(\x0b\x32..scanoss.api.geoprovenance.v2.DeclaredLocationR\x12\x64\x65\x63lared_locations\x12[\n\x11\x63urated_locations\x18\x03 \x03(\x0b\x32-.scanoss.api.geoprovenance.v2.CuratedLocationR\x11\x63urated_locations\"\xd5\x04\n\x1d\x43omponentsContributorResponse\x12g\n\x14\x63omponents_locations\x18\x01 \x03(\x0b\x32\x33.scanoss.api.geoprovenance.v2.ComponentLocationInfoR\x14\x63omponents_locations\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\x93\x03\x92\x41\x8f\x03\n\x8c\x03J\x89\x03{\"components_locations\":[{\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"declared_locations\":[{\"type\":\"owner\",\"location\":\"Barcelona, Spain\"},{\"type\":\"contributor\",\"location\":\"Berlin, Germany\"}],\"curated_locations\":[{\"country\":\"Spain\",\"count\":8},{\"country\":\"Germany\",\"count\":3},{\"country\":\"United States\",\"count\":2}]}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance successfully retrieved\"}}\"\xce\x04\n\x1c\x43omponentContributorResponse\x12\x65\n\x13\x63omponent_locations\x18\x01 \x01(\x0b\x32\x33.scanoss.api.geoprovenance.v2.ComponentLocationInfoR\x13\x63omponent_locations\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\x8f\x03\x92\x41\x8b\x03\n\x88\x03J\x85\x03{\"component_location\":{\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"declared_locations\":[{\"type\":\"owner\",\"location\":\"Barcelona, Spain\"},{\"type\":\"contributor\",\"location\":\"Berlin, Germany\"}],\"curated_locations\":[{\"country\":\"Spain\",\"count\":8},{\"country\":\"Germany\",\"count\":3},{\"country\":\"United States\",\"count\":2}]},\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance successfully retrieved\"}}\",\n\x08Location\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\npercentage\x18\x02 \x01(\x02\"\\\n\x11\x43omponentLocation\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12\x39\n\tlocations\x18\x02 \x03(\x0b\x32&.scanoss.api.geoprovenance.v2.Location\"\xe0\x01\n\x0eOriginResponse\x12\x41\n\x05purls\x18\x01 \x03(\x0b\x32\x32.scanoss.api.geoprovenance.v2.OriginResponse.Purls\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\x1aP\n\x05Purls\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12\x39\n\tlocations\x18\x02 \x03(\x0b\x32&.scanoss.api.geoprovenance.v2.Location:\x02\x18\x01\"\xcd\x03\n\x18\x43omponentsOriginResponse\x12\x63\n\x14\x63omponents_locations\x18\x01 \x03(\x0b\x32/.scanoss.api.geoprovenance.v2.ComponentLocationR\x14\x63omponents_locations\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\x94\x02\x92\x41\x90\x02\n\x8d\x02J\x8a\x02{\"components_locations\":[{\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"locations\":[{\"name\":\"ES\",\"percentage\":65.5},{\"name\":\"DE\",\"percentage\":20.3},{\"name\":\"US\",\"percentage\":14.2}]}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance origin successfully retrieved\"}}\"\xc8\x03\n\x17\x43omponentOriginResponse\x12\x61\n\x13\x63omponent_locations\x18\x01 \x01(\x0b\x32/.scanoss.api.geoprovenance.v2.ComponentLocationR\x13\x63omponent_locations\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\x92\x02\x92\x41\x8e\x02\n\x8b\x02J\x88\x02{\"component_locations\": {\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"locations\":[{\"name\":\"ES\",\"percentage\":65.5},{\"name\":\"DE\",\"percentage\":20.3},{\"name\":\"US\",\"percentage\":14.2}]},\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance origin successfully retrieved\"}}2\xff\x08\n\rGeoProvenance\x12r\n\x04\x45\x63ho\x12\".scanoss.api.common.v2.EchoRequest\x1a#.scanoss.api.common.v2.EchoResponse\"!\x82\xd3\xe4\x93\x02\x1b\"\x16/v2/geoprovenance/echo:\x01*\x12\x9c\x01\n\x18GetComponentContributors\x12\".scanoss.api.common.v2.PurlRequest\x1a\x31.scanoss.api.geoprovenance.v2.ContributorResponse\")\x88\x02\x01\x82\xd3\xe4\x93\x02 \"\x1b/v2/geoprovenance/countries:\x01*\x12\xbe\x01\n\"GetCountryContributorsByComponents\x12(.scanoss.api.common.v2.ComponentsRequest\x1a;.scanoss.api.geoprovenance.v2.ComponentsContributorResponse\"1\x82\xd3\xe4\x93\x02+\"&/v2/geoprovenance/countries/components:\x01*\x12\xb7\x01\n!GetCountryContributorsByComponent\x12\'.scanoss.api.common.v2.ComponentRequest\x1a:.scanoss.api.geoprovenance.v2.ComponentContributorResponse\"-\x82\xd3\xe4\x93\x02\'\x12%/v2/geoprovenance/countries/component\x12\x8e\x01\n\x12GetComponentOrigin\x12\".scanoss.api.common.v2.PurlRequest\x1a,.scanoss.api.geoprovenance.v2.OriginResponse\"&\x88\x02\x01\x82\xd3\xe4\x93\x02\x1d\"\x18/v2/geoprovenance/origin:\x01*\x12\xa9\x01\n\x15GetOriginByComponents\x12(.scanoss.api.common.v2.ComponentsRequest\x1a\x36.scanoss.api.geoprovenance.v2.ComponentsOriginResponse\".\x82\xd3\xe4\x93\x02(\"#/v2/geoprovenance/origin/components:\x01*\x12\xa2\x01\n\x14GetOriginByComponent\x12\'.scanoss.api.common.v2.ComponentRequest\x1a\x35.scanoss.api.geoprovenance.v2.ComponentOriginResponse\"*\x82\xd3\xe4\x93\x02$\x12\"/v2/geoprovenance/origin/componentB\xa4\x02Z;github.com/scanoss/papi/api/geoprovenancev2;geoprovenancev2\x92\x41\xe3\x01\x12}\n\x1eSCANOSS GEO Provenance Service\"V\n\x15scanoss-geoprovenance\x12(https://github.com/scanoss/geoprovenance\x1a\x13support@scanoss.com2\x03\x32.0*\x01\x01\x32\x10\x61pplication/json:\x10\x61pplication/jsonR;\n\x03\x34\x30\x34\x12\x34\n*Returned when the resource does not exist.\x12\x06\n\x04\x9a\x02\x01\x07\x62\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,26 +35,58 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'scanoss.api.geoprovenance.v
|
|
|
35
35
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
36
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
37
|
_globals['DESCRIPTOR']._serialized_options = b'Z;github.com/scanoss/papi/api/geoprovenancev2;geoprovenancev2\222A\343\001\022}\n\036SCANOSS GEO Provenance Service\"V\n\025scanoss-geoprovenance\022(https://github.com/scanoss/geoprovenance\032\023support@scanoss.com2\0032.0*\001\0012\020application/json:\020application/jsonR;\n\003404\0224\n*Returned when the resource does not exist.\022\006\n\004\232\002\001\007'
|
|
38
|
+
_globals['_CONTRIBUTORRESPONSE']._loaded_options = None
|
|
39
|
+
_globals['_CONTRIBUTORRESPONSE']._serialized_options = b'\030\001'
|
|
40
|
+
_globals['_COMPONENTSCONTRIBUTORRESPONSE']._loaded_options = None
|
|
41
|
+
_globals['_COMPONENTSCONTRIBUTORRESPONSE']._serialized_options = b'\222A\217\003\n\214\003J\211\003{\"components_locations\":[{\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"declared_locations\":[{\"type\":\"owner\",\"location\":\"Barcelona, Spain\"},{\"type\":\"contributor\",\"location\":\"Berlin, Germany\"}],\"curated_locations\":[{\"country\":\"Spain\",\"count\":8},{\"country\":\"Germany\",\"count\":3},{\"country\":\"United States\",\"count\":2}]}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance successfully retrieved\"}}'
|
|
42
|
+
_globals['_COMPONENTCONTRIBUTORRESPONSE']._loaded_options = None
|
|
43
|
+
_globals['_COMPONENTCONTRIBUTORRESPONSE']._serialized_options = b'\222A\213\003\n\210\003J\205\003{\"component_location\":{\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"declared_locations\":[{\"type\":\"owner\",\"location\":\"Barcelona, Spain\"},{\"type\":\"contributor\",\"location\":\"Berlin, Germany\"}],\"curated_locations\":[{\"country\":\"Spain\",\"count\":8},{\"country\":\"Germany\",\"count\":3},{\"country\":\"United States\",\"count\":2}]},\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance successfully retrieved\"}}'
|
|
44
|
+
_globals['_ORIGINRESPONSE']._loaded_options = None
|
|
45
|
+
_globals['_ORIGINRESPONSE']._serialized_options = b'\030\001'
|
|
46
|
+
_globals['_COMPONENTSORIGINRESPONSE']._loaded_options = None
|
|
47
|
+
_globals['_COMPONENTSORIGINRESPONSE']._serialized_options = b'\222A\220\002\n\215\002J\212\002{\"components_locations\":[{\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"locations\":[{\"name\":\"ES\",\"percentage\":65.5},{\"name\":\"DE\",\"percentage\":20.3},{\"name\":\"US\",\"percentage\":14.2}]}],\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance origin successfully retrieved\"}}'
|
|
48
|
+
_globals['_COMPONENTORIGINRESPONSE']._loaded_options = None
|
|
49
|
+
_globals['_COMPONENTORIGINRESPONSE']._serialized_options = b'\222A\216\002\n\213\002J\210\002{\"component_locations\": {\"purl\":\"pkg:github/scanoss/engine@5.0.0\",\"locations\":[{\"name\":\"ES\",\"percentage\":65.5},{\"name\":\"DE\",\"percentage\":20.3},{\"name\":\"US\",\"percentage\":14.2}]},\"status\":{\"status\":\"SUCCESS\",\"message\":\"Geo-provenance origin successfully retrieved\"}}'
|
|
38
50
|
_globals['_GEOPROVENANCE'].methods_by_name['Echo']._loaded_options = None
|
|
39
|
-
_globals['_GEOPROVENANCE'].methods_by_name['Echo']._serialized_options = b'\202\323\344\223\002\
|
|
51
|
+
_globals['_GEOPROVENANCE'].methods_by_name['Echo']._serialized_options = b'\202\323\344\223\002\033\"\026/v2/geoprovenance/echo:\001*'
|
|
40
52
|
_globals['_GEOPROVENANCE'].methods_by_name['GetComponentContributors']._loaded_options = None
|
|
41
|
-
_globals['_GEOPROVENANCE'].methods_by_name['GetComponentContributors']._serialized_options = b'\202\323\344\223\002
|
|
53
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetComponentContributors']._serialized_options = b'\210\002\001\202\323\344\223\002 \"\033/v2/geoprovenance/countries:\001*'
|
|
54
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetCountryContributorsByComponents']._loaded_options = None
|
|
55
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetCountryContributorsByComponents']._serialized_options = b'\202\323\344\223\002+\"&/v2/geoprovenance/countries/components:\001*'
|
|
56
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetCountryContributorsByComponent']._loaded_options = None
|
|
57
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetCountryContributorsByComponent']._serialized_options = b'\202\323\344\223\002\'\022%/v2/geoprovenance/countries/component'
|
|
42
58
|
_globals['_GEOPROVENANCE'].methods_by_name['GetComponentOrigin']._loaded_options = None
|
|
43
|
-
_globals['_GEOPROVENANCE'].methods_by_name['GetComponentOrigin']._serialized_options = b'\202\323\344\223\002
|
|
44
|
-
_globals['
|
|
45
|
-
_globals['
|
|
46
|
-
_globals['
|
|
47
|
-
_globals['
|
|
48
|
-
_globals['
|
|
49
|
-
_globals['
|
|
59
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetComponentOrigin']._serialized_options = b'\210\002\001\202\323\344\223\002\035\"\030/v2/geoprovenance/origin:\001*'
|
|
60
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetOriginByComponents']._loaded_options = None
|
|
61
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetOriginByComponents']._serialized_options = b'\202\323\344\223\002(\"#/v2/geoprovenance/origin/components:\001*'
|
|
62
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetOriginByComponent']._loaded_options = None
|
|
63
|
+
_globals['_GEOPROVENANCE'].methods_by_name['GetOriginByComponent']._serialized_options = b'\202\323\344\223\002$\022\"/v2/geoprovenance/origin/component'
|
|
64
|
+
_globals['_DECLAREDLOCATION']._serialized_start=212
|
|
65
|
+
_globals['_DECLAREDLOCATION']._serialized_end=262
|
|
66
|
+
_globals['_CURATEDLOCATION']._serialized_start=264
|
|
67
|
+
_globals['_CURATEDLOCATION']._serialized_end=313
|
|
68
|
+
_globals['_CONTRIBUTORRESPONSE']._serialized_start=316
|
|
69
|
+
_globals['_CONTRIBUTORRESPONSE']._serialized_end=681
|
|
50
70
|
_globals['_CONTRIBUTORRESPONSE_PURLS']._serialized_start=467
|
|
51
|
-
_globals['_CONTRIBUTORRESPONSE_PURLS']._serialized_end=
|
|
52
|
-
_globals['
|
|
53
|
-
_globals['
|
|
54
|
-
_globals['
|
|
55
|
-
_globals['
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['
|
|
59
|
-
_globals['
|
|
71
|
+
_globals['_CONTRIBUTORRESPONSE_PURLS']._serialized_end=677
|
|
72
|
+
_globals['_COMPONENTLOCATIONINFO']._serialized_start=684
|
|
73
|
+
_globals['_COMPONENTLOCATIONINFO']._serialized_end=910
|
|
74
|
+
_globals['_COMPONENTSCONTRIBUTORRESPONSE']._serialized_start=913
|
|
75
|
+
_globals['_COMPONENTSCONTRIBUTORRESPONSE']._serialized_end=1510
|
|
76
|
+
_globals['_COMPONENTCONTRIBUTORRESPONSE']._serialized_start=1513
|
|
77
|
+
_globals['_COMPONENTCONTRIBUTORRESPONSE']._serialized_end=2103
|
|
78
|
+
_globals['_LOCATION']._serialized_start=2105
|
|
79
|
+
_globals['_LOCATION']._serialized_end=2149
|
|
80
|
+
_globals['_COMPONENTLOCATION']._serialized_start=2151
|
|
81
|
+
_globals['_COMPONENTLOCATION']._serialized_end=2243
|
|
82
|
+
_globals['_ORIGINRESPONSE']._serialized_start=2246
|
|
83
|
+
_globals['_ORIGINRESPONSE']._serialized_end=2470
|
|
84
|
+
_globals['_ORIGINRESPONSE_PURLS']._serialized_start=2386
|
|
85
|
+
_globals['_ORIGINRESPONSE_PURLS']._serialized_end=2466
|
|
86
|
+
_globals['_COMPONENTSORIGINRESPONSE']._serialized_start=2473
|
|
87
|
+
_globals['_COMPONENTSORIGINRESPONSE']._serialized_end=2934
|
|
88
|
+
_globals['_COMPONENTORIGINRESPONSE']._serialized_start=2937
|
|
89
|
+
_globals['_COMPONENTORIGINRESPONSE']._serialized_end=3393
|
|
90
|
+
_globals['_GEOPROVENANCE']._serialized_start=3396
|
|
91
|
+
_globals['_GEOPROVENANCE']._serialized_end=4547
|
|
60
92
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -47,11 +47,31 @@ class GeoProvenanceStub(object):
|
|
|
47
47
|
request_serializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.PurlRequest.SerializeToString,
|
|
48
48
|
response_deserializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ContributorResponse.FromString,
|
|
49
49
|
_registered_method=True)
|
|
50
|
+
self.GetCountryContributorsByComponents = channel.unary_unary(
|
|
51
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetCountryContributorsByComponents',
|
|
52
|
+
request_serializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentsRequest.SerializeToString,
|
|
53
|
+
response_deserializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentsContributorResponse.FromString,
|
|
54
|
+
_registered_method=True)
|
|
55
|
+
self.GetCountryContributorsByComponent = channel.unary_unary(
|
|
56
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetCountryContributorsByComponent',
|
|
57
|
+
request_serializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentRequest.SerializeToString,
|
|
58
|
+
response_deserializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentContributorResponse.FromString,
|
|
59
|
+
_registered_method=True)
|
|
50
60
|
self.GetComponentOrigin = channel.unary_unary(
|
|
51
61
|
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetComponentOrigin',
|
|
52
62
|
request_serializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.PurlRequest.SerializeToString,
|
|
53
63
|
response_deserializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.OriginResponse.FromString,
|
|
54
64
|
_registered_method=True)
|
|
65
|
+
self.GetOriginByComponents = channel.unary_unary(
|
|
66
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetOriginByComponents',
|
|
67
|
+
request_serializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentsRequest.SerializeToString,
|
|
68
|
+
response_deserializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentsOriginResponse.FromString,
|
|
69
|
+
_registered_method=True)
|
|
70
|
+
self.GetOriginByComponent = channel.unary_unary(
|
|
71
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetOriginByComponent',
|
|
72
|
+
request_serializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentRequest.SerializeToString,
|
|
73
|
+
response_deserializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentOriginResponse.FromString,
|
|
74
|
+
_registered_method=True)
|
|
55
75
|
|
|
56
76
|
|
|
57
77
|
class GeoProvenanceServicer(object):
|
|
@@ -60,21 +80,61 @@ class GeoProvenanceServicer(object):
|
|
|
60
80
|
"""
|
|
61
81
|
|
|
62
82
|
def Echo(self, request, context):
|
|
63
|
-
"""Standard
|
|
83
|
+
"""Standard health check endpoint to verify service availability and connectivity
|
|
64
84
|
"""
|
|
65
85
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
66
86
|
context.set_details('Method not implemented!')
|
|
67
87
|
raise NotImplementedError('Method not implemented!')
|
|
68
88
|
|
|
69
89
|
def GetComponentContributors(self, request, context):
|
|
90
|
+
"""[DEPRECATED] Get component-level Geo Provenance based on contributor declared location
|
|
91
|
+
This method accepts PURL-based requests and is deprecated in favor of GetCountryContributorsByComponent
|
|
92
|
+
which accepts ComponentRequest for better component identification
|
|
93
|
+
"""
|
|
94
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
95
|
+
context.set_details('Method not implemented!')
|
|
96
|
+
raise NotImplementedError('Method not implemented!')
|
|
97
|
+
|
|
98
|
+
def GetCountryContributorsByComponents(self, request, context):
|
|
99
|
+
"""Get component-level Geo Provenance based on contributor declared location
|
|
100
|
+
This is the current method that accepts ComponentsRequest for enhanced component identification
|
|
101
|
+
Replaces the deprecated GetComponentContributors method
|
|
102
|
+
"""
|
|
103
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
104
|
+
context.set_details('Method not implemented!')
|
|
105
|
+
raise NotImplementedError('Method not implemented!')
|
|
106
|
+
|
|
107
|
+
def GetCountryContributorsByComponent(self, request, context):
|
|
70
108
|
"""Get component-level Geo Provenance based on contributor declared location
|
|
109
|
+
This is the current method that accepts ComponentRequest for enhanced component identification
|
|
110
|
+
Replaces the deprecated GetComponentContributors method
|
|
71
111
|
"""
|
|
72
112
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
73
113
|
context.set_details('Method not implemented!')
|
|
74
114
|
raise NotImplementedError('Method not implemented!')
|
|
75
115
|
|
|
76
116
|
def GetComponentOrigin(self, request, context):
|
|
117
|
+
"""[DEPRECATED] Get component-level Geo Provenance based on contributor origin commit times
|
|
118
|
+
This method accepts PURL-based requests and is deprecated in favor of GetOriginByComponent
|
|
119
|
+
which accepts ComponentRequest for better component identification
|
|
120
|
+
"""
|
|
121
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
122
|
+
context.set_details('Method not implemented!')
|
|
123
|
+
raise NotImplementedError('Method not implemented!')
|
|
124
|
+
|
|
125
|
+
def GetOriginByComponents(self, request, context):
|
|
77
126
|
"""Get component-level Geo Provenance based on contributor origin commit times
|
|
127
|
+
This is the current method that accepts ComponentsRequest for enhanced component identification
|
|
128
|
+
Replaces the deprecated GetComponentOrigin method
|
|
129
|
+
"""
|
|
130
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
131
|
+
context.set_details('Method not implemented!')
|
|
132
|
+
raise NotImplementedError('Method not implemented!')
|
|
133
|
+
|
|
134
|
+
def GetOriginByComponent(self, request, context):
|
|
135
|
+
"""Get component-level Geo Provenance based on contributor origin commit times
|
|
136
|
+
This is the current method that accepts ComponentRequest for enhanced component identification
|
|
137
|
+
Replaces the deprecated GetComponentOrigin method
|
|
78
138
|
"""
|
|
79
139
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
80
140
|
context.set_details('Method not implemented!')
|
|
@@ -93,11 +153,31 @@ def add_GeoProvenanceServicer_to_server(servicer, server):
|
|
|
93
153
|
request_deserializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.PurlRequest.FromString,
|
|
94
154
|
response_serializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ContributorResponse.SerializeToString,
|
|
95
155
|
),
|
|
156
|
+
'GetCountryContributorsByComponents': grpc.unary_unary_rpc_method_handler(
|
|
157
|
+
servicer.GetCountryContributorsByComponents,
|
|
158
|
+
request_deserializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentsRequest.FromString,
|
|
159
|
+
response_serializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentsContributorResponse.SerializeToString,
|
|
160
|
+
),
|
|
161
|
+
'GetCountryContributorsByComponent': grpc.unary_unary_rpc_method_handler(
|
|
162
|
+
servicer.GetCountryContributorsByComponent,
|
|
163
|
+
request_deserializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentRequest.FromString,
|
|
164
|
+
response_serializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentContributorResponse.SerializeToString,
|
|
165
|
+
),
|
|
96
166
|
'GetComponentOrigin': grpc.unary_unary_rpc_method_handler(
|
|
97
167
|
servicer.GetComponentOrigin,
|
|
98
168
|
request_deserializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.PurlRequest.FromString,
|
|
99
169
|
response_serializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.OriginResponse.SerializeToString,
|
|
100
170
|
),
|
|
171
|
+
'GetOriginByComponents': grpc.unary_unary_rpc_method_handler(
|
|
172
|
+
servicer.GetOriginByComponents,
|
|
173
|
+
request_deserializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentsRequest.FromString,
|
|
174
|
+
response_serializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentsOriginResponse.SerializeToString,
|
|
175
|
+
),
|
|
176
|
+
'GetOriginByComponent': grpc.unary_unary_rpc_method_handler(
|
|
177
|
+
servicer.GetOriginByComponent,
|
|
178
|
+
request_deserializer=scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentRequest.FromString,
|
|
179
|
+
response_serializer=scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentOriginResponse.SerializeToString,
|
|
180
|
+
),
|
|
101
181
|
}
|
|
102
182
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
103
183
|
'scanoss.api.geoprovenance.v2.GeoProvenance', rpc_method_handlers)
|
|
@@ -165,6 +245,60 @@ class GeoProvenance(object):
|
|
|
165
245
|
metadata,
|
|
166
246
|
_registered_method=True)
|
|
167
247
|
|
|
248
|
+
@staticmethod
|
|
249
|
+
def GetCountryContributorsByComponents(request,
|
|
250
|
+
target,
|
|
251
|
+
options=(),
|
|
252
|
+
channel_credentials=None,
|
|
253
|
+
call_credentials=None,
|
|
254
|
+
insecure=False,
|
|
255
|
+
compression=None,
|
|
256
|
+
wait_for_ready=None,
|
|
257
|
+
timeout=None,
|
|
258
|
+
metadata=None):
|
|
259
|
+
return grpc.experimental.unary_unary(
|
|
260
|
+
request,
|
|
261
|
+
target,
|
|
262
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetCountryContributorsByComponents',
|
|
263
|
+
scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentsRequest.SerializeToString,
|
|
264
|
+
scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentsContributorResponse.FromString,
|
|
265
|
+
options,
|
|
266
|
+
channel_credentials,
|
|
267
|
+
insecure,
|
|
268
|
+
call_credentials,
|
|
269
|
+
compression,
|
|
270
|
+
wait_for_ready,
|
|
271
|
+
timeout,
|
|
272
|
+
metadata,
|
|
273
|
+
_registered_method=True)
|
|
274
|
+
|
|
275
|
+
@staticmethod
|
|
276
|
+
def GetCountryContributorsByComponent(request,
|
|
277
|
+
target,
|
|
278
|
+
options=(),
|
|
279
|
+
channel_credentials=None,
|
|
280
|
+
call_credentials=None,
|
|
281
|
+
insecure=False,
|
|
282
|
+
compression=None,
|
|
283
|
+
wait_for_ready=None,
|
|
284
|
+
timeout=None,
|
|
285
|
+
metadata=None):
|
|
286
|
+
return grpc.experimental.unary_unary(
|
|
287
|
+
request,
|
|
288
|
+
target,
|
|
289
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetCountryContributorsByComponent',
|
|
290
|
+
scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentRequest.SerializeToString,
|
|
291
|
+
scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentContributorResponse.FromString,
|
|
292
|
+
options,
|
|
293
|
+
channel_credentials,
|
|
294
|
+
insecure,
|
|
295
|
+
call_credentials,
|
|
296
|
+
compression,
|
|
297
|
+
wait_for_ready,
|
|
298
|
+
timeout,
|
|
299
|
+
metadata,
|
|
300
|
+
_registered_method=True)
|
|
301
|
+
|
|
168
302
|
@staticmethod
|
|
169
303
|
def GetComponentOrigin(request,
|
|
170
304
|
target,
|
|
@@ -191,3 +325,57 @@ class GeoProvenance(object):
|
|
|
191
325
|
timeout,
|
|
192
326
|
metadata,
|
|
193
327
|
_registered_method=True)
|
|
328
|
+
|
|
329
|
+
@staticmethod
|
|
330
|
+
def GetOriginByComponents(request,
|
|
331
|
+
target,
|
|
332
|
+
options=(),
|
|
333
|
+
channel_credentials=None,
|
|
334
|
+
call_credentials=None,
|
|
335
|
+
insecure=False,
|
|
336
|
+
compression=None,
|
|
337
|
+
wait_for_ready=None,
|
|
338
|
+
timeout=None,
|
|
339
|
+
metadata=None):
|
|
340
|
+
return grpc.experimental.unary_unary(
|
|
341
|
+
request,
|
|
342
|
+
target,
|
|
343
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetOriginByComponents',
|
|
344
|
+
scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentsRequest.SerializeToString,
|
|
345
|
+
scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentsOriginResponse.FromString,
|
|
346
|
+
options,
|
|
347
|
+
channel_credentials,
|
|
348
|
+
insecure,
|
|
349
|
+
call_credentials,
|
|
350
|
+
compression,
|
|
351
|
+
wait_for_ready,
|
|
352
|
+
timeout,
|
|
353
|
+
metadata,
|
|
354
|
+
_registered_method=True)
|
|
355
|
+
|
|
356
|
+
@staticmethod
|
|
357
|
+
def GetOriginByComponent(request,
|
|
358
|
+
target,
|
|
359
|
+
options=(),
|
|
360
|
+
channel_credentials=None,
|
|
361
|
+
call_credentials=None,
|
|
362
|
+
insecure=False,
|
|
363
|
+
compression=None,
|
|
364
|
+
wait_for_ready=None,
|
|
365
|
+
timeout=None,
|
|
366
|
+
metadata=None):
|
|
367
|
+
return grpc.experimental.unary_unary(
|
|
368
|
+
request,
|
|
369
|
+
target,
|
|
370
|
+
'/scanoss.api.geoprovenance.v2.GeoProvenance/GetOriginByComponent',
|
|
371
|
+
scanoss_dot_api_dot_common_dot_v2_dot_scanoss__common__pb2.ComponentRequest.SerializeToString,
|
|
372
|
+
scanoss_dot_api_dot_geoprovenance_dot_v2_dot_scanoss__geoprovenance__pb2.ComponentOriginResponse.FromString,
|
|
373
|
+
options,
|
|
374
|
+
channel_credentials,
|
|
375
|
+
insecure,
|
|
376
|
+
call_credentials,
|
|
377
|
+
compression,
|
|
378
|
+
wait_for_ready,
|
|
379
|
+
timeout,
|
|
380
|
+
metadata,
|
|
381
|
+
_registered_method=True)
|
|
@@ -27,7 +27,7 @@ from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
|
27
27
|
from protoc_gen_openapiv2.options import annotations_pb2 as protoc__gen__openapiv2_dot_options_dot_annotations__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.scanoss/api/licenses/v2/scanoss-licenses.proto\x12\x17scanoss.api.licenses.v2\x1a*scanoss/api/common/v2/scanoss-common.proto\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xbd\x03\n\x18\x43omponentLicenseResponse\x12@\n\tcomponent\x18\x01 \x01(\x0b\x32-.scanoss.api.licenses.v2.ComponentLicenseInfo\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\xa7\x02\x92\x41\xa3\x02\n\xa0\x02J\x9d\x02{\"component\":{\"purl\": \"pkg:github/scanoss/engine@1.0.0\", \"requirement\": \"\", \"version\": \"1.0.0\", \"statement\": \"GPL-2.0\", \"licenses\": [{\"id\": \"GPL-2.0\", \"full_name\": \"GNU General Public License v2.0 only\"}]}, \"status\": {\"status\": \"SUCCESS\", \"message\": \"Licenses Successfully retrieved\"}}\"\xe9\x04\n\x19\x43omponentsLicenseResponse\x12\x41\n\ncomponents\x18\x01 \x03(\x0b\x32-.scanoss.api.licenses.v2.ComponentLicenseInfo\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\xd1\x03\x92\x41\xcd\x03\n\xca\x03J\xc7\x03{\"components\":[{\"purl\": \"pkg:github/scanoss/engine@1.0.0\", \"requirement\": \"\", \"version\": \"1.0.0\", \"statement\": \"GPL-2.0\", \"licenses\": [{\"id\": \"GPL-2.0\", \"full_name\": \"GNU General Public License v2.0 only\"}]}, {\"purl\": \"pkg:github/scanoss/scanoss.py@v1.30.0\",\"requirement\": \"\",\"version\": \"v1.30.0\",\"statement\": \"MIT\", \"licenses\": [{\"id\": \"MIT\",\"full_name\": \"MIT License\"}]} ], \"status\": {\"status\": \"SUCCESS\", \"message\": \"Licenses Successfully retrieved\"}}\"\x89\x01\n\x16LicenseDetailsResponse\x12\x38\n\x07license\x18\x01 \x01(\x0b\x32\'.scanoss.api.licenses.v2.LicenseDetails\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\"\x81\x01\n\x13ObligationsResponse\x12\x33\n\x0bobligations\x18\x01 \x01(\x0b\x32\x1e.scanoss.api.licenses.v2.OSADL\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n.scanoss/api/licenses/v2/scanoss-licenses.proto\x12\x17scanoss.api.licenses.v2\x1a*scanoss/api/common/v2/scanoss-common.proto\x1a\x1cgoogle/api/annotations.proto\x1a.protoc-gen-openapiv2/options/annotations.proto\"\xbd\x03\n\x18\x43omponentLicenseResponse\x12@\n\tcomponent\x18\x01 \x01(\x0b\x32-.scanoss.api.licenses.v2.ComponentLicenseInfo\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\xa7\x02\x92\x41\xa3\x02\n\xa0\x02J\x9d\x02{\"component\":{\"purl\": \"pkg:github/scanoss/engine@1.0.0\", \"requirement\": \"\", \"version\": \"1.0.0\", \"statement\": \"GPL-2.0\", \"licenses\": [{\"id\": \"GPL-2.0\", \"full_name\": \"GNU General Public License v2.0 only\"}]}, \"status\": {\"status\": \"SUCCESS\", \"message\": \"Licenses Successfully retrieved\"}}\"\xe9\x04\n\x19\x43omponentsLicenseResponse\x12\x41\n\ncomponents\x18\x01 \x03(\x0b\x32-.scanoss.api.licenses.v2.ComponentLicenseInfo\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse:\xd1\x03\x92\x41\xcd\x03\n\xca\x03J\xc7\x03{\"components\":[{\"purl\": \"pkg:github/scanoss/engine@1.0.0\", \"requirement\": \"\", \"version\": \"1.0.0\", \"statement\": \"GPL-2.0\", \"licenses\": [{\"id\": \"GPL-2.0\", \"full_name\": \"GNU General Public License v2.0 only\"}]}, {\"purl\": \"pkg:github/scanoss/scanoss.py@v1.30.0\",\"requirement\": \"\",\"version\": \"v1.30.0\",\"statement\": \"MIT\", \"licenses\": [{\"id\": \"MIT\",\"full_name\": \"MIT License\"}]} ], \"status\": {\"status\": \"SUCCESS\", \"message\": \"Licenses Successfully retrieved\"}}\"\x89\x01\n\x16LicenseDetailsResponse\x12\x38\n\x07license\x18\x01 \x01(\x0b\x32\'.scanoss.api.licenses.v2.LicenseDetails\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\"\x81\x01\n\x13ObligationsResponse\x12\x33\n\x0bobligations\x18\x01 \x01(\x0b\x32\x1e.scanoss.api.licenses.v2.OSADL\x12\x35\n\x06status\x18\x02 \x01(\x0b\x32%.scanoss.api.common.v2.StatusResponse\"\xe4\x05\n\x04SPDX\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1c\n\tfull_name\x18\x02 \x01(\tR\tfull_name\x12 \n\x0b\x64\x65tails_url\x18\x04 \x01(\tR\x0b\x64\x65tails_url\x12$\n\rreference_url\x18\x05 \x01(\tR\rreference_url\x12$\n\ris_deprecated\x18\x06 \x01(\x08R\ris_deprecated\x12\"\n\x0cis_fsf_libre\x18\x07 \x01(\x08R\x0cis_fsf_libre\x12(\n\x0fis_osi_approved\x18\x08 \x01(\x08R\x0fis_osi_approved\x12\x1a\n\x08see_also\x18\t \x03(\tR\x08see_also\x12J\n\ncross_refs\x18\n \x03(\x0b\x32*.scanoss.api.licenses.v2.SPDX.SPDXCrossRefR\ncross_refs\x12?\n\nexceptions\x18\x0b \x03(\x0b\x32+.scanoss.api.licenses.v2.SPDX.SPDXException\x1a\xac\x01\n\x0cSPDXCrossRef\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x1a\n\x08is_valid\x18\x02 \x01(\x08R\x08is_valid\x12\x18\n\x07is_live\x18\x03 \x01(\x08R\x07is_live\x12\x11\n\ttimestamp\x18\x04 \x01(\t\x12(\n\x0fis_wayback_link\x18\x05 \x01(\x08R\x0fis_wayback_link\x12\r\n\x05order\x18\x06 \x01(\x05\x12\r\n\x05match\x18\x07 \x01(\t\x1a\x9d\x01\n\rSPDXException\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1c\n\tfull_name\x18\x02 \x01(\tR\tfull_name\x12 \n\x0b\x64\x65tails_url\x18\x03 \x01(\tR\x0b\x64\x65tails_url\x12\x1a\n\x08see_also\x18\x05 \x03(\tR\x08see_also\x12$\n\ris_deprecated\x18\x06 \x01(\x08R\ris_deprecated\"\xfc\x02\n\x05OSADL\x12(\n\x0f\x63opyleft_clause\x18\x01 \x01(\x08R\x0f\x63opyleft_clause\x12\"\n\x0cpatent_hints\x18\x02 \x01(\x08R\x0cpatent_hints\x12\x15\n\rcompatibility\x18\x03 \x03(\t\x12\x38\n\x17\x64\x65pending_compatibility\x18\x04 \x03(\tR\x17\x64\x65pending_compatibility\x12\x17\n\x0fincompatibility\x18\x05 \x03(\t\x12I\n\tuse_cases\x18\x06 \x03(\x0b\x32+.scanoss.api.licenses.v2.OSADL.OSADLUseCaseR\tuse_cases\x1ap\n\x0cOSADLUseCase\x12\x0c\n\x04name\x18\x01 \x01(\t\x12(\n\x0fobligation_text\x18\x02 \x01(\tR\x0fobligation_text\x12(\n\x0fobligation_json\x18\x03 \x01(\tR\x0fobligation_json\"\x86\x01\n\x0bLicenseInfo\x12\n\n\x02id\x18\x01 \x01(\t\x12\x1c\n\tfull_name\x18\x02 \x01(\tR\tfull_name:M\x92\x41J\nHJF{\"id\": \"GPL-2.0\", \"full_name\": \"GNU General Public License v2.0 only\"}\"\xbe\x01\n\x0eLicenseDetails\x12\x1c\n\tfull_name\x18\x01 \x01(\tR\tfull_name\x12\x32\n\x04type\x18\x02 \x01(\x0e\x32$.scanoss.api.licenses.v2.LicenseType\x12+\n\x04spdx\x18\x03 \x01(\x0b\x32\x1d.scanoss.api.licenses.v2.SPDX\x12-\n\x05osadl\x18\x04 \x01(\x0b\x32\x1e.scanoss.api.licenses.v2.OSADL\"\x1c\n\x0eLicenseRequest\x12\n\n\x02id\x18\x01 \x01(\t\"\x95\x01\n\x14\x43omponentLicenseInfo\x12\x0c\n\x04purl\x18\x01 \x01(\t\x12\x13\n\x0brequirement\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\t\x12\x11\n\tstatement\x18\x04 \x01(\t\x12\x36\n\x08licenses\x18\x05 \x03(\x0b\x32$.scanoss.api.licenses.v2.LicenseInfo*l\n\x0bLicenseType\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0e\n\nPERMISSIVE\x10\x01\x12\x0c\n\x08\x43OPYLEFT\x10\x02\x12\x0e\n\nCOMMERCIAL\x10\x03\x12\x0f\n\x0bPROPRIETARY\x10\x04\x12\x11\n\rPUBLIC_DOMAIN\x10\x05\x32\xbc\x05\n\x07License\x12m\n\x04\x45\x63ho\x12\".scanoss.api.common.v2.EchoRequest\x1a#.scanoss.api.common.v2.EchoResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\"\x11/v2/licenses/echo:\x01*\x12\x92\x01\n\x14GetComponentLicenses\x12\'.scanoss.api.common.v2.ComponentRequest\x1a\x31.scanoss.api.licenses.v2.ComponentLicenseResponse\"\x1e\x82\xd3\xe4\x93\x02\x18\x12\x16/v2/licenses/component\x12\x99\x01\n\x15GetComponentsLicenses\x12(.scanoss.api.common.v2.ComponentsRequest\x1a\x32.scanoss.api.licenses.v2.ComponentsLicenseResponse\"\"\x82\xd3\xe4\x93\x02\x1c\"\x17/v2/licenses/components:\x01*\x12\x84\x01\n\nGetDetails\x12\'.scanoss.api.licenses.v2.LicenseRequest\x1a/.scanoss.api.licenses.v2.LicenseDetailsResponse\"\x1c\x82\xd3\xe4\x93\x02\x16\x12\x14/v2/licenses/details\x12\x89\x01\n\x0eGetObligations\x12\'.scanoss.api.licenses.v2.LicenseRequest\x1a,.scanoss.api.licenses.v2.ObligationsResponse\" \x82\xd3\xe4\x93\x02\x1a\x12\x18/v2/licenses/obligationsB\xa7\x02Z1github.com/scanoss/papi/api/licensesv2;licensesv2\x92\x41\xf0\x01\x12\xb4\x01\n\x17SCANOSS License Service\x12\x46License service provides license intelligence for software components.\"L\n\x10scanoss-licenses\x12#https://github.com/scanoss/licenses\x1a\x13support@scanoss.com2\x03\x32.0\x1a\x0f\x61pi.scanoss.com*\x02\x01\x02\x32\x10\x61pplication/json:\x10\x61pplication/jsonb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -42,17 +42,17 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
42
42
|
_globals['_LICENSEINFO']._loaded_options = None
|
|
43
43
|
_globals['_LICENSEINFO']._serialized_options = b'\222AJ\nHJF{\"id\": \"GPL-2.0\", \"full_name\": \"GNU General Public License v2.0 only\"}'
|
|
44
44
|
_globals['_LICENSE'].methods_by_name['Echo']._loaded_options = None
|
|
45
|
-
_globals['_LICENSE'].methods_by_name['Echo']._serialized_options = b'\202\323\344\223\002\
|
|
45
|
+
_globals['_LICENSE'].methods_by_name['Echo']._serialized_options = b'\202\323\344\223\002\026\"\021/v2/licenses/echo:\001*'
|
|
46
46
|
_globals['_LICENSE'].methods_by_name['GetComponentLicenses']._loaded_options = None
|
|
47
|
-
_globals['_LICENSE'].methods_by_name['GetComponentLicenses']._serialized_options = b'\202\323\344\223\002\
|
|
47
|
+
_globals['_LICENSE'].methods_by_name['GetComponentLicenses']._serialized_options = b'\202\323\344\223\002\030\022\026/v2/licenses/component'
|
|
48
48
|
_globals['_LICENSE'].methods_by_name['GetComponentsLicenses']._loaded_options = None
|
|
49
|
-
_globals['_LICENSE'].methods_by_name['GetComponentsLicenses']._serialized_options = b'\202\323\344\223\002
|
|
49
|
+
_globals['_LICENSE'].methods_by_name['GetComponentsLicenses']._serialized_options = b'\202\323\344\223\002\034\"\027/v2/licenses/components:\001*'
|
|
50
50
|
_globals['_LICENSE'].methods_by_name['GetDetails']._loaded_options = None
|
|
51
|
-
_globals['_LICENSE'].methods_by_name['GetDetails']._serialized_options = b'\202\323\344\223\002\
|
|
51
|
+
_globals['_LICENSE'].methods_by_name['GetDetails']._serialized_options = b'\202\323\344\223\002\026\022\024/v2/licenses/details'
|
|
52
52
|
_globals['_LICENSE'].methods_by_name['GetObligations']._loaded_options = None
|
|
53
|
-
_globals['_LICENSE'].methods_by_name['GetObligations']._serialized_options = b'\202\323\344\223\002\
|
|
54
|
-
_globals['_LICENSETYPE']._serialized_start=
|
|
55
|
-
_globals['_LICENSETYPE']._serialized_end=
|
|
53
|
+
_globals['_LICENSE'].methods_by_name['GetObligations']._serialized_options = b'\202\323\344\223\002\032\022\030/v2/licenses/obligations'
|
|
54
|
+
_globals['_LICENSETYPE']._serialized_start=3175
|
|
55
|
+
_globals['_LICENSETYPE']._serialized_end=3283
|
|
56
56
|
_globals['_COMPONENTLICENSERESPONSE']._serialized_start=198
|
|
57
57
|
_globals['_COMPONENTLICENSERESPONSE']._serialized_end=643
|
|
58
58
|
_globals['_COMPONENTSLICENSERESPONSE']._serialized_start=646
|
|
@@ -62,23 +62,23 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
62
62
|
_globals['_OBLIGATIONSRESPONSE']._serialized_start=1406
|
|
63
63
|
_globals['_OBLIGATIONSRESPONSE']._serialized_end=1535
|
|
64
64
|
_globals['_SPDX']._serialized_start=1538
|
|
65
|
-
_globals['_SPDX']._serialized_end=
|
|
66
|
-
_globals['_SPDX_SPDXCROSSREF']._serialized_start=
|
|
67
|
-
_globals['_SPDX_SPDXCROSSREF']._serialized_end=
|
|
68
|
-
_globals['_SPDX_SPDXEXCEPTION']._serialized_start=
|
|
69
|
-
_globals['_SPDX_SPDXEXCEPTION']._serialized_end=
|
|
70
|
-
_globals['_OSADL']._serialized_start=
|
|
71
|
-
_globals['_OSADL']._serialized_end=
|
|
72
|
-
_globals['_OSADL_OSADLUSECASE']._serialized_start=
|
|
73
|
-
_globals['_OSADL_OSADLUSECASE']._serialized_end=
|
|
74
|
-
_globals['_LICENSEINFO']._serialized_start=
|
|
75
|
-
_globals['_LICENSEINFO']._serialized_end=
|
|
76
|
-
_globals['_LICENSEDETAILS']._serialized_start=
|
|
77
|
-
_globals['_LICENSEDETAILS']._serialized_end=
|
|
78
|
-
_globals['_LICENSEREQUEST']._serialized_start=
|
|
79
|
-
_globals['_LICENSEREQUEST']._serialized_end=
|
|
80
|
-
_globals['_COMPONENTLICENSEINFO']._serialized_start=
|
|
81
|
-
_globals['_COMPONENTLICENSEINFO']._serialized_end=
|
|
82
|
-
_globals['_LICENSE']._serialized_start=
|
|
83
|
-
_globals['_LICENSE']._serialized_end=
|
|
65
|
+
_globals['_SPDX']._serialized_end=2278
|
|
66
|
+
_globals['_SPDX_SPDXCROSSREF']._serialized_start=1946
|
|
67
|
+
_globals['_SPDX_SPDXCROSSREF']._serialized_end=2118
|
|
68
|
+
_globals['_SPDX_SPDXEXCEPTION']._serialized_start=2121
|
|
69
|
+
_globals['_SPDX_SPDXEXCEPTION']._serialized_end=2278
|
|
70
|
+
_globals['_OSADL']._serialized_start=2281
|
|
71
|
+
_globals['_OSADL']._serialized_end=2661
|
|
72
|
+
_globals['_OSADL_OSADLUSECASE']._serialized_start=2549
|
|
73
|
+
_globals['_OSADL_OSADLUSECASE']._serialized_end=2661
|
|
74
|
+
_globals['_LICENSEINFO']._serialized_start=2664
|
|
75
|
+
_globals['_LICENSEINFO']._serialized_end=2798
|
|
76
|
+
_globals['_LICENSEDETAILS']._serialized_start=2801
|
|
77
|
+
_globals['_LICENSEDETAILS']._serialized_end=2991
|
|
78
|
+
_globals['_LICENSEREQUEST']._serialized_start=2993
|
|
79
|
+
_globals['_LICENSEREQUEST']._serialized_end=3021
|
|
80
|
+
_globals['_COMPONENTLICENSEINFO']._serialized_start=3024
|
|
81
|
+
_globals['_COMPONENTLICENSEINFO']._serialized_end=3173
|
|
82
|
+
_globals['_LICENSE']._serialized_start=3286
|
|
83
|
+
_globals['_LICENSE']._serialized_end=3986
|
|
84
84
|
# @@protoc_insertion_point(module_scope)
|