Reference documentation and code samples for the Data Lineage V1 API class Google::Cloud::DataCatalog::Lineage::V1::CreateProcessRequest.
Request message for [CreateProcess][google.cloud.datacatalog.lineage.v1.CreateProcess].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The name of the project and its location that should own the process.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the project and its location that should own the process.
Returns
- (::String) — Required. The name of the project and its location that should own the process.
#process
def process() -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The process to create.
#process=
def process=(value) -> ::Google::Cloud::DataCatalog::Lineage::V1::Process
Parameter
- value (::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The process to create.
Returns
- (::Google::Cloud::DataCatalog::Lineage::V1::Process) — Required. The process to create.
#request_id
def request_id() -> ::String
Returns
-
(::String) — 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.
#request_id=
def request_id=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.