Coverage for src / mysingle / protos / common / pagination_pb2.py: 0%
19 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-12-02 00:58 +0900
« prev ^ index » next coverage.py v7.12.0, created at 2025-12-02 00:58 +0900
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# NO CHECKED-IN PROTOBUF GENCODE
4# source: common/pagination.proto
5# Protobuf Python Version: 6.33.1
6"""Generated protocol buffer code."""
8from google.protobuf import descriptor as _descriptor
9from google.protobuf import descriptor_pool as _descriptor_pool
10from google.protobuf import runtime_version as _runtime_version
11from google.protobuf import symbol_database as _symbol_database
12from google.protobuf.internal import builder as _builder
14_runtime_version.ValidateProtobufRuntimeVersion(
15 _runtime_version.Domain.PUBLIC, 6, 33, 1, "", "common/pagination.proto"
16)
17# @@protoc_insertion_point(imports)
19_sym_db = _symbol_database.Default()
22DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
23 b'\n\x17\x63ommon/pagination.proto\x12\x0cgenai.common"D\n\x11PaginationRequest\x12\x12\n\x04page\x18\x01 \x01(\x05R\x04page\x12\x1b\n\tpage_size\x18\x02 \x01(\x05R\x08pageSize"\xc5\x01\n\x12PaginationResponse\x12\x1f\n\x0btotal_count\x18\x01 \x01(\x05R\ntotalCount\x12\x12\n\x04page\x18\x02 \x01(\x05R\x04page\x12\x1b\n\tpage_size\x18\x03 \x01(\x05R\x08pageSize\x12\x1f\n\x0btotal_pages\x18\x04 \x01(\x05R\ntotalPages\x12\x19\n\x08has_next\x18\x05 \x01(\x08R\x07hasNext\x12!\n\x0chas_previous\x18\x06 \x01(\x08R\x0bhasPrevious"B\n\nSortOption\x12\x14\n\x05\x66ield\x18\x01 \x01(\tR\x05\x66ield\x12\x1e\n\ndescending\x18\x02 \x01(\x08R\ndescendingb\x06proto3'
24)
26_globals = globals()
27_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
28_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "common.pagination_pb2", _globals)
29if not _descriptor._USE_C_DESCRIPTORS:
30 DESCRIPTOR._loaded_options = None
31 _globals["_PAGINATIONREQUEST"]._serialized_start = 41
32 _globals["_PAGINATIONREQUEST"]._serialized_end = 109
33 _globals["_PAGINATIONRESPONSE"]._serialized_start = 112
34 _globals["_PAGINATIONRESPONSE"]._serialized_end = 309
35 _globals["_SORTOPTION"]._serialized_start = 311
36 _globals["_SORTOPTION"]._serialized_end = 377
37# @@protoc_insertion_point(module_scope)