Class: Google::Cloud::AppHub::V1::GetServiceProjectAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::GetServiceProjectAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Request for GetServiceProjectAttachment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Fully qualified name of the service project attachment to
retrieve. Expected format:
projects/{project}/locations/{location}/serviceProjectAttachments/{serviceProjectAttachment}
.
123 124 125 126 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 123 class GetServiceProjectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |