Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest

Removes all specified CatalogAttributes from the AttributesConfig.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>
ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest
Implements
IClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>
IClientServiceRequest
Inherited Members
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.Xgafv
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.AccessToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.Alt
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.Callback
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.Fields
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.Key
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.OauthToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.PrettyPrint
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.QuotaUser
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.UploadType
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.Execute()
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ETagAction
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.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.CloudRetail.v2beta
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>, IClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>, IClientServiceRequest

Constructors

BatchRemoveCatalogAttributesRequest(IClientService, GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest, string)

Constructs a new BatchRemoveCatalogAttributes request.

Declaration
public BatchRemoveCatalogAttributesRequest(IClientService service, GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest body, string attributesConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudRetailV2betaBatchRemoveCatalogAttributesRequest body
string attributesConfig

Properties

AttributesConfig

Required. The attributes config resource shared by all catalog attributes being deleted. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig

Declaration
[RequestParameter("attributesConfig", RequestParameterType.Path)]
public virtual string AttributesConfig { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.GetBody()

InitParameters()

Initializes BatchRemoveCatalogAttributes parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRetailBaseServiceRequest<GoogleCloudRetailV2betaBatchRemoveCatalogAttributesResponse>.InitParameters()

Implements

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