Reference documentation and code samples for the Database Center V1BETA API module Google::Cloud::DatabaseCenter::V1beta::ProductType.
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.
Constants
PRODUCT_TYPE_UNSPECIFIED
value: 0
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
value: 1
Cloud SQL product area in Google Cloud
PRODUCT_TYPE_ALLOYDB
value: 2
AlloyDB product area in Google Cloud
PRODUCT_TYPE_SPANNER
value: 3
Spanner product area in Google Cloud
PRODUCT_TYPE_BIGTABLE
value: 6
Bigtable product area in Google Cloud
PRODUCT_TYPE_MEMORYSTORE
value: 7
Memorystore product area in Google Cloud
PRODUCT_TYPE_FIRESTORE
value: 8
Firestore product area in Google Cloud
PRODUCT_TYPE_COMPUTE_ENGINE
value: 9
Compute Engine self managed databases
PRODUCT_TYPE_ORACLE_ON_GCP
value: 10
Oracle product area in Google Cloud
PRODUCT_TYPE_BIGQUERY
value: 11
BigQuery product area in Google Cloud
PRODUCT_TYPE_OTHER
value: 5
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.