Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class CreateBlueprintRequest.
Request object for CreateBlueprint
.
Generated from protobuf message google.cloud.telcoautomation.v1.CreateBlueprintRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". |
↳ blueprint_id |
string
Optional. The name of the blueprint. |
↳ blueprint |
Google\Cloud\TelcoAutomation\V1\Blueprint
Required. The |
getParent
Required. The name of parent resource.
Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The name of parent resource.
Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBlueprintId
Optional. The name of the blueprint.
Returns | |
---|---|
Type | Description |
string |
setBlueprintId
Optional. The name of the blueprint.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getBlueprint
Required. The Blueprint
to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\TelcoAutomation\V1\Blueprint|null |
hasBlueprint
clearBlueprint
setBlueprint
Required. The Blueprint
to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\TelcoAutomation\V1\Blueprint
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The name of parent resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". Please see Google\Cloud\TelcoAutomation\V1\TelcoAutomationClient::orchestrationClusterName() for help formatting this field. |
blueprint |
Google\Cloud\TelcoAutomation\V1\Blueprint
Required. The |
blueprintId |
string
Optional. The name of the blueprint. |
Returns | |
---|---|
Type | Description |
Google\Cloud\TelcoAutomation\V1\CreateBlueprintRequest |