Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataPartition

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

Action details for invalid or unsupported partitions detected by discovery.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1ActionInvalidDataPartition

Returns a new instance of GoogleCloudDataplexV1ActionInvalidDataPartition.



285
286
287
# File 'lib/google/apis/dataplex_v1/classes.rb', line 285

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

Instance Attribute Details

#expected_structureString

The issue type of InvalidDataPartition. Corresponds to the JSON property expectedStructure

Returns:

  • (String)


283
284
285
# File 'lib/google/apis/dataplex_v1/classes.rb', line 283

def expected_structure
  @expected_structure
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



290
291
292
# File 'lib/google/apis/dataplex_v1/classes.rb', line 290

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