Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListZonesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListZonesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A list of zones.
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.
-
#zones ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Zone>
The list of zones.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
773 774 775 776 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 773 class ListZonesResponse 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.
773 774 775 776 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 773 class ListZonesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zones ⇒ ::Array<::Google::Cloud::GDCHardwareManagement::V1alpha::Zone>
Returns The list of zones.
773 774 775 776 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 773 class ListZonesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |