ProjectsLocationsCatalogsControlsResource class
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
-
create(GoogleCloudRetailV2Control request, String parent, {String? controlId, String? $fields})
→ Future<GoogleCloudRetailV2Control>
-
Creates a Control.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a Control.
-
get(String name, {String? $fields})
→ Future<GoogleCloudRetailV2Control>
-
Gets a Control.
-
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudRetailV2ListControlsResponse>
-
Lists all Controls by their parent Catalog.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudRetailV2Control request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudRetailV2Control>
-
Updates a Control.
-
toString()
→ String
-
A string representation of this object.
inherited