Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest
Allows management of multiple questions.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest
Implements
Inherited Members
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
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()