Class: Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
- 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
Disable validation warnings
Instance Attribute Summary collapse
-
#full_resource_name ⇒ String
Required.
-
#last_refresh_time ⇒ String
Required.
-
#resource_id ⇒ Google::Apis::AlloydbV1::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_type ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
Returns a new instance of StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.
3726 3727 3728 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3726 def initialize(**args) update!(**args) end |
Instance Attribute Details
#full_resource_name ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property fullResourceName
3703 3704 3705 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3703 def full_resource_name @full_resource_name end |
#last_refresh_time ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property lastRefreshTime
3708 3709 3710 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3708 def last_refresh_time @last_refresh_time end |
#resource_id ⇒ Google::Apis::AlloydbV1::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
Disable validation warnings
Corresponds to the JSON property resourceId
3713 3714 3715 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3713 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
3718 3719 3720 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3718 def signal_bool_value @signal_bool_value end |
#signal_type ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property signalType
3724 3725 3726 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3724 def signal_type @signal_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3731 3732 3733 3734 3735 3736 3737 |
# File 'lib/google/apis/alloydb_v1/classes.rb', line 3731 def update!(**args) @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) @resource_id = args[:resource_id] if args.key?(:resource_id) @signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value) @signal_type = args[:signal_type] if args.key?(:signal_type) end |