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

