Class: Google::Cloud::TelcoAutomation::V1::DeleteBlueprintRequest
- Inherits:
-
Object
- Object
- Google::Cloud::TelcoAutomation::V1::DeleteBlueprintRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb
Overview
Request object for DeleteBlueprint.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of blueprint to delete. Blueprint name should be in the format {blueprint_id}, if {blueprint_id}@{revision_id} is passed then the API throws invalid argument.
678 679 680 681 |
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 678 class DeleteBlueprintRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |