Class: Google::Cloud::Deploy::V1::GetCustomTargetTypeRequest

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

The request object for GetCustomTargetType.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.

Returns:

  • (::String)

    Required. Name of the CustomTargetType. Format must be projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}.



1316
1317
1318
1319
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1316

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