Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest

Allows management of multiple questions.

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

Constructors

BatchUpdateRequest(IClientService, GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsRequest, string)

Constructs a new BatchUpdate request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchUpdate parameter list.

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

Implements

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