Class: Google::Cloud::ApiHub::V1::GetRuntimeProjectAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::GetRuntimeProjectAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb
Overview
The GetRuntimeProjectAttachment method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the API resource to retrieve.
Format:
projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}
.
53 54 55 56 |
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 53 class GetRuntimeProjectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |