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