Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.GetGenerativeQuestionFeatureRequest

Manages overal generative question feature state -- enables toggling feature on and off.

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

Constructors

GetGenerativeQuestionFeatureRequest(IClientService, string)

Constructs a new GetGenerativeQuestionFeature request.

Declaration
public GetGenerativeQuestionFeatureRequest(IClientService service, string catalog)
Parameters
Type Name Description
IClientService service
string catalog

Properties

Catalog

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

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes GetGenerativeQuestionFeature parameter list.

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

Implements

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