Class: Google::Cloud::Metastore::V1beta::MetadataManagementActivity
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::MetadataManagementActivity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
The metadata management activities of the metastore service.
Instance Attribute Summary collapse
-
#metadata_exports ⇒ ::Array<::Google::Cloud::Metastore::V1beta::MetadataExport>
readonly
Output only.
-
#restores ⇒ ::Array<::Google::Cloud::Metastore::V1beta::Restore>
readonly
Output only.
Instance Attribute Details
#metadata_exports ⇒ ::Array<::Google::Cloud::Metastore::V1beta::MetadataExport> (readonly)
Returns Output only. The latest metadata exports of the metastore service.
475 476 477 478 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 475 class MetadataManagementActivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#restores ⇒ ::Array<::Google::Cloud::Metastore::V1beta::Restore> (readonly)
Returns Output only. The latest restores of the metastore service.
475 476 477 478 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 475 class MetadataManagementActivity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |