Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints

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

Extraction hints (edge-level).

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints

Returns a new instance of GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints.



7480
7481
7482
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7480

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

Instance Attribute Details

#cardinalityString

Output only. Expected connectivity topology and bounds of this relationship. Format: "Topology - Description" Example: "1:N - One company can have multiple financial reports." Corresponds to the JSON property cardinality

Returns:

  • (String)


7478
7479
7480
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7478

def cardinality
  @cardinality
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7485
7486
7487
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7485

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