Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class GetDeploymentRequest.
Request object forGetDeployment.
Generated from protobuf messagegoogle.cloud.telcoautomation.v1.GetDeploymentRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the deployment. Case 1: If the name provided in the request is {deployment_id}@{revision_id}, then the revision with revision_id will be returned. Case 2: If the name provided in the request is {deployment}, then the current state of the deployment is returned.
↳ view
int
Optional. Defines the type of view of the deployment. When field is not present VIEW_BASIC is considered as default.
getName
Required. The name of the deployment.
Case 1: If the name provided in the request is
{deployment_id}@{revision_id}, then the revision with revision_id will be
returned.
Case 2: If the name provided in the request is {deployment}, then
the current state of the deployment is returned.
Returns
Type
Description
string
setName
Required. The name of the deployment.
Case 1: If the name provided in the request is
{deployment_id}@{revision_id}, then the revision with revision_id will be
returned.
Case 2: If the name provided in the request is {deployment}, then
the current state of the deployment is returned.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getView
Optional. Defines the type of view of the deployment.
When field is not present VIEW_BASIC is considered as default.
Returns
Type
Description
int
setView
Optional. Defines the type of view of the deployment.
When field is not present VIEW_BASIC is considered as default.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
static::build
Parameter
Name
Description
name
string
Required. The name of the deployment.
Case 1: If the name provided in the request is
{deployment_id}@{revision_id}, then the revision with revision_id will be
returned.
Case 2: If the name provided in the request is {deployment}, then
the current state of the deployment is returned. Please seeTelcoAutomationClient::deploymentName()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 GetDeploymentRequest (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-telcoautomation/latest/V1.GetDeploymentRequest)\n- [1.1.0](/php/docs/reference/cloud-telcoautomation/1.1.0/V1.GetDeploymentRequest)\n- [1.0.3](/php/docs/reference/cloud-telcoautomation/1.0.3/V1.GetDeploymentRequest)\n- [0.2.5](/php/docs/reference/cloud-telcoautomation/0.2.5/V1.GetDeploymentRequest)\n- [0.1.0](/php/docs/reference/cloud-telcoautomation/0.1.0/V1.GetDeploymentRequest) \nReference documentation and code samples for the Google Cloud Telco Automation V1 Client class GetDeploymentRequest.\n\nRequest object for `GetDeployment`.\n\nGenerated from protobuf message `google.cloud.telcoautomation.v1.GetDeploymentRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TelcoAutomation \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nRequired. The name of the deployment.\n\nCase 1: If the name provided in the request is\n{deployment_id}@{revision_id}, then the revision with revision_id will be\nreturned.\nCase 2: If the name provided in the request is {deployment}, then\nthe current state of the deployment is returned.\n\n### setName\n\nRequired. The name of the deployment.\n\nCase 1: If the name provided in the request is\n{deployment_id}@{revision_id}, then the revision with revision_id will be\nreturned.\nCase 2: If the name provided in the request is {deployment}, then\nthe current state of the deployment is returned.\n\n### getView\n\nOptional. Defines the type of view of the deployment.\n\nWhen field is not present VIEW_BASIC is considered as default.\n\n### setView\n\nOptional. Defines the type of view of the deployment.\n\nWhen field is not present VIEW_BASIC is considered as default.\n\n### static::build"]]