Class: Google::Cloud::DataCatalog::Lineage::V1::CreateProcessRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb

Overview

Request message for [CreateProcess][google.cloud.datacatalog.lineage.v1.CreateProcess].

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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.



287
288
289
290
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 287

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.

Returns:



287
288
289
290
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 287

class CreateProcessRequest
  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.

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.



287
288
289
290
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 287

class CreateProcessRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end