Interface ProductOrBuilder (0.1.0)

public interface ProductOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEngine()

public abstract Engine getEngine()

Optional. The specific engine that the underlying database is running.

.google.cloud.databasecenter.v1beta.Engine engine = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Engine

The engine.

getEngineValue()

public abstract int getEngineValue()

Optional. The specific engine that the underlying database is running.

.google.cloud.databasecenter.v1beta.Engine engine = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for engine.

getMinorVersion()

public abstract String getMinorVersion()

Optional. Minor version of the underlying database engine. Example values: For MySQL, it could be "8.0.35", "5.7.25" etc. For PostgreSQL, it could be "14.4", "15.5" etc.

string minor_version = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The minorVersion.

getMinorVersionBytes()

public abstract ByteString getMinorVersionBytes()

Optional. Minor version of the underlying database engine. Example values: For MySQL, it could be "8.0.35", "5.7.25" etc. For PostgreSQL, it could be "14.4", "15.5" etc.

string minor_version = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for minorVersion.

getType()

public abstract ProductType getType()

Optional. Type of specific database product. It could be CloudSQL, AlloyDB etc..

.google.cloud.databasecenter.v1beta.ProductType type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProductType

The type.

getTypeValue()

public abstract int getTypeValue()

Optional. Type of specific database product. It could be CloudSQL, AlloyDB etc..

.google.cloud.databasecenter.v1beta.ProductType type = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for type.

getVersion()

public abstract String getVersion()

Optional. Version of the underlying database engine. Example values: For MySQL, it could be "8.0", "5.7" etc. For Postgres, it could be "14", "15" etc.

string version = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

Optional. Version of the underlying database engine. Example values: For MySQL, it could be "8.0", "5.7" etc. For Postgres, it could be "14", "15" etc.

string version = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for version.