Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.ListRequest

Lists all the Catalogs associated with the project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>
ProjectsResource.LocationsResource.CatalogsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>
IClientServiceRequest
Inherited Members
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Xgafv
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.AccessToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Alt
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Callback
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Fields
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Key
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.OauthToken
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.PrettyPrint
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.QuotaUser
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.UploadType
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Execute()
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.GetBody()
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ETagAction
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.ListRequest : CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>, IClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.MethodName

PageSize

Maximum number of Catalogs to return. If unspecified, defaults to 50. The maximum allowed value is 1000. Values above 1000 will be coerced to 1000. If this field is negative, an INVALID_ARGUMENT is returned.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A page token ListCatalogsResponse.next_page_token, received from a previous CatalogService.ListCatalogs call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to CatalogService.ListCatalogs must match the call that provided the page token. Otherwise, an INVALID_ARGUMENT error is returned.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
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.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRetailBaseServiceRequest<GoogleCloudRetailV2ListCatalogsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX