Class: Google::Apis::DatamigrationV1::HeterogeneousMetadata

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

Overview

Metadata for heterogeneous migration jobs objects.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HeterogeneousMetadata

Returns a new instance of HeterogeneousMetadata.



2291
2292
2293
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2291

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

Instance Attribute Details

#unsupported_events_countFixnum

The number of unsupported events. Corresponds to the JSON property unsupportedEventsCount

Returns:

  • (Fixnum)


2289
2290
2291
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2289

def unsupported_events_count
  @unsupported_events_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2296
2297
2298
# File 'lib/google/apis/datamigration_v1/classes.rb', line 2296

def update!(**args)
  @unsupported_events_count = args[:unsupported_events_count] if args.key?(:unsupported_events_count)
end