Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListWasmPluginsRequest.
Request used with the ListWasmPlugins
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
-
(::Integer) — Maximum number of
WasmPlugin
resources to return per call. If not specified, at most 50WasmPlugin
resources are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
#page_size=
def page_size=(value) -> ::Integer
Parameter
-
value (::Integer) — Maximum number of
WasmPlugin
resources to return per call. If not specified, at most 50WasmPlugin
resources are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Returns
-
(::Integer) — Maximum number of
WasmPlugin
resources to return per call. If not specified, at most 50WasmPlugin
resources are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
#page_token
def page_token() -> ::String
Returns
-
(::String) — The value returned by the last
ListWasmPluginsResponse
call. Indicates that this is a continuation of a priorListWasmPlugins
call, and that the next page of data is to be returned.
#page_token=
def page_token=(value) -> ::String
Parameter
-
value (::String) — The value returned by the last
ListWasmPluginsResponse
call. Indicates that this is a continuation of a priorListWasmPlugins
call, and that the next page of data is to be returned.
Returns
-
(::String) — The value returned by the last
ListWasmPluginsResponse
call. Indicates that this is a continuation of a priorListWasmPlugins
call, and that the next page of data is to be returned.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project and location from which the
WasmPlugin
resources are listed, specified in the following format:projects/{project}/locations/global
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project and location from which the
WasmPlugin
resources are listed, specified in the following format:projects/{project}/locations/global
.
Returns
-
(::String) — Required. The project and location from which the
WasmPlugin
resources are listed, specified in the following format:projects/{project}/locations/global
.