Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListOrdersResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListOrdersResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A list of orders.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#orders ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Order>
The list of orders.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
62 63 64 65 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 62 class ListOrdersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#orders ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Order>
Returns The list of orders.
62 63 64 65 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 62 class ListOrdersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached. Only used for queries to the wildcard
location -. If non-empty, it indicates that the results are incomplete.
62 63 64 65 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 62 class ListOrdersResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |