Class: Google::Cloud::DatabaseCenter::V1beta::OutdatedMinorVersionInfo

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

Overview

Info associated with outdated minor version.

Instance Attribute Summary collapse

Instance Attribute Details

Returns Recommended 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)

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



404
405
406
407
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 404

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