Class: Google::Cloud::DatabaseCenter::V1beta::OutdatedMinorVersionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::OutdatedMinorVersionInfo
- 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
-
#recommended_minor_version ⇒ ::String
Recommended minor version of the underlying database engine.
Instance Attribute Details
#recommended_minor_version ⇒ ::String
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 |