Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.PatchRequest

Updates a catalog item. Partial updating is supported. Non-existing items will be created.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>
ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.PatchRequest
Implements
IClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>
IClientServiceRequest
Inherited Members
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Xgafv
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.AccessToken
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Alt
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Callback
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Fields
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Key
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.OauthToken
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.PrettyPrint
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.QuotaUser
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.UploadType
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.UploadProtocol
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Execute()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ETagAction
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ModifyRequest
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ValidateParameters
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.ApiVersion
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.RequestParameters
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecommendationsAI.v1beta1
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource.PatchRequest : RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>, IClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleCloudRecommendationengineV1beta1CatalogItem, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudRecommendationengineV1beta1CatalogItem body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudRecommendationengineV1beta1CatalogItem body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.MethodName

Name

Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.

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
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.RestPath

UpdateMask

Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.

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
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1CatalogItem>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX