ProjectsLocationsProductSetsResource class

Constructors

ProjectsLocationsProductSetsResource(ApiRequester client)

Properties

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

Methods

addProduct(AddProductToProductSetRequest request, String name, {String? $fields}) Future<Empty>
Adds a Product to the specified ProductSet.
create(ProductSet request, String parent, {String? productSetId, String? $fields}) Future<ProductSet>
Creates and returns a new ProductSet resource.
delete(String name, {String? $fields}) Future<Empty>
Permanently deletes a ProductSet.
get(String name, {String? $fields}) Future<ProductSet>
Gets information associated with a ProductSet.
import(ImportProductSetsRequest request, String parent, {String? $fields}) Future<Operation>
Asynchronous API that imports a list of reference images to specified product sets based on a list of image information.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListProductSetsResponse>
Lists ProductSets in an unspecified order.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ProductSet request, String name, {String? updateMask, String? $fields}) Future<ProductSet>
Makes changes to a ProductSet resource.
removeProduct(RemoveProductFromProductSetRequest request, String name, {String? $fields}) Future<Empty>
Removes a Product from the specified ProductSet.
toString() String
A string representation of this object.
inherited

Operators

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