Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints
- 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
-
#cardinality ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints
constructor
A new instance of GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints
Returns a new instance of GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints.
7240 7241 7242 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7240 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cardinality ⇒ String
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
7238 7239 7240 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7238 def cardinality @cardinality end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7245 7246 7247 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 7245 def update!(**args) @cardinality = args[:cardinality] if args.key?(:cardinality) end |