Class ProjectsResource.LocationsResource.CatalogsResource.GetCompletionConfigRequest
Gets a CompletionConfig.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.GetCompletionConfigRequest
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.GetCompletionConfigRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaCompletionConfig>, IClientServiceRequest<GoogleCloudRetailV2betaCompletionConfig>, IClientServiceRequest
Constructors
GetCompletionConfigRequest(IClientService, string)
Constructs a new GetCompletionConfig request.
Declaration
public GetCompletionConfigRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
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
Name
Required. Full CompletionConfig resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/completionConfig
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes GetCompletionConfig parameter list.
Declaration
protected override void InitParameters()