Class: Google::Cloud::Deploy::V1::GetTargetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetTargetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for GetTarget
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the Target
. Format must be
projects/{project_id}/locations/{location_name}/targets/{target_name}
.
1007 1008 1009 1010 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1007 class GetTargetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |