yandexcloud 0.342.0__py3-none-any.whl → 0.344.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.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.py +14 -7
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.pyi +75 -2
- yandex/cloud/ai/tts/v3/tts_pb2.py +13 -1
- yandex/cloud/ai/tts/v3/tts_pb2.pyi +171 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2.py +2 -2
- yandex/cloud/ai/tts/v3/tts_service_pb2_grpc.py +44 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +70 -68
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +10 -2
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.py +28 -9
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +70 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2_grpc.py +43 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/__init__.py +0 -0
- yandex/cloud/clouddesktop/v1/__init__.py +0 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.py +71 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.pyi +232 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +146 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +443 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2_grpc.py +502 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2_grpc.pyi +242 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2.py +44 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2.pyi +111 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.py +115 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.pyi +275 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2_grpc.py +323 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2_grpc.pyi +152 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.py +65 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.pyi +208 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2.py +171 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2.pyi +541 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2_grpc.py +589 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2_grpc.pyi +281 -0
- yandex/cloud/clouddesktop/v1/disk_pb2.py +44 -0
- yandex/cloud/clouddesktop/v1/disk_pb2.pyi +61 -0
- yandex/cloud/clouddesktop/v1/disk_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/disk_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +6 -3
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +6 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +13 -10
- yandex/cloud/mdb/kafka/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +9 -0
- yandex/cloud/metastore/__init__.py +0 -0
- yandex/cloud/metastore/v1/__init__.py +0 -0
- yandex/cloud/metastore/v1/cluster_pb2.py +67 -0
- yandex/cloud/metastore/v1/cluster_pb2.pyi +325 -0
- yandex/cloud/metastore/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/metastore/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.py +176 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +628 -0
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +502 -0
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +247 -0
- yandex/cloud/metastore/v1/maintenance_pb2.py +53 -0
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/metastore/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/metastore/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/chart_widget_pb2.py +52 -47
- yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +52 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.py +6 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.pyi +8 -1
- yandex/cloud/monitoring/v3/dashboard_service_pb2.py +30 -29
- yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +15 -2
- yandex/cloud/monitoring/v3/link_item_pb2.py +40 -0
- yandex/cloud/monitoring/v3/link_item_pb2.pyi +53 -0
- yandex/cloud/monitoring/v3/link_item_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/link_item_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/link_pb2.py +39 -0
- yandex/cloud/monitoring/v3/link_pb2.pyi +70 -0
- yandex/cloud/monitoring/v3/link_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/link_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +60 -55
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +52 -5
- yandex/cloud/monitoring/v3/thresholds_pb2.py +41 -0
- yandex/cloud/monitoring/v3/thresholds_pb2.pyi +73 -0
- yandex/cloud/monitoring/v3/thresholds_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/thresholds_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
- yandex/cloud/monitoring/v3/widget_pb2.pyi +8 -1
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +25 -25
- yandex/cloud/searchapi/v2/img_search_service_pb2.py +63 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +240 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.py +100 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.pyi +47 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +7 -7
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +4 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +8 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +10 -8
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/speechsense/v1/talk_service_pb2.py +39 -31
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +38 -0
- yandex/cloud/speechsense/v1/talk_service_pb2_grpc.py +46 -0
- yandex/cloud/speechsense/v1/talk_service_pb2_grpc.pyi +27 -0
- yandex/cloud/storage/v1/bucket_service_pb2.py +30 -30
- yandex/cloud/storage/v1/bucket_service_pb2.pyi +26 -4
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/RECORD +109 -49
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/top_level.txt +0 -0
|
@@ -26,7 +26,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
26
26
|
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/gen_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a\x1cgoogle/api/annotations.proto\"
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/gen_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a\x1cgoogle/api/annotations.proto\"i\n\x10GenSearchMessage\x12 \n\x07\x63ontent\x18\x01 \x01(\tB\x0f\xe8\xc7\x31\x01\x8a\xc8\x31\x07<=16384\x12\x33\n\x04role\x18\x02 \x01(\x0e\x32\x1f.yandex.cloud.searchapi.v2.RoleB\x04\xe8\xc7\x31\x01\"\xae\x08\n\x10GenSearchRequest\x12H\n\x08messages\x18\x01 \x03(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessageB\t\x82\xc8\x31\x05\x31-100\x12\x1f\n\tfolder_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12L\n\x04site\x18\x03 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.SiteOptionB\x04\xe8\xc7\x31\x01H\x00\x12L\n\x04host\x18\x04 \x01(\x0b\x32\x36.yandex.cloud.searchapi.v2.GenSearchRequest.HostOptionB\x04\xe8\xc7\x31\x01H\x00\x12J\n\x03url\x18\x05 \x01(\x0b\x32\x35.yandex.cloud.searchapi.v2.GenSearchRequest.UrlOptionB\x04\xe8\xc7\x31\x01H\x00\x12\x14\n\x0c\x66ix_misspell\x18\x06 \x01(\x08\x12\x18\n\x10\x65nable_nrfm_docs\x18\x07 \x01(\x08\x12Z\n\x0esearch_filters\x18\x08 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilterB\x08\x82\xc8\x31\x04<=10\x1a/\n\nSiteOption\x12!\n\x04site\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a-\n\tUrlOption\x12 \n\x03url\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a/\n\nHostOption\x12!\n\x04host\x18\x01 \x03(\tB\x13\x82\xc8\x31\x05<=100\x8a\xc8\x31\x06<=1024\x1a\x99\x03\n\x0cSearchFilter\x12\x18\n\x04\x64\x61te\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=25H\x00\x12\x15\n\x04lang\x18\x02 \x01(\tB\x05\x8a\xc8\x31\x01\x32H\x00\x12T\n\x06\x66ormat\x18\x03 \x01(\x0e\x32\x42.yandex.cloud.searchapi.v2.GenSearchRequest.SearchFilter.DocFormatH\x00\"\xef\x01\n\tDocFormat\x12\x1a\n\x16\x44OC_FORMAT_UNSPECIFIED\x10\x00\x12\x12\n\x0e\x44OC_FORMAT_PDF\x10\x01\x12\x12\n\x0e\x44OC_FORMAT_XLS\x10\x02\x12\x12\n\x0e\x44OC_FORMAT_ODS\x10\x03\x12\x12\n\x0e\x44OC_FORMAT_RTF\x10\x04\x12\x12\n\x0e\x44OC_FORMAT_PPT\x10\x05\x12\x12\n\x0e\x44OC_FORMAT_ODP\x10\x06\x12\x12\n\x0e\x44OC_FORMAT_SWF\x10\x07\x12\x12\n\x0e\x44OC_FORMAT_ODT\x10\x08\x12\x12\n\x0e\x44OC_FORMAT_ODG\x10\t\x12\x12\n\x0e\x44OC_FORMAT_DOC\x10\nB\x10\n\x0e\x66ilter_optionsB\x0e\n\x0csite_options\"\x9e\x03\n\x11GenSearchResponse\x12<\n\x07message\x18\x01 \x01(\x0b\x32+.yandex.cloud.searchapi.v2.GenSearchMessage\x12\x44\n\x07sources\x18\x02 \x03(\x0b\x32\x33.yandex.cloud.searchapi.v2.GenSearchResponse.Source\x12P\n\x0esearch_queries\x18\x03 \x03(\x0b\x32\x38.yandex.cloud.searchapi.v2.GenSearchResponse.SearchQuery\x12\x1c\n\x14\x66ixed_misspell_query\x18\x04 \x01(\t\x12\x1a\n\x12is_answer_rejected\x18\x05 \x01(\x08\x12\x18\n\x10is_bullet_answer\x18\x06 \x01(\x08\x1a\x32\n\x06Source\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x0c\n\x04used\x18\x03 \x01(\x08\x1a+\n\x0bSearchQuery\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x0e\n\x06req_id\x18\x02 \x01(\t*?\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\r\n\tROLE_USER\x10\x01\x12\x12\n\x0eROLE_ASSISTANT\x10\x02\x32\x95\x01\n\x10GenSearchService\x12\x80\x01\n\x06Search\x12+.yandex.cloud.searchapi.v2.GenSearchRequest\x1a,.yandex.cloud.searchapi.v2.GenSearchResponse\"\x19\x82\xd3\xe4\x93\x02\x13\"\x0e/v2/gen/search:\x01*0\x01\x42\x65\n\x1ayandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapib\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,7 +35,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
35
35
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
36
|
_globals['DESCRIPTOR']._serialized_options = b'\n\032yandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapi'
|
|
37
37
|
_globals['_GENSEARCHMESSAGE'].fields_by_name['content']._loaded_options = None
|
|
38
|
-
_globals['_GENSEARCHMESSAGE'].fields_by_name['content']._serialized_options = b'\350\3071\001\212\3101\
|
|
38
|
+
_globals['_GENSEARCHMESSAGE'].fields_by_name['content']._serialized_options = b'\350\3071\001\212\3101\007<=16384'
|
|
39
39
|
_globals['_GENSEARCHMESSAGE'].fields_by_name['role']._loaded_options = None
|
|
40
40
|
_globals['_GENSEARCHMESSAGE'].fields_by_name['role']._serialized_options = b'\350\3071\001'
|
|
41
41
|
_globals['_GENSEARCHREQUEST_SITEOPTION'].fields_by_name['site']._loaded_options = None
|
|
@@ -62,28 +62,28 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
62
62
|
_globals['_GENSEARCHREQUEST'].fields_by_name['search_filters']._serialized_options = b'\202\3101\004<=10'
|
|
63
63
|
_globals['_GENSEARCHSERVICE'].methods_by_name['Search']._loaded_options = None
|
|
64
64
|
_globals['_GENSEARCHSERVICE'].methods_by_name['Search']._serialized_options = b'\202\323\344\223\002\023\"\016/v2/gen/search:\001*'
|
|
65
|
-
_globals['_ROLE']._serialized_start=
|
|
66
|
-
_globals['_ROLE']._serialized_end=
|
|
65
|
+
_globals['_ROLE']._serialized_start=1739
|
|
66
|
+
_globals['_ROLE']._serialized_end=1802
|
|
67
67
|
_globals['_GENSEARCHMESSAGE']._serialized_start=142
|
|
68
|
-
_globals['_GENSEARCHMESSAGE']._serialized_end=
|
|
69
|
-
_globals['_GENSEARCHREQUEST']._serialized_start=
|
|
70
|
-
_globals['_GENSEARCHREQUEST']._serialized_end=
|
|
71
|
-
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_start=
|
|
72
|
-
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_end=
|
|
73
|
-
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_start=
|
|
74
|
-
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_end=
|
|
75
|
-
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_start=
|
|
76
|
-
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_end=
|
|
77
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_start=
|
|
78
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_end=
|
|
79
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_start=
|
|
80
|
-
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_end=
|
|
81
|
-
_globals['_GENSEARCHRESPONSE']._serialized_start=
|
|
82
|
-
_globals['_GENSEARCHRESPONSE']._serialized_end=
|
|
83
|
-
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_start=
|
|
84
|
-
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_end=
|
|
85
|
-
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_start=
|
|
86
|
-
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_end=
|
|
87
|
-
_globals['_GENSEARCHSERVICE']._serialized_start=
|
|
88
|
-
_globals['_GENSEARCHSERVICE']._serialized_end=
|
|
68
|
+
_globals['_GENSEARCHMESSAGE']._serialized_end=247
|
|
69
|
+
_globals['_GENSEARCHREQUEST']._serialized_start=250
|
|
70
|
+
_globals['_GENSEARCHREQUEST']._serialized_end=1320
|
|
71
|
+
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_start=749
|
|
72
|
+
_globals['_GENSEARCHREQUEST_SITEOPTION']._serialized_end=796
|
|
73
|
+
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_start=798
|
|
74
|
+
_globals['_GENSEARCHREQUEST_URLOPTION']._serialized_end=843
|
|
75
|
+
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_start=845
|
|
76
|
+
_globals['_GENSEARCHREQUEST_HOSTOPTION']._serialized_end=892
|
|
77
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_start=895
|
|
78
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER']._serialized_end=1304
|
|
79
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_start=1047
|
|
80
|
+
_globals['_GENSEARCHREQUEST_SEARCHFILTER_DOCFORMAT']._serialized_end=1286
|
|
81
|
+
_globals['_GENSEARCHRESPONSE']._serialized_start=1323
|
|
82
|
+
_globals['_GENSEARCHRESPONSE']._serialized_end=1737
|
|
83
|
+
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_start=1642
|
|
84
|
+
_globals['_GENSEARCHRESPONSE_SOURCE']._serialized_end=1692
|
|
85
|
+
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_start=1694
|
|
86
|
+
_globals['_GENSEARCHRESPONSE_SEARCHQUERY']._serialized_end=1737
|
|
87
|
+
_globals['_GENSEARCHSERVICE']._serialized_start=1805
|
|
88
|
+
_globals['_GENSEARCHSERVICE']._serialized_end=1954
|
|
89
89
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/searchapi/v2/img_search_service.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/searchapi/v2/img_search_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
26
|
+
from yandex.cloud.searchapi.v2 import search_query_pb2 as yandex_dot_cloud_dot_searchapi_dot_v2_dot_search__query__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/searchapi/v2/img_search_service.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\x1a,yandex/cloud/searchapi/v2/search_query.proto\"\x80\x08\n\tImageSpec\x12@\n\x06\x66ormat\x18\x01 \x01(\x0e\x32\x30.yandex.cloud.searchapi.v2.ImageSpec.ImageFormat\x12<\n\x04size\x18\x02 \x01(\x0e\x32..yandex.cloud.searchapi.v2.ImageSpec.ImageSize\x12J\n\x0borientation\x18\x03 \x01(\x0e\x32\x35.yandex.cloud.searchapi.v2.ImageSpec.ImageOrientation\x12>\n\x05\x63olor\x18\x04 \x01(\x0e\x32/.yandex.cloud.searchapi.v2.ImageSpec.ImageColor\"n\n\x0bImageFormat\x12\x1c\n\x18IMAGE_FORMAT_UNSPECIFIED\x10\x00\x12\x15\n\x11IMAGE_FORMAT_JPEG\x10\x01\x12\x14\n\x10IMAGE_FORMAT_GIF\x10\x02\x12\x14\n\x10IMAGE_FORMAT_PNG\x10\x03\"\x95\x01\n\x10ImageOrientation\x12!\n\x1dIMAGE_ORIENTATION_UNSPECIFIED\x10\x00\x12\x1e\n\x1aIMAGE_ORIENTATION_VERTICAL\x10\x01\x12 \n\x1cIMAGE_ORIENTATION_HORIZONTAL\x10\x02\x12\x1c\n\x18IMAGE_ORIENTATION_SQUARE\x10\x03\"\xb2\x01\n\tImageSize\x12\x1a\n\x16IMAGE_SIZE_UNSPECIFIED\x10\x00\x12\x17\n\x13IMAGE_SIZE_ENORMOUS\x10\x01\x12\x14\n\x10IMAGE_SIZE_LARGE\x10\x02\x12\x15\n\x11IMAGE_SIZE_MEDIUM\x10\x03\x12\x14\n\x10IMAGE_SIZE_SMALL\x10\x04\x12\x13\n\x0fIMAGE_SIZE_TINY\x10\x05\x12\x18\n\x14IMAGE_SIZE_WALLPAPER\x10\x06\"\xa9\x02\n\nImageColor\x12\x1b\n\x17IMAGE_COLOR_UNSPECIFIED\x10\x00\x12\x15\n\x11IMAGE_COLOR_COLOR\x10\x01\x12\x19\n\x15IMAGE_COLOR_GRAYSCALE\x10\x02\x12\x13\n\x0fIMAGE_COLOR_RED\x10\x03\x12\x16\n\x12IMAGE_COLOR_ORANGE\x10\x04\x12\x16\n\x12IMAGE_COLOR_YELLOW\x10\x05\x12\x15\n\x11IMAGE_COLOR_GREEN\x10\x06\x12\x14\n\x10IMAGE_COLOR_CYAN\x10\x07\x12\x14\n\x10IMAGE_COLOR_BLUE\x10\x08\x12\x16\n\x12IMAGE_COLOR_VIOLET\x10\t\x12\x15\n\x11IMAGE_COLOR_WHITE\x10\n\x12\x15\n\x11IMAGE_COLOR_BLACK\x10\x0b\"\xf6\x01\n\x12ImageSearchRequest\x12;\n\x05query\x18\x01 \x01(\x0b\x32&.yandex.cloud.searchapi.v2.SearchQueryB\x04\xe8\xc7\x31\x01\x12\x38\n\nimage_spec\x18\x02 \x01(\x0b\x32$.yandex.cloud.searchapi.v2.ImageSpec\x12\x0c\n\x04site\x18\x03 \x01(\t\x12\x1f\n\x0c\x64ocs_on_page\x18\x04 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-100\x12\x1b\n\tfolder_id\x18\x05 \x01(\tB\x08\x8a\xc8\x31\x04<=50\x12\x1d\n\nuser_agent\x18\x06 \x01(\tB\t\x8a\xc8\x31\x05<=200\"-\n\x13ImageSearchResponse\x12\x16\n\x08raw_data\x18\x01 \x01(\x0c\x42\x04\xe8\xc7\x31\x01\x32\x7f\n\x12ImageSearchService\x12i\n\x06Search\x12-.yandex.cloud.searchapi.v2.ImageSearchRequest\x1a..yandex.cloud.searchapi.v2.ImageSearchResponse\"\x00\x42\x65\n\x1ayandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapib\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.searchapi.v2.img_search_service_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\032yandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapi'
|
|
37
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['query']._loaded_options = None
|
|
38
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['query']._serialized_options = b'\350\3071\001'
|
|
39
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['docs_on_page']._loaded_options = None
|
|
40
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['docs_on_page']._serialized_options = b'\372\3071\0051-100'
|
|
41
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['folder_id']._loaded_options = None
|
|
42
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
43
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['user_agent']._loaded_options = None
|
|
44
|
+
_globals['_IMAGESEARCHREQUEST'].fields_by_name['user_agent']._serialized_options = b'\212\3101\005<=200'
|
|
45
|
+
_globals['_IMAGESEARCHRESPONSE'].fields_by_name['raw_data']._loaded_options = None
|
|
46
|
+
_globals['_IMAGESEARCHRESPONSE'].fields_by_name['raw_data']._serialized_options = b'\350\3071\001'
|
|
47
|
+
_globals['_IMAGESPEC']._serialized_start=159
|
|
48
|
+
_globals['_IMAGESPEC']._serialized_end=1183
|
|
49
|
+
_globals['_IMAGESPEC_IMAGEFORMAT']._serialized_start=440
|
|
50
|
+
_globals['_IMAGESPEC_IMAGEFORMAT']._serialized_end=550
|
|
51
|
+
_globals['_IMAGESPEC_IMAGEORIENTATION']._serialized_start=553
|
|
52
|
+
_globals['_IMAGESPEC_IMAGEORIENTATION']._serialized_end=702
|
|
53
|
+
_globals['_IMAGESPEC_IMAGESIZE']._serialized_start=705
|
|
54
|
+
_globals['_IMAGESPEC_IMAGESIZE']._serialized_end=883
|
|
55
|
+
_globals['_IMAGESPEC_IMAGECOLOR']._serialized_start=886
|
|
56
|
+
_globals['_IMAGESPEC_IMAGECOLOR']._serialized_end=1183
|
|
57
|
+
_globals['_IMAGESEARCHREQUEST']._serialized_start=1186
|
|
58
|
+
_globals['_IMAGESEARCHREQUEST']._serialized_end=1432
|
|
59
|
+
_globals['_IMAGESEARCHRESPONSE']._serialized_start=1434
|
|
60
|
+
_globals['_IMAGESEARCHRESPONSE']._serialized_end=1479
|
|
61
|
+
_globals['_IMAGESEARCHSERVICE']._serialized_start=1481
|
|
62
|
+
_globals['_IMAGESEARCHSERVICE']._serialized_end=1608
|
|
63
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
9
|
+
import google.protobuf.message
|
|
10
|
+
import sys
|
|
11
|
+
import typing
|
|
12
|
+
import yandex.cloud.searchapi.v2.search_query_pb2
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
import typing as typing_extensions
|
|
16
|
+
else:
|
|
17
|
+
import typing_extensions
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
@typing.final
|
|
22
|
+
class ImageSpec(google.protobuf.message.Message):
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
24
|
+
|
|
25
|
+
class _ImageFormat:
|
|
26
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
27
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
28
|
+
|
|
29
|
+
class _ImageFormatEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ImageSpec._ImageFormat.ValueType], builtins.type):
|
|
30
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
31
|
+
IMAGE_FORMAT_UNSPECIFIED: ImageSpec._ImageFormat.ValueType # 0
|
|
32
|
+
IMAGE_FORMAT_JPEG: ImageSpec._ImageFormat.ValueType # 1
|
|
33
|
+
"""JPG format."""
|
|
34
|
+
IMAGE_FORMAT_GIF: ImageSpec._ImageFormat.ValueType # 2
|
|
35
|
+
"""GIF format."""
|
|
36
|
+
IMAGE_FORMAT_PNG: ImageSpec._ImageFormat.ValueType # 3
|
|
37
|
+
"""PNG format."""
|
|
38
|
+
|
|
39
|
+
class ImageFormat(_ImageFormat, metaclass=_ImageFormatEnumTypeWrapper): ...
|
|
40
|
+
IMAGE_FORMAT_UNSPECIFIED: ImageSpec.ImageFormat.ValueType # 0
|
|
41
|
+
IMAGE_FORMAT_JPEG: ImageSpec.ImageFormat.ValueType # 1
|
|
42
|
+
"""JPG format."""
|
|
43
|
+
IMAGE_FORMAT_GIF: ImageSpec.ImageFormat.ValueType # 2
|
|
44
|
+
"""GIF format."""
|
|
45
|
+
IMAGE_FORMAT_PNG: ImageSpec.ImageFormat.ValueType # 3
|
|
46
|
+
"""PNG format."""
|
|
47
|
+
|
|
48
|
+
class _ImageOrientation:
|
|
49
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
50
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
51
|
+
|
|
52
|
+
class _ImageOrientationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ImageSpec._ImageOrientation.ValueType], builtins.type):
|
|
53
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
54
|
+
IMAGE_ORIENTATION_UNSPECIFIED: ImageSpec._ImageOrientation.ValueType # 0
|
|
55
|
+
IMAGE_ORIENTATION_VERTICAL: ImageSpec._ImageOrientation.ValueType # 1
|
|
56
|
+
"""Horizontal orientation."""
|
|
57
|
+
IMAGE_ORIENTATION_HORIZONTAL: ImageSpec._ImageOrientation.ValueType # 2
|
|
58
|
+
"""Vertical orientation."""
|
|
59
|
+
IMAGE_ORIENTATION_SQUARE: ImageSpec._ImageOrientation.ValueType # 3
|
|
60
|
+
"""Square aspect ratio."""
|
|
61
|
+
|
|
62
|
+
class ImageOrientation(_ImageOrientation, metaclass=_ImageOrientationEnumTypeWrapper): ...
|
|
63
|
+
IMAGE_ORIENTATION_UNSPECIFIED: ImageSpec.ImageOrientation.ValueType # 0
|
|
64
|
+
IMAGE_ORIENTATION_VERTICAL: ImageSpec.ImageOrientation.ValueType # 1
|
|
65
|
+
"""Horizontal orientation."""
|
|
66
|
+
IMAGE_ORIENTATION_HORIZONTAL: ImageSpec.ImageOrientation.ValueType # 2
|
|
67
|
+
"""Vertical orientation."""
|
|
68
|
+
IMAGE_ORIENTATION_SQUARE: ImageSpec.ImageOrientation.ValueType # 3
|
|
69
|
+
"""Square aspect ratio."""
|
|
70
|
+
|
|
71
|
+
class _ImageSize:
|
|
72
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
73
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
74
|
+
|
|
75
|
+
class _ImageSizeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ImageSpec._ImageSize.ValueType], builtins.type):
|
|
76
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
77
|
+
IMAGE_SIZE_UNSPECIFIED: ImageSpec._ImageSize.ValueType # 0
|
|
78
|
+
IMAGE_SIZE_ENORMOUS: ImageSpec._ImageSize.ValueType # 1
|
|
79
|
+
"""Very large images (larger than 1,600 × 1,200 pixels)."""
|
|
80
|
+
IMAGE_SIZE_LARGE: ImageSpec._ImageSize.ValueType # 2
|
|
81
|
+
"""Large images (from 800 × 600 to 1,600 × 1,200 pixels)."""
|
|
82
|
+
IMAGE_SIZE_MEDIUM: ImageSpec._ImageSize.ValueType # 3
|
|
83
|
+
"""Medium images (from 150 × 150 to 800 × 600 pixels)."""
|
|
84
|
+
IMAGE_SIZE_SMALL: ImageSpec._ImageSize.ValueType # 4
|
|
85
|
+
"""Small images (from 32 × 32 to 150 × 150 pixels)."""
|
|
86
|
+
IMAGE_SIZE_TINY: ImageSpec._ImageSize.ValueType # 5
|
|
87
|
+
"""Icons (up to 32 × 32 pixels)."""
|
|
88
|
+
IMAGE_SIZE_WALLPAPER: ImageSpec._ImageSize.ValueType # 6
|
|
89
|
+
"""Desktop wallpapers."""
|
|
90
|
+
|
|
91
|
+
class ImageSize(_ImageSize, metaclass=_ImageSizeEnumTypeWrapper): ...
|
|
92
|
+
IMAGE_SIZE_UNSPECIFIED: ImageSpec.ImageSize.ValueType # 0
|
|
93
|
+
IMAGE_SIZE_ENORMOUS: ImageSpec.ImageSize.ValueType # 1
|
|
94
|
+
"""Very large images (larger than 1,600 × 1,200 pixels)."""
|
|
95
|
+
IMAGE_SIZE_LARGE: ImageSpec.ImageSize.ValueType # 2
|
|
96
|
+
"""Large images (from 800 × 600 to 1,600 × 1,200 pixels)."""
|
|
97
|
+
IMAGE_SIZE_MEDIUM: ImageSpec.ImageSize.ValueType # 3
|
|
98
|
+
"""Medium images (from 150 × 150 to 800 × 600 pixels)."""
|
|
99
|
+
IMAGE_SIZE_SMALL: ImageSpec.ImageSize.ValueType # 4
|
|
100
|
+
"""Small images (from 32 × 32 to 150 × 150 pixels)."""
|
|
101
|
+
IMAGE_SIZE_TINY: ImageSpec.ImageSize.ValueType # 5
|
|
102
|
+
"""Icons (up to 32 × 32 pixels)."""
|
|
103
|
+
IMAGE_SIZE_WALLPAPER: ImageSpec.ImageSize.ValueType # 6
|
|
104
|
+
"""Desktop wallpapers."""
|
|
105
|
+
|
|
106
|
+
class _ImageColor:
|
|
107
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
108
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
109
|
+
|
|
110
|
+
class _ImageColorEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[ImageSpec._ImageColor.ValueType], builtins.type):
|
|
111
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
112
|
+
IMAGE_COLOR_UNSPECIFIED: ImageSpec._ImageColor.ValueType # 0
|
|
113
|
+
IMAGE_COLOR_COLOR: ImageSpec._ImageColor.ValueType # 1
|
|
114
|
+
"""Color images."""
|
|
115
|
+
IMAGE_COLOR_GRAYSCALE: ImageSpec._ImageColor.ValueType # 2
|
|
116
|
+
"""Black and white images."""
|
|
117
|
+
IMAGE_COLOR_RED: ImageSpec._ImageColor.ValueType # 3
|
|
118
|
+
"""Red is the main color of the image."""
|
|
119
|
+
IMAGE_COLOR_ORANGE: ImageSpec._ImageColor.ValueType # 4
|
|
120
|
+
"""Orange is the main color of the image."""
|
|
121
|
+
IMAGE_COLOR_YELLOW: ImageSpec._ImageColor.ValueType # 5
|
|
122
|
+
"""Yellow is the main color of the image."""
|
|
123
|
+
IMAGE_COLOR_GREEN: ImageSpec._ImageColor.ValueType # 6
|
|
124
|
+
"""Green is the main color of the image."""
|
|
125
|
+
IMAGE_COLOR_CYAN: ImageSpec._ImageColor.ValueType # 7
|
|
126
|
+
"""Cyan is the main color of the image."""
|
|
127
|
+
IMAGE_COLOR_BLUE: ImageSpec._ImageColor.ValueType # 8
|
|
128
|
+
"""Blue is the main color of the image."""
|
|
129
|
+
IMAGE_COLOR_VIOLET: ImageSpec._ImageColor.ValueType # 9
|
|
130
|
+
"""Violet is the main color of the image."""
|
|
131
|
+
IMAGE_COLOR_WHITE: ImageSpec._ImageColor.ValueType # 10
|
|
132
|
+
"""White is the main color of the image."""
|
|
133
|
+
IMAGE_COLOR_BLACK: ImageSpec._ImageColor.ValueType # 11
|
|
134
|
+
"""Black is the main color of the image."""
|
|
135
|
+
|
|
136
|
+
class ImageColor(_ImageColor, metaclass=_ImageColorEnumTypeWrapper): ...
|
|
137
|
+
IMAGE_COLOR_UNSPECIFIED: ImageSpec.ImageColor.ValueType # 0
|
|
138
|
+
IMAGE_COLOR_COLOR: ImageSpec.ImageColor.ValueType # 1
|
|
139
|
+
"""Color images."""
|
|
140
|
+
IMAGE_COLOR_GRAYSCALE: ImageSpec.ImageColor.ValueType # 2
|
|
141
|
+
"""Black and white images."""
|
|
142
|
+
IMAGE_COLOR_RED: ImageSpec.ImageColor.ValueType # 3
|
|
143
|
+
"""Red is the main color of the image."""
|
|
144
|
+
IMAGE_COLOR_ORANGE: ImageSpec.ImageColor.ValueType # 4
|
|
145
|
+
"""Orange is the main color of the image."""
|
|
146
|
+
IMAGE_COLOR_YELLOW: ImageSpec.ImageColor.ValueType # 5
|
|
147
|
+
"""Yellow is the main color of the image."""
|
|
148
|
+
IMAGE_COLOR_GREEN: ImageSpec.ImageColor.ValueType # 6
|
|
149
|
+
"""Green is the main color of the image."""
|
|
150
|
+
IMAGE_COLOR_CYAN: ImageSpec.ImageColor.ValueType # 7
|
|
151
|
+
"""Cyan is the main color of the image."""
|
|
152
|
+
IMAGE_COLOR_BLUE: ImageSpec.ImageColor.ValueType # 8
|
|
153
|
+
"""Blue is the main color of the image."""
|
|
154
|
+
IMAGE_COLOR_VIOLET: ImageSpec.ImageColor.ValueType # 9
|
|
155
|
+
"""Violet is the main color of the image."""
|
|
156
|
+
IMAGE_COLOR_WHITE: ImageSpec.ImageColor.ValueType # 10
|
|
157
|
+
"""White is the main color of the image."""
|
|
158
|
+
IMAGE_COLOR_BLACK: ImageSpec.ImageColor.ValueType # 11
|
|
159
|
+
"""Black is the main color of the image."""
|
|
160
|
+
|
|
161
|
+
FORMAT_FIELD_NUMBER: builtins.int
|
|
162
|
+
SIZE_FIELD_NUMBER: builtins.int
|
|
163
|
+
ORIENTATION_FIELD_NUMBER: builtins.int
|
|
164
|
+
COLOR_FIELD_NUMBER: builtins.int
|
|
165
|
+
format: global___ImageSpec.ImageFormat.ValueType
|
|
166
|
+
"""Searching for images in a particular format."""
|
|
167
|
+
size: global___ImageSpec.ImageSize.ValueType
|
|
168
|
+
"""Searching for images of a particular size."""
|
|
169
|
+
orientation: global___ImageSpec.ImageOrientation.ValueType
|
|
170
|
+
"""Searching for images with a particular orientation."""
|
|
171
|
+
color: global___ImageSpec.ImageColor.ValueType
|
|
172
|
+
"""Searching for images containing a particular color."""
|
|
173
|
+
def __init__(
|
|
174
|
+
self,
|
|
175
|
+
*,
|
|
176
|
+
format: global___ImageSpec.ImageFormat.ValueType = ...,
|
|
177
|
+
size: global___ImageSpec.ImageSize.ValueType = ...,
|
|
178
|
+
orientation: global___ImageSpec.ImageOrientation.ValueType = ...,
|
|
179
|
+
color: global___ImageSpec.ImageColor.ValueType = ...,
|
|
180
|
+
) -> None: ...
|
|
181
|
+
def ClearField(self, field_name: typing.Literal["color", b"color", "format", b"format", "orientation", b"orientation", "size", b"size"]) -> None: ...
|
|
182
|
+
|
|
183
|
+
global___ImageSpec = ImageSpec
|
|
184
|
+
|
|
185
|
+
@typing.final
|
|
186
|
+
class ImageSearchRequest(google.protobuf.message.Message):
|
|
187
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
188
|
+
|
|
189
|
+
QUERY_FIELD_NUMBER: builtins.int
|
|
190
|
+
IMAGE_SPEC_FIELD_NUMBER: builtins.int
|
|
191
|
+
SITE_FIELD_NUMBER: builtins.int
|
|
192
|
+
DOCS_ON_PAGE_FIELD_NUMBER: builtins.int
|
|
193
|
+
FOLDER_ID_FIELD_NUMBER: builtins.int
|
|
194
|
+
USER_AGENT_FIELD_NUMBER: builtins.int
|
|
195
|
+
site: builtins.str
|
|
196
|
+
"""Searching for images on a particular website only."""
|
|
197
|
+
docs_on_page: builtins.int
|
|
198
|
+
"""Number of results per search result page."""
|
|
199
|
+
folder_id: builtins.str
|
|
200
|
+
"""ID of the folder."""
|
|
201
|
+
user_agent: builtins.str
|
|
202
|
+
"""User-Agent request header value."""
|
|
203
|
+
@property
|
|
204
|
+
def query(self) -> yandex.cloud.searchapi.v2.search_query_pb2.SearchQuery:
|
|
205
|
+
"""Search query."""
|
|
206
|
+
|
|
207
|
+
@property
|
|
208
|
+
def image_spec(self) -> global___ImageSpec:
|
|
209
|
+
"""Searching for images with a particular size, orientation, format or color."""
|
|
210
|
+
|
|
211
|
+
def __init__(
|
|
212
|
+
self,
|
|
213
|
+
*,
|
|
214
|
+
query: yandex.cloud.searchapi.v2.search_query_pb2.SearchQuery | None = ...,
|
|
215
|
+
image_spec: global___ImageSpec | None = ...,
|
|
216
|
+
site: builtins.str = ...,
|
|
217
|
+
docs_on_page: builtins.int = ...,
|
|
218
|
+
folder_id: builtins.str = ...,
|
|
219
|
+
user_agent: builtins.str = ...,
|
|
220
|
+
) -> None: ...
|
|
221
|
+
def HasField(self, field_name: typing.Literal["image_spec", b"image_spec", "query", b"query"]) -> builtins.bool: ...
|
|
222
|
+
def ClearField(self, field_name: typing.Literal["docs_on_page", b"docs_on_page", "folder_id", b"folder_id", "image_spec", b"image_spec", "query", b"query", "site", b"site", "user_agent", b"user_agent"]) -> None: ...
|
|
223
|
+
|
|
224
|
+
global___ImageSearchRequest = ImageSearchRequest
|
|
225
|
+
|
|
226
|
+
@typing.final
|
|
227
|
+
class ImageSearchResponse(google.protobuf.message.Message):
|
|
228
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
229
|
+
|
|
230
|
+
RAW_DATA_FIELD_NUMBER: builtins.int
|
|
231
|
+
raw_data: builtins.bytes
|
|
232
|
+
"""Search results in XML format."""
|
|
233
|
+
def __init__(
|
|
234
|
+
self,
|
|
235
|
+
*,
|
|
236
|
+
raw_data: builtins.bytes = ...,
|
|
237
|
+
) -> None: ...
|
|
238
|
+
def ClearField(self, field_name: typing.Literal["raw_data", b"raw_data"]) -> None: ...
|
|
239
|
+
|
|
240
|
+
global___ImageSearchResponse = ImageSearchResponse
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
from yandex.cloud.searchapi.v2 import img_search_service_pb2 as yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2
|
|
7
|
+
|
|
8
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
9
|
+
GRPC_VERSION = grpc.__version__
|
|
10
|
+
_version_not_supported = False
|
|
11
|
+
|
|
12
|
+
try:
|
|
13
|
+
from grpc._utilities import first_version_is_lower
|
|
14
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
15
|
+
except ImportError:
|
|
16
|
+
_version_not_supported = True
|
|
17
|
+
|
|
18
|
+
if _version_not_supported:
|
|
19
|
+
raise RuntimeError(
|
|
20
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
21
|
+
+ f' but the generated code in yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.py depends on'
|
|
22
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
23
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
24
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
class ImageSearchServiceStub(object):
|
|
29
|
+
"""A set of methods for searching of images using the Yandex Images.
|
|
30
|
+
"""
|
|
31
|
+
|
|
32
|
+
def __init__(self, channel):
|
|
33
|
+
"""Constructor.
|
|
34
|
+
|
|
35
|
+
Args:
|
|
36
|
+
channel: A grpc.Channel.
|
|
37
|
+
"""
|
|
38
|
+
self.Search = channel.unary_unary(
|
|
39
|
+
'/yandex.cloud.searchapi.v2.ImageSearchService/Search',
|
|
40
|
+
request_serializer=yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2.ImageSearchRequest.SerializeToString,
|
|
41
|
+
response_deserializer=yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2.ImageSearchResponse.FromString,
|
|
42
|
+
_registered_method=True)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
class ImageSearchServiceServicer(object):
|
|
46
|
+
"""A set of methods for searching of images using the Yandex Images.
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
def Search(self, request, context):
|
|
50
|
+
"""Missing associated documentation comment in .proto file."""
|
|
51
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
52
|
+
context.set_details('Method not implemented!')
|
|
53
|
+
raise NotImplementedError('Method not implemented!')
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def add_ImageSearchServiceServicer_to_server(servicer, server):
|
|
57
|
+
rpc_method_handlers = {
|
|
58
|
+
'Search': grpc.unary_unary_rpc_method_handler(
|
|
59
|
+
servicer.Search,
|
|
60
|
+
request_deserializer=yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2.ImageSearchRequest.FromString,
|
|
61
|
+
response_serializer=yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2.ImageSearchResponse.SerializeToString,
|
|
62
|
+
),
|
|
63
|
+
}
|
|
64
|
+
generic_handler = grpc.method_handlers_generic_handler(
|
|
65
|
+
'yandex.cloud.searchapi.v2.ImageSearchService', rpc_method_handlers)
|
|
66
|
+
server.add_generic_rpc_handlers((generic_handler,))
|
|
67
|
+
server.add_registered_method_handlers('yandex.cloud.searchapi.v2.ImageSearchService', rpc_method_handlers)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
# This class is part of an EXPERIMENTAL API.
|
|
71
|
+
class ImageSearchService(object):
|
|
72
|
+
"""A set of methods for searching of images using the Yandex Images.
|
|
73
|
+
"""
|
|
74
|
+
|
|
75
|
+
@staticmethod
|
|
76
|
+
def Search(request,
|
|
77
|
+
target,
|
|
78
|
+
options=(),
|
|
79
|
+
channel_credentials=None,
|
|
80
|
+
call_credentials=None,
|
|
81
|
+
insecure=False,
|
|
82
|
+
compression=None,
|
|
83
|
+
wait_for_ready=None,
|
|
84
|
+
timeout=None,
|
|
85
|
+
metadata=None):
|
|
86
|
+
return grpc.experimental.unary_unary(
|
|
87
|
+
request,
|
|
88
|
+
target,
|
|
89
|
+
'/yandex.cloud.searchapi.v2.ImageSearchService/Search',
|
|
90
|
+
yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2.ImageSearchRequest.SerializeToString,
|
|
91
|
+
yandex_dot_cloud_dot_searchapi_dot_v2_dot_img__search__service__pb2.ImageSearchResponse.FromString,
|
|
92
|
+
options,
|
|
93
|
+
channel_credentials,
|
|
94
|
+
insecure,
|
|
95
|
+
call_credentials,
|
|
96
|
+
compression,
|
|
97
|
+
wait_for_ready,
|
|
98
|
+
timeout,
|
|
99
|
+
metadata,
|
|
100
|
+
_registered_method=True)
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.searchapi.v2.img_search_service_pb2
|
|
12
|
+
|
|
13
|
+
_T = typing.TypeVar("_T")
|
|
14
|
+
|
|
15
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
16
|
+
|
|
17
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
18
|
+
...
|
|
19
|
+
|
|
20
|
+
class ImageSearchServiceStub:
|
|
21
|
+
"""A set of methods for searching of images using the Yandex Images."""
|
|
22
|
+
|
|
23
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
24
|
+
Search: grpc.UnaryUnaryMultiCallable[
|
|
25
|
+
yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchRequest,
|
|
26
|
+
yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchResponse,
|
|
27
|
+
]
|
|
28
|
+
|
|
29
|
+
class ImageSearchServiceAsyncStub:
|
|
30
|
+
"""A set of methods for searching of images using the Yandex Images."""
|
|
31
|
+
|
|
32
|
+
Search: grpc.aio.UnaryUnaryMultiCallable[
|
|
33
|
+
yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchRequest,
|
|
34
|
+
yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchResponse,
|
|
35
|
+
]
|
|
36
|
+
|
|
37
|
+
class ImageSearchServiceServicer(metaclass=abc.ABCMeta):
|
|
38
|
+
"""A set of methods for searching of images using the Yandex Images."""
|
|
39
|
+
|
|
40
|
+
@abc.abstractmethod
|
|
41
|
+
def Search(
|
|
42
|
+
self,
|
|
43
|
+
request: yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchRequest,
|
|
44
|
+
context: _ServicerContext,
|
|
45
|
+
) -> typing.Union[yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchResponse, collections.abc.Awaitable[yandex.cloud.searchapi.v2.img_search_service_pb2.ImageSearchResponse]]: ...
|
|
46
|
+
|
|
47
|
+
def add_ImageSearchServiceServicer_to_server(servicer: ImageSearchServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/searchapi/v2/search_query.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\"\
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,yandex/cloud/searchapi/v2/search_query.proto\x12\x19yandex.cloud.searchapi.v2\x1a\x1dyandex/cloud/validation.proto\"\x9b\x05\n\x0bSearchQuery\x12L\n\x0bsearch_type\x18\x01 \x01(\x0e\x32\x31.yandex.cloud.searchapi.v2.SearchQuery.SearchTypeB\x04\xe8\xc7\x31\x01\x12!\n\nquery_text\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=400\x12\x46\n\x0b\x66\x61mily_mode\x18\x03 \x01(\x0e\x32\x31.yandex.cloud.searchapi.v2.SearchQuery.FamilyMode\x12\x15\n\x04page\x18\x04 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=0\x12I\n\rfix_typo_mode\x18\x05 \x01(\x0e\x32\x32.yandex.cloud.searchapi.v2.SearchQuery.FixTypoMode\"\xa2\x01\n\nSearchType\x12\x1b\n\x17SEARCH_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eSEARCH_TYPE_RU\x10\x01\x12\x12\n\x0eSEARCH_TYPE_TR\x10\x02\x12\x13\n\x0fSEARCH_TYPE_COM\x10\x03\x12\x12\n\x0eSEARCH_TYPE_KK\x10\x04\x12\x12\n\x0eSEARCH_TYPE_BE\x10\x05\x12\x12\n\x0eSEARCH_TYPE_UZ\x10\x06\"q\n\nFamilyMode\x12\x1b\n\x17\x46\x41MILY_MODE_UNSPECIFIED\x10\x00\x12\x14\n\x10\x46\x41MILY_MODE_NONE\x10\x01\x12\x18\n\x14\x46\x41MILY_MODE_MODERATE\x10\x02\x12\x16\n\x12\x46\x41MILY_MODE_STRICT\x10\x03\"Y\n\x0b\x46ixTypoMode\x12\x1d\n\x19\x46IX_TYPO_MODE_UNSPECIFIED\x10\x00\x12\x14\n\x10\x46IX_TYPO_MODE_ON\x10\x01\x12\x15\n\x11\x46IX_TYPO_MODE_OFF\x10\x02\x42\x65\n\x1ayandex.cloud.api.search.v2ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/searchapi/v2;searchapib\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,11 +40,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
40
|
_globals['_SEARCHQUERY'].fields_by_name['page']._loaded_options = None
|
|
41
41
|
_globals['_SEARCHQUERY'].fields_by_name['page']._serialized_options = b'\372\3071\003>=0'
|
|
42
42
|
_globals['_SEARCHQUERY']._serialized_start=107
|
|
43
|
-
_globals['_SEARCHQUERY']._serialized_end=
|
|
43
|
+
_globals['_SEARCHQUERY']._serialized_end=774
|
|
44
44
|
_globals['_SEARCHQUERY_SEARCHTYPE']._serialized_start=406
|
|
45
|
-
_globals['_SEARCHQUERY_SEARCHTYPE']._serialized_end=
|
|
46
|
-
_globals['_SEARCHQUERY_FAMILYMODE']._serialized_start=
|
|
47
|
-
_globals['_SEARCHQUERY_FAMILYMODE']._serialized_end=
|
|
48
|
-
_globals['_SEARCHQUERY_FIXTYPOMODE']._serialized_start=
|
|
49
|
-
_globals['_SEARCHQUERY_FIXTYPOMODE']._serialized_end=
|
|
45
|
+
_globals['_SEARCHQUERY_SEARCHTYPE']._serialized_end=568
|
|
46
|
+
_globals['_SEARCHQUERY_FAMILYMODE']._serialized_start=570
|
|
47
|
+
_globals['_SEARCHQUERY_FAMILYMODE']._serialized_end=683
|
|
48
|
+
_globals['_SEARCHQUERY_FIXTYPOMODE']._serialized_start=685
|
|
49
|
+
_globals['_SEARCHQUERY_FIXTYPOMODE']._serialized_end=774
|
|
50
50
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -38,6 +38,8 @@ class SearchQuery(google.protobuf.message.Message):
|
|
|
38
38
|
"""Kazakh search type, yandex.kz search domain name will be used."""
|
|
39
39
|
SEARCH_TYPE_BE: SearchQuery._SearchType.ValueType # 5
|
|
40
40
|
"""Belarusian search type, yandex.by search domain name will be used."""
|
|
41
|
+
SEARCH_TYPE_UZ: SearchQuery._SearchType.ValueType # 6
|
|
42
|
+
"""Uzbek search type, yandex.uz search domain name will be used."""
|
|
41
43
|
|
|
42
44
|
class SearchType(_SearchType, metaclass=_SearchTypeEnumTypeWrapper): ...
|
|
43
45
|
SEARCH_TYPE_UNSPECIFIED: SearchQuery.SearchType.ValueType # 0
|
|
@@ -51,6 +53,8 @@ class SearchQuery(google.protobuf.message.Message):
|
|
|
51
53
|
"""Kazakh search type, yandex.kz search domain name will be used."""
|
|
52
54
|
SEARCH_TYPE_BE: SearchQuery.SearchType.ValueType # 5
|
|
53
55
|
"""Belarusian search type, yandex.by search domain name will be used."""
|
|
56
|
+
SEARCH_TYPE_UZ: SearchQuery.SearchType.ValueType # 6
|
|
57
|
+
"""Uzbek search type, yandex.uz search domain name will be used."""
|
|
54
58
|
|
|
55
59
|
class _FamilyMode:
|
|
56
60
|
ValueType = typing.NewType("ValueType", builtins.int)
|
|
@@ -27,7 +27,7 @@ from yandex.cloud.logging.v1 import log_entry_pb2 as yandex_dot_cloud_dot_loggin
|
|
|
27
27
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/serverless/eventrouter/v1/bus.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/serverless/eventrouter/v1/bus.proto\x12&yandex.cloud.serverless.eventrouter.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\'yandex/cloud/logging/v1/log_entry.proto\x1a\x1dyandex/cloud/validation.proto\"\xb4\x01\n\nLogOptions\x12 \n\x0clog_group_id\x18\x01 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12\x1d\n\tfolder_id\x18\x02 \x01(\tB\x08\x8a\xc8\x31\x04<=50H\x00\x12:\n\tmin_level\x18\x03 \x01(\x0e\x32\'.yandex.cloud.logging.v1.LogLevel.Level\x12\x1a\n\x12service_account_id\x18\x04 \x01(\tB\r\n\x0b\x64\x65stination\"\x8e\x04\n\x03\x42us\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x10\n\x08\x63loud_id\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12G\n\x06labels\x18\x07 \x03(\x0b\x32\x37.yandex.cloud.serverless.eventrouter.v1.Bus.LabelsEntry\x12\x1b\n\x13\x64\x65letion_protection\x18\x08 \x01(\x08\x12\x42\n\x06status\x18\t \x01(\x0e\x32\x32.yandex.cloud.serverless.eventrouter.v1.Bus.Status\x12\x17\n\x0flogging_enabled\x18\n \x01(\x08\x12G\n\x0blog_options\x18\x0b \x01(\x0b\x32\x32.yandex.cloud.serverless.eventrouter.v1.LogOptions\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"H\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x42\x8a\x01\n*yandex.cloud.api.serverless.eventrouter.v1B\x04PERBZVgithub.com/yandex-cloud/go-genproto/yandex/cloud/serverless/eventrouter/v1;eventrouterb\x06proto3')
|
|
31
31
|
|
|
32
32
|
_globals = globals()
|
|
33
33
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -39,16 +39,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
39
39
|
_globals['_LOGOPTIONS'].fields_by_name['log_group_id']._serialized_options = b'\212\3101\004<=50'
|
|
40
40
|
_globals['_LOGOPTIONS'].fields_by_name['folder_id']._loaded_options = None
|
|
41
41
|
_globals['_LOGOPTIONS'].fields_by_name['folder_id']._serialized_options = b'\212\3101\004<=50'
|
|
42
|
-
_globals['_LOGOPTIONS'].fields_by_name['service_account_id']._loaded_options = None
|
|
43
|
-
_globals['_LOGOPTIONS'].fields_by_name['service_account_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
44
42
|
_globals['_BUS_LABELSENTRY']._loaded_options = None
|
|
45
43
|
_globals['_BUS_LABELSENTRY']._serialized_options = b'8\001'
|
|
46
44
|
_globals['_LOGOPTIONS']._serialized_start=198
|
|
47
|
-
_globals['_LOGOPTIONS']._serialized_end=
|
|
48
|
-
_globals['_BUS']._serialized_start=
|
|
49
|
-
_globals['_BUS']._serialized_end=
|
|
50
|
-
_globals['_BUS_LABELSENTRY']._serialized_start=
|
|
51
|
-
_globals['_BUS_LABELSENTRY']._serialized_end=
|
|
52
|
-
_globals['_BUS_STATUS']._serialized_start=
|
|
53
|
-
_globals['_BUS_STATUS']._serialized_end=
|
|
45
|
+
_globals['_LOGOPTIONS']._serialized_end=378
|
|
46
|
+
_globals['_BUS']._serialized_start=381
|
|
47
|
+
_globals['_BUS']._serialized_end=907
|
|
48
|
+
_globals['_BUS_LABELSENTRY']._serialized_start=788
|
|
49
|
+
_globals['_BUS_LABELSENTRY']._serialized_end=833
|
|
50
|
+
_globals['_BUS_STATUS']._serialized_start=835
|
|
51
|
+
_globals['_BUS_STATUS']._serialized_end=907
|
|
54
52
|
# @@protoc_insertion_point(module_scope)
|