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 \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
string |
setParent
Required. The repository in which to create the release config. Must be in
the format projects/*/locations/*/repositories/*
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReleaseConfig
Required. The release config to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\ReleaseConfig|null |
hasReleaseConfig
clearReleaseConfig
setReleaseConfig
Required. The release config to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dataform\V1beta1\ReleaseConfig
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The repository in which to create the release config. Must be in
the format |
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 | |
---|---|
Type | Description |
Google\Cloud\Dataform\V1beta1\CreateReleaseConfigRequest |