Class: Google::Cloud::AlloyDB::V1::ContinuousBackupSource
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::ContinuousBackupSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
Message describing a ContinuousBackupSource.
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Required.
-
#point_in_time ⇒ ::Google::Protobuf::Timestamp
Required.
Instance Attribute Details
#cluster ⇒ ::String
318 319 320 321 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 318 class ContinuousBackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#point_in_time ⇒ ::Google::Protobuf::Timestamp
318 319 320 321 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 318 class ContinuousBackupSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |