Class: Google::Cloud::Deploy::V1::CustomTarget

Inherits:
Object
  • Object
show all
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

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}.

Returns:

  • (::String)

    Required. The name of the CustomTargetType. Format must be projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.



957
958
959
960
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 957

class CustomTarget
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end