Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainSignalMetadata
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainSignalMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1/classes.rb,
lib/google/apis/alloydb_v1/representations.rb,
lib/google/apis/alloydb_v1/representations.rb
Overview
SignalMetadata contains one of the signal metadata proto messages associated with a SignalType. This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3
Instance Attribute Summary collapse
-
#backup_run ⇒ Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupRun
A backup run.
-
#signal_bool_value ⇒ Boolean
(also: #signal_bool_value?)
Signal data for boolean signals.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainSignalMetadata
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainSignalMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainSignalMetadata
Returns a new instance of StorageDatabasecenterPartnerapiV1mainSignalMetadata.
4812 4813 4814 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4812 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_run ⇒ Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainBackupRun
A backup run.
Corresponds to the JSON property backupRun
4804 4805 4806 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4804 def backup_run @backup_run end |
#signal_bool_value ⇒ Boolean Also known as: signal_bool_value?
Signal data for boolean signals.
Corresponds to the JSON property signalBoolValue
4809 4810 4811 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4809 def signal_bool_value @signal_bool_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4817 4818 4819 4820 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 4817 def update!(**args) @backup_run = args[:backup_run] if args.key?(:backup_run) @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value) end |