Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.ModelsResource.ListRequest

Lists all the models linked to this event store.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>
ProjectsResource.LocationsResource.CatalogsResource.ModelsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>
IClientServiceRequest
Inherited Members
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.Xgafv
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.AccessToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.Alt
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.Callback
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.Fields
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.Key
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.OauthToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.PrettyPrint
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.QuotaUser
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.UploadType
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.Execute()
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.GetBody()
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ETagAction
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.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.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.ModelsResource.ListRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>, IClientServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>, 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<GoogleCloudRetailV2alphaListModelsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

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

PageToken

Optional. A page token, received from a previous ListModels call. Provide this to retrieve the subsequent page.

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

Parent

Required. The parent for which to list models. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}

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<GoogleCloudRetailV2alphaListModelsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRetailBaseServiceRequest<GoogleCloudRetailV2alphaListModelsResponse>.InitParameters()

Implements

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