Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListHardwareGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListHardwareGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A list of hardware groups.
Instance Attribute Summary collapse
-
#hardware_groups ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup>
The list of hardware groups.
-
#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_groups ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::HardwareGroup>
Returns The list of hardware groups.
344 345 346 347 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 344 class ListHardwareGroupsResponse 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.
344 345 346 347 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 344 class ListHardwareGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
344 345 346 347 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 344 class ListHardwareGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |