Class: Google::Cloud::AppHub::V1::LookupDiscoveredServiceResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#discovered_service::Google::Cloud::AppHub::V1::DiscoveredService

Returns Discovered Service if exists, empty otherwise.

Returns:



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