yeying.api.certificate package
Submodules
yeying.api.certificate.certificate_pb2 module
Generated protocol buffer code.
- class yeying.api.certificate.certificate_pb2.CertificateMetadata
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
- class yeying.api.certificate.certificate_pb2.GetRequest
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
- class yeying.api.certificate.certificate_pb2.GetResponse
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
- class yeying.api.certificate.certificate_pb2.GetResponseBody
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
- class yeying.api.certificate.certificate_pb2.SignRequest
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
- class yeying.api.certificate.certificate_pb2.SignRequestBody
Bases:
Message,Message- DESCRIPTOR = <google._upb._message.Descriptor object>
yeying.api.certificate.certificate_pb2_grpc module
Client and server classes corresponding to protobuf-defined services.
- class yeying.api.certificate.certificate_pb2_grpc.Certificate
Bases:
objectMissing associated documentation comment in .proto file.
- static Get(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
- static Sign(request, target, options=(), channel_credentials=None, call_credentials=None, insecure=False, compression=None, wait_for_ready=None, timeout=None, metadata=None)
- class yeying.api.certificate.certificate_pb2_grpc.CertificateServicer
Bases:
objectMissing associated documentation comment in .proto file.
- Get(request, context)
Missing associated documentation comment in .proto file.
- Sign(request, context)
Missing associated documentation comment in .proto file.
- class yeying.api.certificate.certificate_pb2_grpc.CertificateStub(channel)
Bases:
objectMissing associated documentation comment in .proto file.
- yeying.api.certificate.certificate_pb2_grpc.add_CertificateServicer_to_server(servicer, server)