Class: Google::Cloud::ApiHub::V1::LookupApiHubInstanceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::LookupApiHubInstanceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/provisioning_service.rb
Overview
The LookupApiHubInstance method's response.`
Instance Attribute Summary collapse
-
#api_hub_instance ⇒ ::Google::Cloud::ApiHub::V1::ApiHubInstance
API Hub instance for a project if it exists, empty otherwise.
Instance Attribute Details
#api_hub_instance ⇒ ::Google::Cloud::ApiHub::V1::ApiHubInstance
Returns API Hub instance for a project if it exists, empty otherwise.
80 81 82 83 |
# File 'proto_docs/google/cloud/apihub/v1/provisioning_service.rb', line 80 class LookupApiHubInstanceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |