Class: Google::Cloud::AlloyDB::V1alpha::UpgradeClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::UpgradeClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Upgrades a cluster.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
-
#version ⇒ ::Google::Cloud::AlloyDB::V1alpha::DatabaseVersion
Required.
Instance Attribute Details
#etag ⇒ ::String
394 395 396 397 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 394 class UpgradeClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
394 395 396 397 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 394 class UpgradeClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
394 395 396 397 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 394 class UpgradeClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
394 395 396 397 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 394 class UpgradeClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version ⇒ ::Google::Cloud::AlloyDB::V1alpha::DatabaseVersion
394 395 396 397 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 394 class UpgradeClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |