Reference documentation and code samples for the Google Cloud Dataform V1 Client class CreateReleaseConfigRequest.
CreateReleaseConfig
request message.
Generated from protobuf message google.cloud.dataform.v1.CreateReleaseConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
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
↳ 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/*
.
string
setParent
Required. The repository in which to create the release config. Must be in
the format projects/*/locations/*/repositories/*
.
var
string
$this
getReleaseConfig
Required. The release config to create.
hasReleaseConfig
clearReleaseConfig
setReleaseConfig
Required. The release config to create.
$this
getReleaseConfigId
Required. The ID to use for the release config, which will become the final component of the release config's resource name.
string
setReleaseConfigId
Required. The ID to use for the release config, which will become the final component of the release config's resource name.
var
string
$this
static::build
parent
string
Required. The repository in which to create the release config. Must be in
the format projects/*/locations/*/repositories/*
. Please see DataformClient::repositoryName()
for help formatting this field.
releaseConfig
releaseConfigId
string
Required. The ID to use for the release config, which will become the final component of the release config's resource name.