Class: Google::Cloud::EdgeNetwork::V1::ListZonesResponse Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::ListZonesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgenetwork/v1/service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Deprecated: not implemented. Message for response to listing 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::EdgeNetwork::V1::Zone>
The list of Zone.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
60 61 62 63 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 60 class ListZonesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
60 61 62 63 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 60 class ListZonesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zones ⇒ ::Array<::Google::Cloud::EdgeNetwork::V1::Zone>
Returns The list of Zone.
60 61 62 63 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 60 class ListZonesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |