public sealed class MetadataImport : IMessage<MetadataImport>, IEquatable<MetadataImport>, IDeepCloneable<MetadataImport>, IBufferMessage, IMessage
A metastore resource that imports metadata.
Implements
IMessage<MetadataImport>, IEquatable<MetadataImport>, IDeepCloneable<MetadataImport>, IBufferMessage, IMessageNamespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.dll
Constructors
MetadataImport()
public MetadataImport()
MetadataImport(MetadataImport)
public MetadataImport(MetadataImport other)
Parameter | |
---|---|
Name | Description |
other | MetadataImport |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the metadata import was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DatabaseDump
public MetadataImport.Types.DatabaseDump DatabaseDump { get; set; }
Immutable. A database dump from a pre-existing metastore's database.
Property Value | |
---|---|
Type | Description |
MetadataImport.Types.DatabaseDump |
Description
public string Description { get; set; }
The description of the metadata import.
Property Value | |
---|---|
Type | Description |
String |
MetadataCase
public MetadataImport.MetadataOneofCase MetadataCase { get; }
Property Value | |
---|---|
Type | Description |
MetadataImport.MetadataOneofCase |
MetadataImportName
public MetadataImportName MetadataImportName { get; set; }
MetadataImportName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
MetadataImportName |
Name
public string Name { get; set; }
Immutable. The relative resource name of the metadata import, of the form:
projects/{project_number}/locations/{location_id}/services/{service_id}/metadataImports/{metadata_import_id}
.
Property Value | |
---|---|
Type | Description |
String |
State
public MetadataImport.Types.State State { get; set; }
Output only. The current state of the metadata import.
Property Value | |
---|---|
Type | Description |
MetadataImport.Types.State |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the metadata import was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |