60 lines
3.9 KiB
Python
60 lines
3.9 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: visionCareer.proto
|
|
# Protobuf Python Version: 6.31.1
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import runtime_version as _runtime_version
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
from google.protobuf.internal import builder as _builder
|
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
_runtime_version.Domain.PUBLIC,
|
|
6,
|
|
31,
|
|
1,
|
|
'',
|
|
'visionCareer.proto'
|
|
)
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12visionCareer.proto\x12\x11pbvisionCareerpub\"{\n\x04User\x12\n\n\x02id\x18\x01 \x01(\x03\x12\x12\n\ntargetRole\x18\x02 \x01(\t\x12\x12\n\nresumePath\x18\x03 \x01(\t\x12\x16\n\x0eworkExperience\x18\x04 \x01(\t\x12\x12\n\nworkFormat\x18\x05 \x01(\t\x12\x13\n\x0bsalaryRange\x18\x06 \x01(\t\",\n\nPagination\x12\x10\n\x08pageSize\x18\x01 \x01(\x05\x12\x0c\n\x04page\x18\x02 \x01(\x05\"D\n\x0ePaginationMeta\x12\x10\n\x08pageSize\x18\x01 \x01(\x05\x12\x0c\n\x04page\x18\x02 \x01(\x05\x12\x12\n\ntotalPages\x18\x03 \x01(\x05\"6\n\x0b\x46ilterValue\x12\x0c\n\x04\x66rom\x18\x01 \x01(\t\x12\n\n\x02to\x18\x02 \x01(\t\x12\r\n\x05\x65qual\x18\x03 \x01(\t\"(\n\x04Sort\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\x11\n\tdirection\x18\x02 \x01(\t\"*\n\nFieldValue\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\"\n\x06IdName\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\">\n\x15UpsertUserDataRequest\x12%\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x17.pbvisionCareerpub.User\")\n\x17GetUserVacanciesRequest\x12\x0e\n\x06userID\x18\x01 \x01(\x03\"(\n\x16UpsertUserDataResponse\x12\x0e\n\x06status\x18\x01 \x01(\t\"9\n\x18GetUserVacanciesResponse\x12\x0e\n\x06status\x18\x01 \x01(\t\x12\r\n\x05items\x18\x02 \x03(\t2\xee\x01\n\x18VisionCareerApiServiceV1\x12\x65\n\x0eUpsertUserData\x12(.pbvisionCareerpub.UpsertUserDataRequest\x1a).pbvisionCareerpub.UpsertUserDataResponse\x12k\n\x10GetUserVacancies\x12*.pbvisionCareerpub.GetUserVacanciesRequest\x1a+.pbvisionCareerpub.GetUserVacanciesResponseB\x16Z\x14./;pbvisionCareerpubb\x06proto3')
|
|
|
|
_globals = globals()
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'visionCareer_pb2', _globals)
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
_globals['DESCRIPTOR']._serialized_options = b'Z\024./;pbvisionCareerpub'
|
|
_globals['_USER']._serialized_start=41
|
|
_globals['_USER']._serialized_end=164
|
|
_globals['_PAGINATION']._serialized_start=166
|
|
_globals['_PAGINATION']._serialized_end=210
|
|
_globals['_PAGINATIONMETA']._serialized_start=212
|
|
_globals['_PAGINATIONMETA']._serialized_end=280
|
|
_globals['_FILTERVALUE']._serialized_start=282
|
|
_globals['_FILTERVALUE']._serialized_end=336
|
|
_globals['_SORT']._serialized_start=338
|
|
_globals['_SORT']._serialized_end=378
|
|
_globals['_FIELDVALUE']._serialized_start=380
|
|
_globals['_FIELDVALUE']._serialized_end=422
|
|
_globals['_IDNAME']._serialized_start=424
|
|
_globals['_IDNAME']._serialized_end=458
|
|
_globals['_UPSERTUSERDATAREQUEST']._serialized_start=460
|
|
_globals['_UPSERTUSERDATAREQUEST']._serialized_end=522
|
|
_globals['_GETUSERVACANCIESREQUEST']._serialized_start=524
|
|
_globals['_GETUSERVACANCIESREQUEST']._serialized_end=565
|
|
_globals['_UPSERTUSERDATARESPONSE']._serialized_start=567
|
|
_globals['_UPSERTUSERDATARESPONSE']._serialized_end=607
|
|
_globals['_GETUSERVACANCIESRESPONSE']._serialized_start=609
|
|
_globals['_GETUSERVACANCIESRESPONSE']._serialized_end=666
|
|
_globals['_VISIONCAREERAPISERVICEV1']._serialized_start=669
|
|
_globals['_VISIONCAREERAPISERVICEV1']._serialized_end=907
|
|
# @@protoc_insertion_point(module_scope)
|