Class: Google::Cloud::DataCatalog::Lineage::V1::CreateProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::CreateProcessRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for CreateProcess.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#process ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Process
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The name of the project and its location that should own the process.
311 312 313 314 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 311 class CreateProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#process ⇒ ::Google::Cloud::DataCatalog::Lineage::V1::Process
Returns Required. The process to create.
311 312 313 314 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 311 class CreateProcessRequest 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.
311 312 313 314 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 311 class CreateProcessRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |