Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfile

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

Contains the strict structure for graph-profile for semantic inference scan result.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1GraphProfile

Returns a new instance of GoogleCloudDataplexV1GraphProfile.



7403
7404
7405
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7403

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

Instance Attribute Details

#edge_typesArray<Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileEdgeType>

Output only. Edge types. Corresponds to the JSON property edgeTypes



7396
7397
7398
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7396

def edge_types
  @edge_types
end

#node_typesArray<Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileNodeType>

Output only. Node types. Corresponds to the JSON property nodeTypes



7401
7402
7403
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7401

def node_types
  @node_types
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7408
7409
7410
7411
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7408

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