ProductType is used to identify a database service offering either in a cloud provider or on-premise. This enum needs to be updated whenever we introduce a new ProductType.
| Enums | |
|---|---|
PRODUCT_TYPE_UNSPECIFIED |
PRODUCT_TYPE_UNSPECIFIED means product type is not known or that the user didn't provide this field in the request. |
PRODUCT_TYPE_CLOUD_SQL |
Cloud SQL product area in Google Cloud |
PRODUCT_TYPE_ALLOYDB |
AlloyDB product area in Google Cloud |
PRODUCT_TYPE_SPANNER |
Spanner product area in Google Cloud |
PRODUCT_TYPE_BIGTABLE |
Bigtable product area in Google Cloud |
PRODUCT_TYPE_MEMORYSTORE |
Memorystore product area in Google Cloud |
PRODUCT_TYPE_FIRESTORE |
Firestore product area in Google Cloud |
PRODUCT_TYPE_COMPUTE_ENGINE |
Compute Engine self managed databases |
PRODUCT_TYPE_ORACLE_ON_GCP |
Oracle product area in Google Cloud |
PRODUCT_TYPE_BIGQUERY |
BigQuery product area in Google Cloud |
PRODUCT_TYPE_OTHER |
Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum. |