Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CatalogsResource.ListRequest

Lists all the catalog configurations associated with the project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>
ProjectsResource.LocationsResource.CatalogsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>
IClientServiceRequest
Inherited Members
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.Xgafv
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.AccessToken
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.Alt
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.Callback
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.Fields
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.Key
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.OauthToken
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.PrettyPrint
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.QuotaUser
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.UploadType
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.Execute()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.GetBody()
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ETagAction
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.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.RecommendationsAI.v1beta1
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.CatalogsResource.ListRequest : RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>, IClientServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>, 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<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.

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

PageToken

Optional. A page token, received from a previous ListCatalogs call. Provide this to retrieve the subsequent page.

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.

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<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
RecommendationsAIBaseServiceRequest<GoogleCloudRecommendationengineV1beta1ListCatalogsResponse>.InitParameters()

Implements

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