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.
      285 286 287  | 
    
      # File 'lib/google/apis/dataplex_v1/classes.rb', line 285 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#expected_structure ⇒ String
The issue type of InvalidDataPartition.
Corresponds to the JSON property expectedStructure
      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  |