Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class CreateProcessRequest.
Request message for CreateProcess .
Generated from protobuf message google.cloud.datacatalog.lineage.v1.CreateProcessRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The name of the project and its location that should own the process.
↳ process
↳ request_id
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.
getParent
Required. The name of the project and its location that should own the process.
string
setParent
Required. The name of the project and its location that should own the process.
var
string
$this
getProcess
Required. The process to create.
hasProcess
clearProcess
setProcess
Required. The process to create.
$this
getRequestId
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.
string
setRequestId
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.
var
string
$this
static::build
parent
string
Required. The name of the project and its location that should own the process. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::locationName() for help formatting this field.
process