Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListLbTrafficExtensionsRequest.
Message for requesting list of LbTrafficExtension
resources.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. Filtering results.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. Filtering results.
Returns
- (::String) — Optional. Filtering results.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Hint for how to order the results.
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Hint for how to order the results.
Returns
- (::String) — Optional. Hint for how to order the results.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
Returns
- (::Integer) — Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A token identifying a page of results that the server returns.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A token identifying a page of results that the server returns.
Returns
- (::String) — Optional. A token identifying a page of results that the server returns.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project and location from which the
LbTrafficExtension
resources are listed, specified in the following format:projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project and location from which the
LbTrafficExtension
resources are listed, specified in the following format:projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. The project and location from which the
LbTrafficExtension
resources are listed, specified in the following format:projects/{project}/locations/{location}
.