ProjectsLocationsCatalogsResource class

Constructors

ProjectsLocationsCatalogsResource(ApiRequester client)

Properties

catalogItems ProjectsLocationsCatalogsCatalogItemsResource
no setter
eventStores ProjectsLocationsCatalogsEventStoresResource
no setter
hashCode int
The hash code for this object.
no setterinherited
operations ProjectsLocationsCatalogsOperationsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>
Lists all the catalog configurations associated with the project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudRecommendationengineV1beta1Catalog request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudRecommendationengineV1beta1Catalog>
Updates the catalog configuration.
toString() String
A string representation of this object.
inherited

Operators

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