Class: Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ImportRulesJobDetails
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ImportRulesJobDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb
Overview
Details regarding an Import Rules background job.
Instance Attribute Summary collapse
-
#file_format ⇒ ::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat
readonly
Output only.
-
#files ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#file_format ⇒ ::Google::Cloud::CloudDMS::V1::ImportRulesFileFormat (readonly)
Returns Output only. The requested file format.
144 145 146 147 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 144 class ImportRulesJobDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#files ⇒ ::Array<::String> (readonly)
Returns Output only. File names used for the import rules job.
144 145 146 147 |
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 144 class ImportRulesJobDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |