Class: Google::Cloud::ApiHub::V1::DeleteRuntimeProjectAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::DeleteRuntimeProjectAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb
Overview
The DeleteRuntimeProjectAttachment method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the Runtime Project Attachment to delete.
Format:
projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}
.
129 130 131 132 |
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 129 class DeleteRuntimeProjectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |