Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.AttributesConfigResource.BatchRemoveCatalogAttributesRequest

Removes all specified CatalogAttributes from the AttributesConfig.

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

Constructors

BatchRemoveCatalogAttributesRequest(IClientService, GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesRequest, string)

Constructs a new BatchRemoveCatalogAttributes request.

Declaration
public BatchRemoveCatalogAttributesRequest(IClientService service, GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesRequest body, string attributesConfig)
Parameters
Type Name Description
IClientService service
GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesRequest 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<GoogleCloudRetailV2alphaBatchRemoveCatalogAttributesResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes BatchRemoveCatalogAttributes parameter list.

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

Implements

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