This directory contains GRPC replay data generators, used for integration testing.
This is intentionally does not make use of go generate as it requires non-trivial setup.
Recreating test data
Warning
Always use sandbox projects. Never use these in production or even qa/staging projects.
Create a new GCP project. Recreating test data will create KMS resources
which have immutable references and can never be destroyed(key material which incurs billing can be destroyed, but not the keyring and key names). If you want to keep KMS/keyrings tidy, create a new project just for this.
Setup and Authenticate to Google Cloud via gcloud. If using a Service account, assign following roles.