Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataPartition
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1ActionInvalidDataPartition
- 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
-
#expected_structure ⇒ String
The issue type of InvalidDataPartition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1ActionInvalidDataPartition
constructor
A new instance of GoogleCloudDataplexV1ActionInvalidDataPartition.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1ActionInvalidDataPartition
Returns a new instance of GoogleCloudDataplexV1ActionInvalidDataPartition.
286 287 288 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 286 def initialize(**args) update!(**args) end |
Instance Attribute Details
#expected_structure ⇒ String
The issue type of InvalidDataPartition.
Corresponds to the JSON property expectedStructure
284 285 286 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 284 def expected_structure @expected_structure end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
291 292 293 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 291 def update!(**args) @expected_structure = args[:expected_structure] if args.key?(:expected_structure) end |