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.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#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.
416 417 418 419 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 416 class CreateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. 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.
416 417 418 419 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 416 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.
416 417 418 419 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 416 class CreateRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |