Reference documentation and code samples for the Google Cloud Config V1 Client class GetDeploymentGroupRequest.
The request message for the GetDeploymentGroup method.
Generated from protobuf message google.cloud.config.v1.GetDeploymentGroupRequest
Namespace
Google \ Cloud \ Config \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the deployment group to retrieve. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'. |
getName
Required. The name of the deployment group to retrieve.
Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the deployment group to retrieve.
Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the deployment group to retrieve. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'. Please see ConfigClient::deploymentGroupName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetDeploymentGroupRequest |
|