Class: OCI::DataCatalog::Models::UpdateJobDefinitionDetails
- Inherits:
-
Object
- Object
- OCI::DataCatalog::Models::UpdateJobDefinitionDetails
- Defined in:
- lib/oci/data_catalog/models/update_job_definition_details.rb
Overview
Update information for a job definition resource.
Instance Attribute Summary collapse
-
#connection_key ⇒ String
The key of the connection resource to be used for harvest, sampling, profiling jobs.
-
#data_asset_key ⇒ String
The key of the data asset for which the job is defined.
-
#description ⇒ String
Detailed description of the job definition.
-
#display_name ⇒ String
A user-friendly display name.
-
#is_incremental ⇒ BOOLEAN
Specifies if the job definition is incremental or full.
-
#is_sample_data_extracted ⇒ BOOLEAN
Specify if sample data to be extracted as part of this harvest.
-
#properties ⇒ Hash<String, Hash<String, String>>
A map of maps that contains the properties which are specific to the job type.
-
#sample_data_size_in_mbs ⇒ Integer
Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
Class Method Summary collapse
-
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
-
.swagger_types ⇒ Object
Attribute type mapping.
Instance Method Summary collapse
-
#==(other) ⇒ Object
Checks equality by comparing each attribute.
-
#build_from_hash(attributes) ⇒ Object
Builds the object from hash.
- #eql?(other) ⇒ Boolean
-
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
-
#initialize(attributes = {}) ⇒ UpdateJobDefinitionDetails
constructor
Initializes the object.
-
#to_hash ⇒ Hash
Returns the object in the form of hash.
-
#to_s ⇒ String
Returns the string representation of the object.
Constructor Details
#initialize(attributes = {}) ⇒ UpdateJobDefinitionDetails
Initializes the object
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 95 def initialize(attributes = {}) return unless attributes.is_a?(Hash) # convert string to symbol for hash key attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v } self.display_name = attributes[:'displayName'] if attributes[:'displayName'] raise 'You cannot provide both :displayName and :display_name' if attributes.key?(:'displayName') && attributes.key?(:'display_name') self.display_name = attributes[:'display_name'] if attributes[:'display_name'] self.is_incremental = attributes[:'isIncremental'] unless attributes[:'isIncremental'].nil? raise 'You cannot provide both :isIncremental and :is_incremental' if attributes.key?(:'isIncremental') && attributes.key?(:'is_incremental') self.is_incremental = attributes[:'is_incremental'] unless attributes[:'is_incremental'].nil? self.data_asset_key = attributes[:'dataAssetKey'] if attributes[:'dataAssetKey'] raise 'You cannot provide both :dataAssetKey and :data_asset_key' if attributes.key?(:'dataAssetKey') && attributes.key?(:'data_asset_key') self.data_asset_key = attributes[:'data_asset_key'] if attributes[:'data_asset_key'] self.description = attributes[:'description'] if attributes[:'description'] self.connection_key = attributes[:'connectionKey'] if attributes[:'connectionKey'] raise 'You cannot provide both :connectionKey and :connection_key' if attributes.key?(:'connectionKey') && attributes.key?(:'connection_key') self.connection_key = attributes[:'connection_key'] if attributes[:'connection_key'] self.is_sample_data_extracted = attributes[:'isSampleDataExtracted'] unless attributes[:'isSampleDataExtracted'].nil? self.is_sample_data_extracted = true if is_sample_data_extracted.nil? && !attributes.key?(:'isSampleDataExtracted') # rubocop:disable Style/StringLiterals raise 'You cannot provide both :isSampleDataExtracted and :is_sample_data_extracted' if attributes.key?(:'isSampleDataExtracted') && attributes.key?(:'is_sample_data_extracted') self.is_sample_data_extracted = attributes[:'is_sample_data_extracted'] unless attributes[:'is_sample_data_extracted'].nil? self.is_sample_data_extracted = true if is_sample_data_extracted.nil? && !attributes.key?(:'isSampleDataExtracted') && !attributes.key?(:'is_sample_data_extracted') # rubocop:disable Style/StringLiterals self.sample_data_size_in_mbs = attributes[:'sampleDataSizeInMBs'] if attributes[:'sampleDataSizeInMBs'] raise 'You cannot provide both :sampleDataSizeInMBs and :sample_data_size_in_mbs' if attributes.key?(:'sampleDataSizeInMBs') && attributes.key?(:'sample_data_size_in_mbs') self.sample_data_size_in_mbs = attributes[:'sample_data_size_in_mbs'] if attributes[:'sample_data_size_in_mbs'] self.properties = attributes[:'properties'] if attributes[:'properties'] end |
Instance Attribute Details
#connection_key ⇒ String
The key of the connection resource to be used for harvest, sampling, profiling jobs.
30 31 32 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 30 def connection_key @connection_key end |
#data_asset_key ⇒ String
The key of the data asset for which the job is defined.
22 23 24 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 22 def data_asset_key @data_asset_key end |
#description ⇒ String
Detailed description of the job definition.
26 27 28 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 26 def description @description end |
#display_name ⇒ String
A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14 15 16 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 14 def display_name @display_name end |
#is_incremental ⇒ BOOLEAN
Specifies if the job definition is incremental or full.
18 19 20 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 18 def is_incremental @is_incremental end |
#is_sample_data_extracted ⇒ BOOLEAN
Specify if sample data to be extracted as part of this harvest.
34 35 36 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 34 def is_sample_data_extracted @is_sample_data_extracted end |
#properties ⇒ Hash<String, Hash<String, String>>
A map of maps that contains the properties which are specific to the job type. Each job type definition may define it's set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most job definitions have required properties within the "default" category. Example: {\"properties\": { \"default\": { \"host\": \"host1\", \"port\": \"1521\", \"database\": \"orcl\"}}}
47 48 49 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 47 def properties @properties end |
#sample_data_size_in_mbs ⇒ Integer
Specify the sample data size in MB, specified as number of rows, for this metadata harvest.
38 39 40 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 38 def sample_data_size_in_mbs @sample_data_size_in_mbs end |
Class Method Details
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 50 def self.attribute_map { # rubocop:disable Style/SymbolLiteral 'display_name': :'displayName', 'is_incremental': :'isIncremental', 'data_asset_key': :'dataAssetKey', 'description': :'description', 'connection_key': :'connectionKey', 'is_sample_data_extracted': :'isSampleDataExtracted', 'sample_data_size_in_mbs': :'sampleDataSizeInMBs', 'properties': :'properties' # rubocop:enable Style/SymbolLiteral } end |
.swagger_types ⇒ Object
Attribute type mapping.
66 67 68 69 70 71 72 73 74 75 76 77 78 79 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 66 def self.swagger_types { # rubocop:disable Style/SymbolLiteral 'display_name': :'String', 'is_incremental': :'BOOLEAN', 'data_asset_key': :'String', 'description': :'String', 'connection_key': :'String', 'is_sample_data_extracted': :'BOOLEAN', 'sample_data_size_in_mbs': :'Integer', 'properties': :'Hash<String, Hash<String, String>>' # rubocop:enable Style/SymbolLiteral } end |
Instance Method Details
#==(other) ⇒ Object
Checks equality by comparing each attribute.
151 152 153 154 155 156 157 158 159 160 161 162 163 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 151 def ==(other) return true if equal?(other) self.class == other.class && display_name == other.display_name && is_incremental == other.is_incremental && data_asset_key == other.data_asset_key && description == other.description && connection_key == other.connection_key && is_sample_data_extracted == other.is_sample_data_extracted && sample_data_size_in_mbs == other.sample_data_size_in_mbs && properties == other.properties end |
#build_from_hash(attributes) ⇒ Object
Builds the object from hash
188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 188 def build_from_hash(attributes) return nil unless attributes.is_a?(Hash) self.class.swagger_types.each_pair do |key, type| if type =~ /^Array<(.*)>/i # check to ensure the input is an array given that the the attribute # is documented as an array but the input is not if attributes[self.class.attribute_map[key]].is_a?(Array) public_method("#{key}=").call( attributes[self.class.attribute_map[key]] .map { |v| OCI::Internal::Util.convert_to_type(Regexp.last_match(1), v) } ) end elsif !attributes[self.class.attribute_map[key]].nil? public_method("#{key}=").call( OCI::Internal::Util.convert_to_type(type, attributes[self.class.attribute_map[key]]) ) end # or else data not found in attributes(hash), not an issue as the data can be optional end self end |
#eql?(other) ⇒ Boolean
168 169 170 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 168 def eql?(other) self == other end |
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
177 178 179 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 177 def hash [display_name, is_incremental, data_asset_key, description, connection_key, is_sample_data_extracted, sample_data_size_in_mbs, properties].hash end |
#to_hash ⇒ Hash
Returns the object in the form of hash
221 222 223 224 225 226 227 228 229 230 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 221 def to_hash hash = {} self.class.attribute_map.each_pair do |attr, param| value = public_method(attr).call next if value.nil? && !instance_variable_defined?("@#{attr}") hash[param] = _to_hash(value) end hash end |
#to_s ⇒ String
Returns the string representation of the object
215 216 217 |
# File 'lib/oci/data_catalog/models/update_job_definition_details.rb', line 215 def to_s to_hash.to_s end |