Class: Google::Cloud::ApiHub::V1::LookupRuntimeProjectAttachmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::LookupRuntimeProjectAttachmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb
Overview
The LookupRuntimeProjectAttachment method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Runtime project ID to look up runtime project attachment for.
Lookup happens across all regions. Expected format:
projects/{project}/locations/{location}
.
142 143 144 145 |
# File 'proto_docs/google/cloud/apihub/v1/runtime_project_attachment_service.rb', line 142 class LookupRuntimeProjectAttachmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |