Class: Google::Cloud::CloudDMS::V1::BackgroundJobLogEntry::ConvertJobDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb

Overview

Details regarding a Convert background job.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String (readonly)

Returns Output only. AIP-160 based filter used to specify the entities to convert.

Returns:

  • (::String)

    Output only. AIP-160 based filter used to specify the entities to convert



153
154
155
156
# File 'proto_docs/google/cloud/clouddms/v1/conversionworkspace_resources.rb', line 153

class ConvertJobDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end