Module google_cloud_sdk_emulators

Module google_cloud_sdk_emulators 

Source
Available on crate feature google_cloud_sdk_emulators only.
Expand description

googles cloud sdk emulator testcontainer

Structs§

CloudSdk
Module to work with Google Cloud SDK emulators inside of tests.
CloudSdkCmd
Configuration for Google Cloud SDK emulator command-line arguments.

Enums§

Emulator
Enum representing the different Google Cloud service emulators available.

Constants§

BIGTABLE_PORT
Port that the Bigtable emulator container has internally Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port
DATASTORE_PORT
Port that the Datastore emulator container has internally Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port
FIRESTORE_PORT
Port that the Firestore emulator container has internally Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port
PUBSUB_PORT
Port that the Pub/Sub emulator container has internally Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port
SPANNER_PORT
Port that the Spanner emulator container has internally Can be rebound externally via testcontainers::core::ImageExt::with_mapped_port