ProjectsLocationsCatalogsAttributesConfigResource class

Constructors

ProjectsLocationsCatalogsAttributesConfigResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCatalogAttribute(GoogleCloudRetailV2AddCatalogAttributeRequest request, String attributesConfig, {String? $fields}) Future<GoogleCloudRetailV2AttributesConfig>
Adds the specified CatalogAttribute to the AttributesConfig.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCatalogAttribute(GoogleCloudRetailV2RemoveCatalogAttributeRequest request, String attributesConfig, {String? $fields}) Future<GoogleCloudRetailV2AttributesConfig>
Removes the specified CatalogAttribute from the AttributesConfig.
replaceCatalogAttribute(GoogleCloudRetailV2ReplaceCatalogAttributeRequest request, String attributesConfig, {String? $fields}) Future<GoogleCloudRetailV2AttributesConfig>
Replaces the specified CatalogAttribute in the AttributesConfig by updating the catalog attribute with the same CatalogAttribute.key.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited