Class: Google::Cloud::DataCatalog::Lineage::V1::CreateLineageEventRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::CreateLineageEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [CreateLineageEvent][google.cloud.datacatalog.lineage.v1.CreateLineageEvent].
Instance Attribute Summary collapse
-
#lineage_event ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent
Required.
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
A unique identifier for this request.
Instance Attribute Details
#lineage_event ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::LineageEvent
Returns Required. The lineage event to create.
487 488 489 490 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 487 class CreateLineageEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the run that should own the lineage event.
487 488 489 490 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 487 class CreateLineageEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns A unique identifier for this request. Restricted to 36 ASCII characters.
A random UUID is recommended. This request is idempotent only if a
request_id
is provided.
487 488 489 490 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 487 class CreateLineageEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |