Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultSchema

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

Schema of the table with generated metadata of columns.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataDocumentationResultSchema

Returns a new instance of GoogleCloudDataplexV1DataDocumentationResultSchema.



2006
2007
2008
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2006

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

Instance Attribute Details

#fieldsArray<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultField>

Output only. The list of columns. Corresponds to the JSON property fields



2004
2005
2006
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2004

def fields
  @fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2011
2012
2013
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2011

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