Class: Google::Cloud::AppHub::V1::DetachServiceProjectAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::DetachServiceProjectAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Request for DetachServiceProjectAttachment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Service project id and location to detach from a host project.
Only global location is supported. Expected format:
projects/{project}/locations/{location}
.
160 161 162 163 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 160 class DetachServiceProjectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |