Class ProjectsResource.LocationsResource.CatalogsResource.PatchRequest
Updates the catalog configuration.
Inheritance
ProjectsResource.LocationsResource.CatalogsResource.PatchRequest
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.PatchRequest : RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1Catalog>, IClientServiceRequest<GoogleCloudRecommendationengineV1beta1Catalog>, IClientServiceRequest
Constructors
PatchRequest(IClientService, GoogleCloudRecommendationengineV1beta1Catalog, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, GoogleCloudRecommendationengineV1beta1Catalog body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleCloudRecommendationengineV1beta1Catalog | body | |
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
The fully qualified resource name of the catalog.
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
UpdateMask
Optional. Indicates which fields in the provided 'catalog' to update. If not set, will only update the catalog_item_level_config field. Currently only fields that can be updated are catalog_item_level_config.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()