Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class CreateDeploymentRequest.
Request object forCreateDeployment.
Generated from protobuf messagegoogle.cloud.telcoautomation.v1.CreateDeploymentRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1
Methods
__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}".
Required. The name of parent resource.
Format should be -
"projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". Please seeTelcoAutomationClient::orchestrationClusterName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Telco Automation V1 Client - Class CreateDeploymentRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-telcoautomation/latest/V1.CreateDeploymentRequest)\n- [1.1.0](/php/docs/reference/cloud-telcoautomation/1.1.0/V1.CreateDeploymentRequest)\n- [1.0.3](/php/docs/reference/cloud-telcoautomation/1.0.3/V1.CreateDeploymentRequest)\n- [0.2.5](/php/docs/reference/cloud-telcoautomation/0.2.5/V1.CreateDeploymentRequest)\n- [0.1.0](/php/docs/reference/cloud-telcoautomation/0.1.0/V1.CreateDeploymentRequest) \nReference documentation and code samples for the Google Cloud Telco Automation V1 Client class CreateDeploymentRequest.\n\nRequest object for `CreateDeployment`.\n\nGenerated from protobuf message `google.cloud.telcoautomation.v1.CreateDeploymentRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TelcoAutomation \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The name of parent resource.\n\nFormat should be -\n\"projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}\".\n\n### setParent\n\nRequired. The name of parent resource.\n\nFormat should be -\n\"projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}\".\n\n### getDeploymentId\n\nOptional. The name of the deployment.\n\n### setDeploymentId\n\nOptional. The name of the deployment.\n\n### getDeployment\n\nRequired. The `Deployment` to create.\n\n### hasDeployment\n\n### clearDeployment\n\n### setDeployment\n\nRequired. The `Deployment` to create.\n\n### static::build"]]