class Google::Apis::MetastoreV1alpha::MetadataManagementActivity

The metadata management activities of the metastore service.

Attributes

metadata_exports[RW]

Output only. The latest metadata exports of the metastore service. Corresponds to the JSON property `metadataExports` @return [Array<Google::Apis::MetastoreV1alpha::MetadataExport>]

restores[RW]

Output only. The latest restores of the metastore service. Corresponds to the JSON property `restores` @return [Array<Google::Apis::MetastoreV1alpha::Restore>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/metastore_v1alpha/classes.rb, line 943
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/metastore_v1alpha/classes.rb, line 948
def update!(**args)
  @metadata_exports = args[:metadata_exports] if args.key?(:metadata_exports)
  @restores = args[:restores] if args.key?(:restores)
end