Class: Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/tasks.rb
Overview
Config for running scheduled notebooks.
Instance Attribute Summary collapse
-
#archive_uris ⇒ ::Array<::String>
Optional.
-
#file_uris ⇒ ::Array<::String>
Optional.
-
#infrastructure_spec ⇒ ::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec
Optional.
-
#notebook ⇒ ::String
Required.
Instance Attribute Details
#archive_uris ⇒ ::Array<::String>
325 326 327 328 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 325 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_uris ⇒ ::Array<::String>
325 326 327 328 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 325 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#infrastructure_spec ⇒ ::Google::Cloud::Dataplex::V1::Task::InfrastructureSpec
325 326 327 328 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 325 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook ⇒ ::String
325 326 327 328 |
# File 'proto_docs/google/cloud/dataplex/v1/tasks.rb', line 325 class NotebookTaskConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |