Class: Google::Cloud::AppHub::V1::LookupDiscoveredWorkloadResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::LookupDiscoveredWorkloadResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Response for LookupDiscoveredWorkload.
Instance Attribute Summary collapse
-
#discovered_workload ⇒ ::Google::Cloud::AppHub::V1::DiscoveredWorkload
Discovered Workload if exists, empty otherwise.
Instance Attribute Details
#discovered_workload ⇒ ::Google::Cloud::AppHub::V1::DiscoveredWorkload
Returns Discovered Workload if exists, empty otherwise.
687 688 689 690 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 687 class LookupDiscoveredWorkloadResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |