Class: Google::Cloud::Dataplex::V1::Task::SparkTaskConfig

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

Overview

User-specified config for running a Spark task.

Instance Attribute Summary collapse

Instance Attribute Details

#archive_uris::Array<::String>



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#file_uris::Array<::String>



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#infrastructure_spec::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#main_class::String



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#main_jar_file_uri::String



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#python_script_file::String



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#sql_script::String



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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

#sql_script_file::String



301
302
303
304
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 301

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