Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb
Overview
Disable validation warnings
Instance Attribute Summary collapse
-
#backup_run ⇒ Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun
Disable validation warnings Corresponds to the JSON property
backupRun. -
#full_resource_name ⇒ String
Required.
-
#last_refresh_time ⇒ String
Required.
-
#location ⇒ String
Required.
-
#resource_id ⇒ Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
Disable validation warnings Corresponds to the JSON property
resourceId. -
#signal_bool_value ⇒ Boolean
(also: #signal_bool_value?)
Disable validation warnings Corresponds to the JSON property
signalBoolValue. -
#signal_metadata_list ⇒ Array<Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainSignalMetadata>
Disable validation warnings Corresponds to the JSON property
signalMetadataList. -
#signal_state ⇒ String
Required.
-
#signal_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
Returns a new instance of StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData.
4771 4772 4773 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4771 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backup_run ⇒ Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupRun
Disable validation warnings
Corresponds to the JSON property backupRun
4728 4729 4730 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4728 def backup_run @backup_run end |
#full_resource_name ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property fullResourceName
4733 4734 4735 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4733 def full_resource_name @full_resource_name end |
#last_refresh_time ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property lastRefreshTime
4738 4739 4740 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4738 def last_refresh_time @last_refresh_time end |
#location ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property location
4743 4744 4745 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4743 def location @location end |
#resource_id ⇒ Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
Disable validation warnings
Corresponds to the JSON property resourceId
4748 4749 4750 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4748 def resource_id @resource_id end |
#signal_bool_value ⇒ Boolean Also known as: signal_bool_value?
Disable validation warnings
Corresponds to the JSON property signalBoolValue
4753 4754 4755 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4753 def signal_bool_value @signal_bool_value end |
#signal_metadata_list ⇒ Array<Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainSignalMetadata>
Disable validation warnings
Corresponds to the JSON property signalMetadataList
4759 4760 4761 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4759 def @signal_metadata_list end |
#signal_state ⇒ String
Required. Output only. Disable validation warnings
Corresponds to the JSON property signalState
4764 4765 4766 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4764 def signal_state @signal_state end |
#signal_type ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property signalType
4769 4770 4771 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4769 def signal_type @signal_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4776 def update!(**args) @backup_run = args[:backup_run] if args.key?(:backup_run) @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name) @last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time) @location = args[:location] if args.key?(:location) @resource_id = args[:resource_id] if args.key?(:resource_id) @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value) @signal_metadata_list = args[:signal_metadata_list] if args.key?(:signal_metadata_list) @signal_state = args[:signal_state] if args.key?(:signal_state) @signal_type = args[:signal_type] if args.key?(:signal_type) end |