Class: Google::Apis::MetastoreV1alpha::MetadataManagementActivity
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1alpha::MetadataManagementActivity
- 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 more...
Overview
The metadata management activities of the metastore service.
Instance Attribute Summary collapse
-
#metadata_exports ⇒ Array<Google::Apis::MetastoreV1alpha::MetadataExport>
Output only.
-
#restores ⇒ Array<Google::Apis::MetastoreV1alpha::Restore>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MetadataManagementActivity
constructor
A new instance of MetadataManagementActivity.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MetadataManagementActivity
Returns a new instance of MetadataManagementActivity.
1757 1758 1759 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1757 def initialize(**args) update!(**args) end |
Instance Attribute Details
#metadata_exports ⇒ Array<Google::Apis::MetastoreV1alpha::MetadataExport>
Output only. The latest metadata exports of the metastore service.
Corresponds to the JSON property metadataExports
1750 1751 1752 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1750 def @metadata_exports end |
#restores ⇒ Array<Google::Apis::MetastoreV1alpha::Restore>
Output only. The latest restores of the metastore service.
Corresponds to the JSON property restores
1755 1756 1757 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1755 def restores @restores end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1762 1763 1764 1765 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 1762 def update!(**args) @metadata_exports = args[:metadata_exports] if args.key?(:metadata_exports) @restores = args[:restores] if args.key?(:restores) end |