Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListHardwareResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListHardwareResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A list of hardware.
Instance Attribute Summary collapse
-
#hardware ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware>
The list of hardware.
-
#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
#hardware ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Hardware>
Returns The list of hardware.
460 461 462 463 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 460 class ListHardwareResponse 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.
460 461 462 463 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 460 class ListHardwareResponse 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.
460 461 462 463 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 460 class ListHardwareResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |