MetadataStore class final
Instance of a metadata store. Contains a set of metadata that can be queried.
- Inheritance
-
- Object
- ProtoMessage
- MetadataStore
Constructors
- MetadataStore({String name = '', Timestamp? createTime, Timestamp? updateTime, EncryptionSpec? encryptionSpec, String description = '', MetadataStore_MetadataStoreState? state, MetadataStore_DataplexConfig? dataplexConfig})
- MetadataStore.fromJson(Object? j)
-
factory
Properties
- createTime → Timestamp?
-
Output only. Timestamp when this MetadataStore was created.
final
- dataplexConfig → MetadataStore_DataplexConfig?
-
Optional. Dataplex integration settings.
final
- description → String
-
Description of the MetadataStore.
final
- encryptionSpec → EncryptionSpec?
-
Customer-managed encryption key spec for a Metadata Store. If set, this
Metadata Store and all sub-resources of this Metadata Store are secured
using this key.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Output only. The resource name of the MetadataStore instance.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → MetadataStore_MetadataStoreState?
-
Output only. State information of the MetadataStore.
final
- updateTime → Timestamp?
-
Output only. Timestamp when this MetadataStore was last updated.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String