Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.UpdateGenerativeQuestionRequest

Allows management of individual questions.

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

Constructors

UpdateGenerativeQuestionRequest(IClientService, GoogleCloudRetailV2betaGenerativeQuestionConfig, string)

Constructs a new UpdateGenerativeQuestion request.

Declaration
public UpdateGenerativeQuestionRequest(IClientService service, GoogleCloudRetailV2betaGenerativeQuestionConfig body, string catalog)
Parameters
Type Name Description
IClientService service
GoogleCloudRetailV2betaGenerativeQuestionConfig body
string catalog

Properties

Catalog

Required. Resource name of the 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<GoogleCloudRetailV2betaGenerativeQuestionConfig>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

UpdateMask

Optional. Indicates which fields in the provided GenerativeQuestionConfig to update. The following are NOT supported: * GenerativeQuestionConfig.frequency If not set or empty, all supported fields are updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudRetailV2betaGenerativeQuestionConfig>.GetBody()

InitParameters()

Initializes UpdateGenerativeQuestion parameter list.

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

Implements

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