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