Class: Google::Cloud::Ces::V1beta::GetDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::GetDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/agent_service.rb
Overview
Request message for AgentService.GetDeployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment.
Format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}.
908 909 910 911 |
# File 'proto_docs/google/cloud/ces/v1beta/agent_service.rb', line 908 class GetDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |