Class ProjectsResource.LocationsResource.CatalogsResource
The "catalogs" collection of methods.
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource
Constructors
CatalogsResource(IClientService)
Constructs a new resource.
Declaration
public CatalogsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
CatalogItems
Gets the CatalogItems resource.
Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource CatalogItems { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CatalogsResource.CatalogItemsResource |
EventStores
Gets the EventStores resource.
Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource EventStores { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CatalogsResource.EventStoresResource |
Operations
Gets the Operations resource.
Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.OperationsResource Operations { get; }
Property Value
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CatalogsResource.OperationsResource |
Methods
List(string)
Lists all the catalog configurations associated with the project.
Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The account resource name with an associated location. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CatalogsResource.ListRequest |
Patch(GoogleCloudRecommendationengineV1beta1Catalog, string)
Updates the catalog configuration.
Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.PatchRequest Patch(GoogleCloudRecommendationengineV1beta1Catalog body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleCloudRecommendationengineV1beta1Catalog | body | The body of the request. |
| string | name | The fully qualified resource name of the catalog. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CatalogsResource.PatchRequest |