Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class GetDeploymentEventRequest.
Request for getting a DeploymentEvent.
Generated from protobuf message google.cloud.developerconnect.v1.GetDeploymentEventRequest
Namespace
Google \ Cloud \ DeveloperConnect \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid} |
getName
Required. The name of the deployment event to retrieve.
Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the deployment event to retrieve.
Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid} Please see InsightsConfigServiceClient::deploymentEventName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetDeploymentEventRequest |
|