Class: Google::Cloud::Developerconnect::V1::GetDeploymentEventRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::GetDeploymentEventRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
Request for getting a DeploymentEvent.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}.
342 343 344 345 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 342 class GetDeploymentEventRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |