Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest

Allows management of multiple questions.

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

Constructors

BatchUpdateRequest(IClientService, GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest, string)

Constructs a new BatchUpdate request.

Declaration
public BatchUpdateRequest(IClientService service, GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Optional. 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<GoogleCloudRetailV2BatchUpdateGenerativeQuestionConfigsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchUpdate parameter list.

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

Implements

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