public enum ProductType extends Enum<ProductType> implements ProtocolMessageEnumProductType 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.
Protobuf enum google.cloud.databasecenter.v1beta.ProductType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
PRODUCT_TYPE_ALLOYDB |
AlloyDB product area in GCP |
PRODUCT_TYPE_ALLOYDB_VALUE |
AlloyDB product area in GCP |
PRODUCT_TYPE_BIGQUERY |
BigQuery product area in GCP |
PRODUCT_TYPE_BIGQUERY_VALUE |
BigQuery product area in GCP |
PRODUCT_TYPE_BIGTABLE |
Bigtable product area in GCP |
PRODUCT_TYPE_BIGTABLE_VALUE |
Bigtable product area in GCP |
PRODUCT_TYPE_CLOUD_SQL |
Cloud SQL product area in GCP |
PRODUCT_TYPE_CLOUD_SQL_VALUE |
Cloud SQL product area in GCP |
PRODUCT_TYPE_COMPUTE_ENGINE |
Compute Engine self managed databases |
PRODUCT_TYPE_COMPUTE_ENGINE_VALUE |
Compute Engine self managed databases |
PRODUCT_TYPE_FIRESTORE |
Firestore product area in GCP |
PRODUCT_TYPE_FIRESTORE_VALUE |
Firestore product area in GCP |
PRODUCT_TYPE_MEMORYSTORE |
Memorystore product area in GCP |
PRODUCT_TYPE_MEMORYSTORE_VALUE |
Memorystore product area in GCP |
PRODUCT_TYPE_ORACLE_ON_GCP |
Oracle product area in GCP |
PRODUCT_TYPE_ORACLE_ON_GCP_VALUE |
Oracle product area in GCP |
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. |
PRODUCT_TYPE_OTHER_VALUE |
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. |
PRODUCT_TYPE_SPANNER |
Spanner product area in GCP |
PRODUCT_TYPE_SPANNER_VALUE |
Spanner product area in GCP |
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_UNSPECIFIED_VALUE |
PRODUCT_TYPE_UNSPECIFIED means product type is not known or that the user didn't provide this field in the request. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|