Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListWasmPluginVersionsRequest.
Request used with the ListWasmPluginVersions
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
WasmPluginVersion
resources to return per call. If not specified, at most 50WasmPluginVersion
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
WasmPluginVersion
resources to return per call. If not specified, at most 50WasmPluginVersion
resources are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Returns
-
(::Integer) — Maximum number of
WasmPluginVersion
resources to return per call. If not specified, at most 50WasmPluginVersion
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
ListWasmPluginVersionsResponse
call. Indicates that this is a continuation of a priorListWasmPluginVersions
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
ListWasmPluginVersionsResponse
call. Indicates that this is a continuation of a priorListWasmPluginVersions
call, and that the next page of data is to be returned.
Returns
-
(::String) — The value returned by the last
ListWasmPluginVersionsResponse
call. Indicates that this is a continuation of a priorListWasmPluginVersions
call, and that the next page of data is to be returned.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The
WasmPlugin
resource whoseWasmPluginVersion
s are listed, specified in the following format:projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The
WasmPlugin
resource whoseWasmPluginVersion
s are listed, specified in the following format:projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
Returns
-
(::String) — Required. The
WasmPlugin
resource whoseWasmPluginVersion
s are listed, specified in the following format:projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.