Reference documentation and code samples for the Network Services V1 API class Google::Cloud::NetworkServices::V1::ListWasmPluginVersionsResponse.
Response returned by the ListWasmPluginVersions
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
Returns
-
(::String) — If there might be more results than those appearing in this response, then
next_page_token
is included. To get the next set of results, call this method again using the value ofnext_page_token
aspage_token
.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
Returns
- (::Array<::String>) — Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
#wasm_plugin_versions
def wasm_plugin_versions() -> ::Array<::Google::Cloud::NetworkServices::V1::WasmPluginVersion>
Returns
-
(::Array<::Google::Cloud::NetworkServices::V1::WasmPluginVersion>) — List of
WasmPluginVersion
resources.
#wasm_plugin_versions=
def wasm_plugin_versions=(value) -> ::Array<::Google::Cloud::NetworkServices::V1::WasmPluginVersion>
Parameter
-
value (::Array<::Google::Cloud::NetworkServices::V1::WasmPluginVersion>) — List of
WasmPluginVersion
resources.
Returns
-
(::Array<::Google::Cloud::NetworkServices::V1::WasmPluginVersion>) — List of
WasmPluginVersion
resources.