Network Services v1 API - Class ListWasmPluginVersionsRequest (1.2.0)

public sealed class ListWasmPluginVersionsRequest : IMessage<ListWasmPluginVersionsRequest>, IEquatable<ListWasmPluginVersionsRequest>, IDeepCloneable<ListWasmPluginVersionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Network Services v1 API class ListWasmPluginVersionsRequest.

Request used with the ListWasmPluginVersions method.

Inheritance

object > ListWasmPluginVersionsRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

ListWasmPluginVersionsRequest()

public ListWasmPluginVersionsRequest()

ListWasmPluginVersionsRequest(ListWasmPluginVersionsRequest)

public ListWasmPluginVersionsRequest(ListWasmPluginVersionsRequest other)
Parameter
Name Description
other ListWasmPluginVersionsRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of WasmPluginVersion resources to return per call. If not specified, at most 50 WasmPluginVersion resources are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The value returned by the last ListWasmPluginVersionsResponse call. Indicates that this is a continuation of a prior ListWasmPluginVersions call, and that the next page of data is to be returned.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The WasmPlugin resource whose WasmPluginVersions are listed, specified in the following format: projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

Property Value
Type Description
string

ParentAsWasmPluginName

public WasmPluginName ParentAsWasmPluginName { get; set; }

WasmPluginName-typed view over the Parent resource name property.

Property Value
Type Description
WasmPluginName