public sealed class ListWasmPluginVersionsResponse : IMessage<ListWasmPluginVersionsResponse>, IEquatable<ListWasmPluginVersionsResponse>, IDeepCloneable<ListWasmPluginVersionsResponse>, IBufferMessage, IMessage, IPageResponse<WasmPluginVersion>, IEnumerable<WasmPluginVersion>, IEnumerableReference documentation and code samples for the Network Services v1 API class ListWasmPluginVersionsResponse.
Response returned by the ListWasmPluginVersions method.
Implements
IMessageListWasmPluginVersionsResponse, IEquatableListWasmPluginVersionsResponse, IDeepCloneableListWasmPluginVersionsResponse, IBufferMessage, IMessage, IPageResponseWasmPluginVersion, IEnumerableWasmPluginVersion, IEnumerableNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
ListWasmPluginVersionsResponse()
public ListWasmPluginVersionsResponse()ListWasmPluginVersionsResponse(ListWasmPluginVersionsResponse)
public ListWasmPluginVersionsResponse(ListWasmPluginVersionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWasmPluginVersionsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }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 of next_page_token as
page_token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
WasmPluginVersions
public RepeatedField<WasmPluginVersion> WasmPluginVersions { get; }List of WasmPluginVersion resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWasmPluginVersion |
|
Methods
GetEnumerator()
public IEnumerator<WasmPluginVersion> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorWasmPluginVersion |
|