Class: Google::Cloud::AppHub::V1::LookupDiscoveredServiceResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::LookupDiscoveredServiceResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Response for LookupDiscoveredService.
Instance Attribute Summary collapse
-
#discovered_service ⇒ ::Google::Cloud::AppHub::V1::DiscoveredService
Discovered Service if exists, empty otherwise.
Instance Attribute Details
#discovered_service ⇒ ::Google::Cloud::AppHub::V1::DiscoveredService
Returns Discovered Service if exists, empty otherwise.
324 325 326 327 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 324 class LookupDiscoveredServiceResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |