Send feedback
Enum DatabaseVersion (0.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.1 keyboard_arrow_down
public enum DatabaseVersion extends Enum<DatabaseVersion> implements ProtocolMessageEnum
The supported database engine versions.
Protobuf enum google.events.cloud.alloydb.v1.DatabaseVersion
Static Fields
Name Description DATABASE_VERSION_UNSPECIFIED
This is an unknown database version.
DATABASE_VERSION_UNSPECIFIED = 0;
DATABASE_VERSION_UNSPECIFIED_VALUE
This is an unknown database version.
DATABASE_VERSION_UNSPECIFIED = 0;
POSTGRES_13
DEPRECATED - The database version is Postgres 13.
POSTGRES_13 = 1;
POSTGRES_13_VALUE
DEPRECATED - The database version is Postgres 13.
POSTGRES_13 = 1;
POSTGRES_14
The database version is Postgres 14.
POSTGRES_14 = 2;
POSTGRES_14_VALUE
The database version is Postgres 14.
POSTGRES_14 = 2;
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()
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-19 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[],[]]