Show / Hide Table of Contents

Class ProjectsResource.RetailProjectResource

The "retailProject" collection of methods.

Inheritance
object
ProjectsResource.RetailProjectResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2alpha
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class ProjectsResource.RetailProjectResource

Constructors

RetailProjectResource(IClientService)

Constructs a new resource.

Declaration
public RetailProjectResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

AcceptTerms(GoogleCloudRetailV2alphaAcceptTermsRequest, string)

Accepts service terms for this project. By making requests to this API, you agree to the terms of service linked below. https://cloud.google.com/retail/data-use-terms

Declaration
public virtual ProjectsResource.RetailProjectResource.AcceptTermsRequest AcceptTerms(GoogleCloudRetailV2alphaAcceptTermsRequest body, string project)
Parameters
Type Name Description
GoogleCloudRetailV2alphaAcceptTermsRequest body

The body of the request.

string project

Required. Full resource name of the project. Format: projects/{project_number_or_id}/retailProject

Returns
Type Description
ProjectsResource.RetailProjectResource.AcceptTermsRequest
In this article
Back to top Generated by DocFX