Class: Google::Cloud::EdgeNetwork::V1::ListZonesRequest Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeNetwork::V1::ListZonesRequest
- 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 requesting list of Zones
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filtering results.
-
#order_by ⇒ ::String
Hint for how to order the results.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filtering results.
43 44 45 46 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 43 class ListZonesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Hint for how to order the results.
43 44 45 46 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 43 class ListZonesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
43 44 45 46 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 43 class ListZonesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
43 44 45 46 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 43 class ListZonesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListZonesRequest.
43 44 45 46 |
# File 'proto_docs/google/cloud/edgenetwork/v1/service.rb', line 43 class ListZonesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |