public sealed class BackgroundJobLogEntry.Types.ImportRulesJobDetails : IMessage<BackgroundJobLogEntry.Types.ImportRulesJobDetails>, IEquatable<BackgroundJobLogEntry.Types.ImportRulesJobDetails>, IDeepCloneable<BackgroundJobLogEntry.Types.ImportRulesJobDetails>, IBufferMessage, IMessageReference documentation and code samples for the Database Migration v1 API class BackgroundJobLogEntry.Types.ImportRulesJobDetails.
Details regarding an Import Rules background job.
Implements
IMessageBackgroundJobLogEntryTypesImportRulesJobDetails, IEquatableBackgroundJobLogEntryTypesImportRulesJobDetails, IDeepCloneableBackgroundJobLogEntryTypesImportRulesJobDetails, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ImportRulesJobDetails()
public ImportRulesJobDetails()ImportRulesJobDetails(ImportRulesJobDetails)
public ImportRulesJobDetails(BackgroundJobLogEntry.Types.ImportRulesJobDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
BackgroundJobLogEntryTypesImportRulesJobDetails |
Properties
FileFormat
public ImportRulesFileFormat FileFormat { get; set; }Output only. The requested file format.
| Property Value | |
|---|---|
| Type | Description |
ImportRulesFileFormat |
|
Files
public RepeatedField<string> Files { get; }Output only. File names used for the import rules job.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|