43 lines
2.5 KiB
Python
43 lines
2.5 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: serve_segments.proto
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf.internal import builder as _builder
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14serve_segments.proto\"#\n\x0fGetHoursRequest\x12\x10\n\x08timezone\x18\x01 \x01(\t\"%\n\x11GetMinutesRequest\x12\x10\n\x08timezone\x18\x01 \x01(\t\"%\n\x11GetSecondsRequest\x12\x10\n\x08timezone\x18\x01 \x01(\t\"*\n\x16GetMillisecondsRequest\x12\x10\n\x08timezone\x18\x01 \x01(\t\"!\n\x10GetHoursResponse\x12\r\n\x05hours\x18\x01 \x01(\r\"%\n\x12GetMinutesResponse\x12\x0f\n\x07minutes\x18\x01 \x01(\r\"%\n\x12GetSecondsResponse\x12\x0f\n\x07seconds\x18\x01 \x01(\r\"/\n\x17GetMillisecondsResponse\x12\x14\n\x0cmilliseconds\x18\x01 \x01(\r2\xf4\x01\n\rServeSegments\x12/\n\x08GetHours\x12\x10.GetHoursRequest\x1a\x11.GetHoursResponse\x12\x35\n\nGetMinutes\x12\x12.GetMinutesRequest\x1a\x13.GetMinutesResponse\x12\x35\n\nGetSeconds\x12\x12.GetSecondsRequest\x1a\x13.GetSecondsResponse\x12\x44\n\x0fGetMilliseconds\x12\x17.GetMillisecondsRequest\x1a\x18.GetMillisecondsResponseB+Z)example.com/project/protos/serve_segmentsb\x06proto3')
|
|
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'serve_segments_pb2', globals())
|
|
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
|
DESCRIPTOR._options = None
|
|
DESCRIPTOR._serialized_options = b'Z)example.com/project/protos/serve_segments'
|
|
_GETHOURSREQUEST._serialized_start=24
|
|
_GETHOURSREQUEST._serialized_end=59
|
|
_GETMINUTESREQUEST._serialized_start=61
|
|
_GETMINUTESREQUEST._serialized_end=98
|
|
_GETSECONDSREQUEST._serialized_start=100
|
|
_GETSECONDSREQUEST._serialized_end=137
|
|
_GETMILLISECONDSREQUEST._serialized_start=139
|
|
_GETMILLISECONDSREQUEST._serialized_end=181
|
|
_GETHOURSRESPONSE._serialized_start=183
|
|
_GETHOURSRESPONSE._serialized_end=216
|
|
_GETMINUTESRESPONSE._serialized_start=218
|
|
_GETMINUTESRESPONSE._serialized_end=255
|
|
_GETSECONDSRESPONSE._serialized_start=257
|
|
_GETSECONDSRESPONSE._serialized_end=294
|
|
_GETMILLISECONDSRESPONSE._serialized_start=296
|
|
_GETMILLISECONDSRESPONSE._serialized_end=343
|
|
_SERVESEGMENTS._serialized_start=346
|
|
_SERVESEGMENTS._serialized_end=590
|
|
# @@protoc_insertion_point(module_scope)
|