Class: Google::Cloud::DataCatalog::Lineage::V1::CreateRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::CreateRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [CreateRun][google.cloud.datacatalog.lineage.v1.CreateRun].
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
A unique identifier for this request.
-
#run ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Run
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the process that should own the run.
386 387 388 389 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 386 class CreateRunRequest 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.
386 387 388 389 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 386 class CreateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#run ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Run
Returns Required. The run to create.
386 387 388 389 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 386 class CreateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |