Class: Google::Apis::MetastoreV1alpha::MetadataManagementActivity

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

Overview

The metadata management activities of the metastore service.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetadataManagementActivity

Returns a new instance of MetadataManagementActivity.



1197
1198
1199
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1197

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

Instance Attribute Details

#metadata_exportsArray<Google::Apis::MetastoreV1alpha::MetadataExport>

Output only. The latest metadata exports of the metastore service. Corresponds to the JSON property metadataExports



1190
1191
1192
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1190

def 
  @metadata_exports
end

#restoresArray<Google::Apis::MetastoreV1alpha::Restore>

Output only. The latest restores of the metastore service. Corresponds to the JSON property restores



1195
1196
1197
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1195

def restores
  @restores
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1202
1203
1204
1205
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1202

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