Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ContentNotebook

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb

Overview

Configuration for Notebook content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1ContentNotebook

Returns a new instance of GoogleCloudDataplexV1ContentNotebook.



1696
1697
1698
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1696

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kernel_typeString

Required. Kernel Type of the notebook. Corresponds to the JSON property kernelType

Returns:

  • (String)


1694
1695
1696
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1694

def kernel_type
  @kernel_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1701
1702
1703
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1701

def update!(**args)
  @kernel_type = args[:kernel_type] if args.key?(:kernel_type)
end