Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 3, 2020 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/d726f87bab1fa1449a4ae5394ca677e7 to your computer and use it in GitHub Desktop.
Save r-ryantm/d726f87bab1fa1449a4ae5394ca677e7 to your computer and use it in GitHub Desktop.
/nix/store/sdp6i4pfgjl8cl1nvlm7pzsk1486p11b-python3.7-google-cloud-error-reporting-1.1.0
├── bin
│   └── fixup_errorreporting_v1beta1_keywords.py
├── lib
│   └── python3.7
│   └── site-packages
│   ├── google
│   │   └── cloud
│   │   ├── error_reporting
│   │   │   ├── client.py
│   │   │   ├── _gapic.py
│   │   │   ├── __init__.py
│   │   │   ├── _logging.py
│   │   │   ├── __pycache__
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   ├── _gapic.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── _logging.cpython-37.pyc
│   │   │   │   └── util.cpython-37.pyc
│   │   │   └── util.py
│   │   └── errorreporting_v1beta1
│   │   ├── __init__.py
│   │   ├── proto
│   │   │   ├── common.proto
│   │   │   ├── error_group_service.proto
│   │   │   ├── error_stats_service.proto
│   │   │   └── report_errors_service.proto
│   │   ├── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── services
│   │   │   ├── error_group_service
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── base.py
│   │   │   │   ├── grpc_asyncio.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── error_stats_service
│   │   │   │   ├── async_client.py
│   │   │   │   ├── client.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── pagers.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── pagers.cpython-37.pyc
│   │   │   │   └── transports
│   │   │   │   ├── base.py
│   │   │   │   ├── grpc_asyncio.py
│   │   │   │   ├── grpc.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   │   ├── grpc.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── report_errors_service
│   │   │   ├── async_client.py
│   │   │   ├── client.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── async_client.cpython-37.pyc
│   │   │   │   ├── client.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   └── transports
│   │   │   ├── base.py
│   │   │   ├── grpc_asyncio.py
│   │   │   ├── grpc.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── grpc_asyncio.cpython-37.pyc
│   │   │   ├── grpc.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── types
│   │   ├── common.py
│   │   ├── error_group_service.py
│   │   ├── error_stats_service.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── common.cpython-37.pyc
│   │   │   ├── error_group_service.cpython-37.pyc
│   │   │   ├── error_stats_service.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── report_errors_service.cpython-37.pyc
│   │   └── report_errors_service.py
│   ├── google_cloud_error_reporting-1.1.0.dist-info
│   │   ├── direct_url.json
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── namespace_packages.txt
│   │   ├── RECORD
│   │   ├── REQUESTED
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── google_cloud_error_reporting-1.1.0-py3.7-nspkg.pth
└── nix-support
└── propagated-build-inputs
29 directories, 84 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment