Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource

The "catalogs" collection of methods.

Inheritance
System.Object
ProjectsResource.LocationsResource.CatalogsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class CatalogsResource

Constructors

CatalogsResource(IClientService)

Constructs a new resource.

Declaration
public CatalogsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Properties

Branches

Gets the Branches resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.BranchesResource Branches { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.BranchesResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.OperationsResource

Placements

Gets the Placements resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.PlacementsResource Placements { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.PlacementsResource

UserEvents

Gets the UserEvents resource.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource UserEvents { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.CatalogsResource.UserEventsResource

Methods

List(String)

Lists all the Catalogs associated with the project.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

Required. The account resource name with an associated location. If the caller does not have permission to list Catalogs under this location, regardless of whether or not this location exists, a PERMISSION_DENIED error is returned.

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.ListRequest

Patch(GoogleCloudRetailV2Catalog, String)

Updates the Catalogs.

Declaration
public virtual ProjectsResource.LocationsResource.CatalogsResource.PatchRequest Patch(GoogleCloudRetailV2Catalog body, string name)
Parameters
Type Name Description
GoogleCloudRetailV2Catalog body

The body of the request.

System.String name

Required. Immutable. The fully qualified resource name of the catalog.

Returns
Type Description
ProjectsResource.LocationsResource.CatalogsResource.PatchRequest
In This Article
Back to top