Class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alloydb_v1alpha/classes.rb,
lib/google/apis/alloydb_v1alpha/representations.rb,
lib/google/apis/alloydb_v1alpha/representations.rb

Overview

Disable validation warnings

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData

Returns a new instance of StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData.



4235
4236
4237
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4235

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#full_resource_nameString

Required. Disable validation warnings Corresponds to the JSON property fullResourceName

Returns:

  • (String)


4212
4213
4214
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4212

def full_resource_name
  @full_resource_name
end

#last_refresh_timeString

Required. Disable validation warnings Corresponds to the JSON property lastRefreshTime

Returns:

  • (String)


4217
4218
4219
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4217

def last_refresh_time
  @last_refresh_time
end

#resource_idGoogle::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId

Disable validation warnings Corresponds to the JSON property resourceId



4222
4223
4224
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4222

def resource_id
  @resource_id
end

#signal_bool_valueBoolean Also known as: signal_bool_value?

Disable validation warnings Corresponds to the JSON property signalBoolValue

Returns:

  • (Boolean)


4227
4228
4229
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4227

def signal_bool_value
  @signal_bool_value
end

#signal_typeString

Required. Disable validation warnings Corresponds to the JSON property signalType

Returns:

  • (String)


4233
4234
4235
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4233

def signal_type
  @signal_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4240
4241
4242
4243
4244
4245
4246
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4240

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