Class: Google::Cloud::DatabaseCenter::V1beta::Product

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/databasecenter/v1beta/product.rb

Overview

Product specification for databasecenter resources.

Instance Attribute Summary collapse

Instance Attribute Details

#engine::Google::Cloud::DatabaseCenter::V1beta::Engine

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

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/databasecenter/v1beta/product.rb', line 42

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#minor_version::String

Returns 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.

Returns:

  • (::String)

    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.



42
43
44
45
# File 'proto_docs/google/cloud/databasecenter/v1beta/product.rb', line 42

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::DatabaseCenter::V1beta::ProductType

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

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/databasecenter/v1beta/product.rb', line 42

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#version::String

Returns 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.

Returns:

  • (::String)

    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.



42
43
44
45
# File 'proto_docs/google/cloud/databasecenter/v1beta/product.rb', line 42

class Product
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end