Class: Google::Cloud::AppHub::V1::ListDiscoveredWorkloadsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::ListDiscoveredWorkloadsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/apphub_service.rb
Overview
Response for ListDiscoveredWorkloads.
Instance Attribute Summary collapse
-
#discovered_workloads ⇒ ::Array<::Google::Cloud::AppHub::V1::DiscoveredWorkload>
List of Discovered Workloads.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#discovered_workloads ⇒ ::Array<::Google::Cloud::AppHub::V1::DiscoveredWorkload>
Returns List of Discovered Workloads.
606 607 608 609 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 606 class ListDiscoveredWorkloadsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
606 607 608 609 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 606 class ListDiscoveredWorkloadsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
606 607 608 609 |
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 606 class ListDiscoveredWorkloadsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |