Class: Google::Cloud::Deploy::V1::CustomTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::CustomTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Information specifying a Custom Target.
Instance Attribute Summary collapse
-
#custom_target_type ⇒ ::String
Required.
Instance Attribute Details
#custom_target_type ⇒ ::String
Returns Required. The name of the CustomTargetType. Format must be
projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}
.
975 976 977 978 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 975 class CustomTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |