Class: Google::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed

Returns a new instance of StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.



4317
4318
4319
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4317

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

Instance Attribute Details

#backupdr_metadataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata

Disable validation warnings Corresponds to the JSON property backupdrMetadata



4264
4265
4266
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4264

def 
  @backupdr_metadata
end

#config_based_signal_dataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData

Disable validation warnings Corresponds to the JSON property configBasedSignalData



4269
4270
4271
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4269

def config_based_signal_data
  @config_based_signal_data
end

#database_resource_signal_dataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData

Disable validation warnings Corresponds to the JSON property databaseResourceSignalData



4274
4275
4276
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4274

def database_resource_signal_data
  @database_resource_signal_data
end

#feed_timestampString

Required. Disable validation warnings Corresponds to the JSON property feedTimestamp

Returns:

  • (String)


4279
4280
4281
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4279

def feed_timestamp
  @feed_timestamp
end

#feed_typeString

Required. Disable validation warnings Corresponds to the JSON property feedType

Returns:

  • (String)


4284
4285
4286
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4284

def feed_type
  @feed_type
end

#observability_metric_dataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData

Disable validation warnings Corresponds to the JSON property observabilityMetricData



4289
4290
4291
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4289

def observability_metric_data
  @observability_metric_data
end

#recommendation_signal_dataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData

Disable validation warnings Corresponds to the JSON property recommendationSignalData



4294
4295
4296
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4294

def recommendation_signal_data
  @recommendation_signal_data
end

#resource_health_signal_dataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData

Disable validation warnings Corresponds to the JSON property resourceHealthSignalData



4299
4300
4301
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4299

def resource_health_signal_data
  @resource_health_signal_data
end

#resource_idGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId

Disable validation warnings Corresponds to the JSON property resourceId



4304
4305
4306
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4304

def resource_id
  @resource_id
end

#resource_metadataGoogle::Apis::AlloydbV1beta::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata

Disable validation warnings Corresponds to the JSON property resourceMetadata



4309
4310
4311
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4309

def 
  @resource_metadata
end

#skip_ingestionBoolean Also known as: skip_ingestion?

Optional. Disable validation warnings Corresponds to the JSON property skipIngestion

Returns:

  • (Boolean)


4314
4315
4316
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4314

def skip_ingestion
  @skip_ingestion
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 4322

def update!(**args)
  @backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
  @config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
  @database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
  @feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
  @feed_type = args[:feed_type] if args.key?(:feed_type)
  @observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
  @recommendation_signal_data = args[:recommendation_signal_data] if args.key?(:recommendation_signal_data)
  @resource_health_signal_data = args[:resource_health_signal_data] if args.key?(:resource_health_signal_data)
  @resource_id = args[:resource_id] if args.key?(:resource_id)
  @resource_metadata = args[:resource_metadata] if args.key?(:resource_metadata)
  @skip_ingestion = args[:skip_ingestion] if args.key?(:skip_ingestion)
end