ProjectsLocationsCatalogsServingConfigsResource class

Constructors

ProjectsLocationsCatalogsServingConfigsResource(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

addControl(GoogleCloudRetailV2AddControlRequest request, String servingConfig, {String? $fields}) Future<GoogleCloudRetailV2ServingConfig>
Enables a Control on the specified ServingConfig.
create(GoogleCloudRetailV2ServingConfig request, String parent, {String? servingConfigId, String? $fields}) Future<GoogleCloudRetailV2ServingConfig>
Creates a ServingConfig.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a ServingConfig.
get(String name, {String? $fields}) Future<GoogleCloudRetailV2ServingConfig>
Gets a ServingConfig.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudRetailV2ListServingConfigsResponse>
Lists all ServingConfigs linked to this catalog.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudRetailV2ServingConfig request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudRetailV2ServingConfig>
Updates a ServingConfig.
predict(GoogleCloudRetailV2PredictRequest request, String placement, {String? $fields}) Future<GoogleCloudRetailV2PredictResponse>
Makes a recommendation prediction.
removeControl(GoogleCloudRetailV2RemoveControlRequest request, String servingConfig, {String? $fields}) Future<GoogleCloudRetailV2ServingConfig>
Disables a Control on the specified ServingConfig.
Performs a search.
toString() String
A string representation of this object.
inherited

Operators

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