ProjectsLocationsProductsResource class

Constructors

ProjectsLocationsProductsResource(ApiRequester client)

Properties

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

Methods

create(Product request, String parent, {String? productId, String? $fields}) Future<Product>
Creates and returns a new product resource.
delete(String name, {String? $fields}) Future<Empty>
Permanently deletes a product and its reference images.
get(String name, {String? $fields}) Future<Product>
Gets information associated with a Product.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListProductsResponse>
Lists products in an unspecified order.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Product request, String name, {String? updateMask, String? $fields}) Future<Product>
Makes changes to a Product resource.
purge(PurgeProductsRequest request, String parent, {String? $fields}) Future<Operation>
Asynchronous API to delete all Products in a ProductSet or all Products that are in no ProductSet.
toString() String
A string representation of this object.
inherited

Operators

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