Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionsResource.ListRequest

Returns all questions for a given catalog.

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

MethodName

Gets the method name.

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

Parent

Required. Resource name of the parent catalog. Format: projects/{project}/locations/{location}/catalogs/{catalog}

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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