Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult

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

The output of a DataDocumentation scan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataDocumentationResult

Returns a new instance of GoogleCloudDataplexV1DataDocumentationResult.



1931
1932
1933
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1931

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

Instance Attribute Details

#table_resultGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultTableResult

Generated metadata about the table. Corresponds to the JSON property tableResult



1929
1930
1931
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1929

def table_result
  @table_result
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1936
1937
1938
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1936

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