in components/doc-registry/src/document_registry_service.py [0:0]
def get_storage_client(cls):
if cls.storage_client is None:
cls.storage_client = storage.Client(client_info=cls.client_info)
return cls.storage_client