Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListSitesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListSitesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A list of sites.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#sites ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Site>
The list of sites.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
236 237 238 239 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 236 class ListSitesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sites ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Site>
236 237 238 239 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 236 class ListSitesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
236 237 238 239 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 236 class ListSitesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |