Class ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest
Allows management of multiple questions.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.GenerativeQuestionResource.BatchUpdateRequest
Implements
Inherited Members
ClientServiceRequest<GoogleCloudRetailV2betaBatchUpdateGenerativeQuestionConfigsResponse>.ETagAction
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes BatchUpdate parameter list.
Declaration
protected override void InitParameters()