Google Cloud Dataform V1 Client - Class CreateCompilationResultRequest (0.8.1)

Reference documentation and code samples for the Google Cloud Dataform V1 Client class CreateCompilationResultRequest.

CreateCompilationResult request message.

Generated from protobuf messagegoogle.cloud.dataform.v1.CreateCompilationResultRequest

Namespace

Google \ Cloud \ Dataform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ parentstring

Required. The repository in which to create the compilation result. Must be in the formatprojects/*/locations/*/repositories/*.

↳ compilation_resultCompilationResult

Required. The compilation result to create.

getParent

Required. The repository in which to create the compilation result. Must bein the formatprojects/*/locations/*/repositories/*.

Returns
TypeDescription
string

setParent

Required. The repository in which to create the compilation result. Must bein the formatprojects/*/locations/*/repositories/*.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

getCompilationResult

Required. The compilation result to create.

Returns
TypeDescription
CompilationResult|null

hasCompilationResult

clearCompilationResult

setCompilationResult

Required. The compilation result to create.

Parameter
NameDescription
varCompilationResult
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parentstring

Required. The repository in which to create the compilation result. Must bein the formatprojects/*/locations/*/repositories/*. Please seeDataformClient::repositoryName() for help formatting this field.

compilationResultCompilationResult

Required. The compilation result to create.

Returns
TypeDescription
CreateCompilationResultRequest

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-09 UTC.