Reference documentation and code samples for the GDC Hardware Management V1ALPHA API class Google::Cloud::GDCHardwareManagement::V1alpha::ListZonesRequest.
A request to list zones.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
- (::String) — Optional. Filtering condition. See AIP-160.
#filter=
def filter=(value) -> ::String
- value (::String) — Optional. Filtering condition. See AIP-160.
- (::String) — Optional. Filtering condition. See AIP-160.
#order_by
def order_by() -> ::String
- (::String) — Optional. Hint for how to order the results.
#order_by=
def order_by=(value) -> ::String
- value (::String) — Optional. Hint for how to order the results.
- (::String) — Optional. Hint for how to order the results.
#page_size
def page_size() -> ::Integer
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String
- (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. A token identifying a page of results the server should return.
- (::String) — Optional. A token identifying a page of results the server should return.
#parent
def parent() -> ::String
-
(::String) — Required. The project and location to list zones in.
Format:
projects/{project}/locations/{location}
To list zones across all locations, substitute
-
(the hyphen or dash character) for the location and check the unreachable field in the response message.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The project and location to list zones in.
Format:
projects/{project}/locations/{location}
To list zones across all locations, substitute
-
(the hyphen or dash character) for the location and check the unreachable field in the response message.
-
(::String) — Required. The project and location to list zones in.
Format:
projects/{project}/locations/{location}
To list zones across all locations, substitute
-
(the hyphen or dash character) for the location and check the unreachable field in the response message.