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.



2483
2484
2485
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2483

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



2481
2482
2483
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2481

def fields
  @fields
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2488
2489
2490
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2488

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