Class ProjectsResource.LocationsResource.CatalogsResource.ControlsResource.CreateRequest
Creates a Control. If the Control to create already exists, an ALREADY_EXISTS error is returned.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.ControlsResource.CreateRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.ControlsResource.CreateRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2Control>, IClientServiceRequest<GoogleCloudRetailV2Control>, IClientServiceRequest
Constructors
CreateRequest(IClientService, GoogleCloudRetailV2Control, string)
Constructs a new Create request.
Declaration
public CreateRequest(IClientService service, GoogleCloudRetailV2Control body, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRetailV2Control | body | |
string | parent |
Properties
ControlId
Required. The ID to use for the Control, which will become the final component of the Control's resource name. This value should be 4-63 characters, and valid characters are /a-z-_/.
Declaration
[RequestParameter("controlId", RequestParameterType.Query)]
public virtual string ControlId { get; set; }
Property Value
Type | Description |
---|---|
string |
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. Full resource name of parent catalog. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}
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 Create parameter list.
Declaration
protected override void InitParameters()