Class: Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
- 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
-
#backupdr_metadata ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
Disable validation warnings Corresponds to the JSON property
backupdrMetadata. -
#config_based_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
Disable validation warnings Corresponds to the JSON property
configBasedSignalData. -
#database_resource_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
Disable validation warnings Corresponds to the JSON property
databaseResourceSignalData. -
#feed_timestamp ⇒ String
Required.
-
#feed_type ⇒ String
Required.
-
#observability_metric_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData
Disable validation warnings Corresponds to the JSON property
observabilityMetricData. -
#recommendation_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData
Disable validation warnings Corresponds to the JSON property
recommendationSignalData. -
#resource_health_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
Disable validation warnings Corresponds to the JSON property
resourceHealthSignalData. -
#resource_id ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
Disable validation warnings Corresponds to the JSON property
resourceId. -
#resource_metadata ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
Disable validation warnings Corresponds to the JSON property
resourceMetadata. -
#skip_ingestion ⇒ Boolean
(also: #skip_ingestion?)
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
constructor
A new instance of StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
Returns a new instance of StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.
4351 4352 4353 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4351 def initialize(**args) update!(**args) end |
Instance Attribute Details
#backupdr_metadata ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainBackupDrMetadata
Disable validation warnings
Corresponds to the JSON property backupdrMetadata
4298 4299 4300 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4298 def @backupdr_metadata end |
#config_based_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData
Disable validation warnings
Corresponds to the JSON property configBasedSignalData
4303 4304 4305 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4303 def config_based_signal_data @config_based_signal_data end |
#database_resource_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData
Disable validation warnings
Corresponds to the JSON property databaseResourceSignalData
4308 4309 4310 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4308 def database_resource_signal_data @database_resource_signal_data end |
#feed_timestamp ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property feedTimestamp
4313 4314 4315 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4313 def @feed_timestamp end |
#feed_type ⇒ String
Required. Disable validation warnings
Corresponds to the JSON property feedType
4318 4319 4320 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4318 def feed_type @feed_type end |
#observability_metric_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainObservabilityMetricData
Disable validation warnings
Corresponds to the JSON property observabilityMetricData
4323 4324 4325 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4323 def observability_metric_data @observability_metric_data end |
#recommendation_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceRecommendationSignalData
Disable validation warnings
Corresponds to the JSON property recommendationSignalData
4328 4329 4330 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4328 def recommendation_signal_data @recommendation_signal_data end |
#resource_health_signal_data ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
Disable validation warnings
Corresponds to the JSON property resourceHealthSignalData
4333 4334 4335 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4333 def resource_health_signal_data @resource_health_signal_data end |
#resource_id ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
Disable validation warnings
Corresponds to the JSON property resourceId
4338 4339 4340 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4338 def resource_id @resource_id end |
#resource_metadata ⇒ Google::Apis::AlloydbV1alpha::StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata
Disable validation warnings
Corresponds to the JSON property resourceMetadata
4343 4344 4345 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4343 def @resource_metadata end |
#skip_ingestion ⇒ Boolean Also known as: skip_ingestion?
Optional. Disable validation warnings
Corresponds to the JSON property skipIngestion
4348 4349 4350 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4348 def skip_ingestion @skip_ingestion end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 |
# File 'lib/google/apis/alloydb_v1alpha/classes.rb', line 4356 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 |