Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.ListRequest

Lists WasmPluginVersion resources in a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListWasmPluginVersionsResponse>
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>
ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.ListRequest
Implements
IClientServiceRequest<ListWasmPluginVersionsResponse>
IClientServiceRequest
Inherited Members
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.Xgafv
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.AccessToken
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.Alt
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.Callback
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.Fields
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.Key
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.OauthToken
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.PrettyPrint
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.QuotaUser
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.UploadType
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.UploadProtocol
ClientServiceRequest<ListWasmPluginVersionsResponse>.Execute()
ClientServiceRequest<ListWasmPluginVersionsResponse>.ExecuteAsStream()
ClientServiceRequest<ListWasmPluginVersionsResponse>.ExecuteAsync()
ClientServiceRequest<ListWasmPluginVersionsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListWasmPluginVersionsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListWasmPluginVersionsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListWasmPluginVersionsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListWasmPluginVersionsResponse>.GenerateRequestUri()
ClientServiceRequest<ListWasmPluginVersionsResponse>.GetBody()
ClientServiceRequest<ListWasmPluginVersionsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListWasmPluginVersionsResponse>.ETagAction
ClientServiceRequest<ListWasmPluginVersionsResponse>.ModifyRequest
ClientServiceRequest<ListWasmPluginVersionsResponse>.ValidateParameters
ClientServiceRequest<ListWasmPluginVersionsResponse>.ApiVersion
ClientServiceRequest<ListWasmPluginVersionsResponse>.RequestParameters
ClientServiceRequest<ListWasmPluginVersionsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkServices.v1beta1
Assembly: Google.Apis.NetworkServices.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.WasmPluginsResource.VersionsResource.ListRequest : NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>, IClientServiceRequest<ListWasmPluginVersionsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListWasmPluginVersionsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListWasmPluginVersionsResponse>.MethodName

PageSize

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.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

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.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListWasmPluginVersionsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
NetworkServicesBaseServiceRequest<ListWasmPluginVersionsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX