Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest

Allows management of multiple questions.

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

Constructors

BatchUpdateRequest(IClientService, GoogleCloudRetailV2alphaBatchUpdateGenerativeQuestionConfigsRequest, string)

Constructs a new BatchUpdate request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRetailV2alphaBatchUpdateGenerativeQuestionConfigsResponse>.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<GoogleCloudRetailV2alphaBatchUpdateGenerativeQuestionConfigsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchUpdate parameter list.

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

Implements

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