Class: Google::Cloud::ApiHub::V1::GetHostProjectRegistrationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::GetHostProjectRegistrationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb
Overview
The GetHostProjectRegistration method's request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Host project registration resource name. projects/{project}/locations/{location}/hostProjectRegistrations/{host_project_registration_id}.
52 53 54 55 |
# File 'proto_docs/google/cloud/apihub/v1/host_project_registration_service.rb', line 52 class GetHostProjectRegistrationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |