Class ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.ExportRequest
Exports multiple Products.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.ExportRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.BranchesResource.ProductsResource.ExportRequest : CloudRetailBaseServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest<GoogleLongrunningOperation>, IClientServiceRequest
Constructors
ExportRequest(IClientService, GoogleCloudRetailV2alphaExportProductsRequest, string)
Constructs a new Export request.
Declaration
public ExportRequest(IClientService service, GoogleCloudRetailV2alphaExportProductsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRetailV2alphaExportProductsRequest | 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
Required. Resource name of a Branch, and default_branch
for branch_id component is
supported. For example
projects/1234/locations/global/catalogs/default_catalog/branches/default_branch
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 Export parameter list.
Declaration
protected override void InitParameters()