Google Cloud Dataform V1beta1 Client - Class CreateReleaseConfigRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class CreateReleaseConfigRequest.

CreateReleaseConfig request message.

Generated from protobuf message google.cloud.dataform.v1beta1.CreateReleaseConfigRequest

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

↳ release_config Google\Cloud\Dataform\V1beta1\ReleaseConfig

Required. The release config to create.

↳ release_config_id string

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

getParent

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

Returns
TypeDescription
string

setParent

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getReleaseConfig

Required. The release config to create.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\ReleaseConfig|null

hasReleaseConfig

clearReleaseConfig

setReleaseConfig

Required. The release config to create.

Parameter
NameDescription
var Google\Cloud\Dataform\V1beta1\ReleaseConfig
Returns
TypeDescription
$this

getReleaseConfigId

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

Returns
TypeDescription
string

setReleaseConfigId

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The repository in which to create the release config. Must be in the format projects/*/locations/*/repositories/*. Please see Google\Cloud\Dataform\V1beta1\DataformClient::repositoryName() for help formatting this field.

releaseConfig Google\Cloud\Dataform\V1beta1\ReleaseConfig

Required. The release config to create.

releaseConfigId string

Required. The ID to use for the release config, which will become the final component of the release config's resource name.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\CreateReleaseConfigRequest