Show / Hide Table of Contents

Class ProductsResource.ListRequest

Lists the Products the reseller is authorized to sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

Account

Required. The resource name of the reseller account. Format: accounts/{account_id}.

Declaration
[RequestParameter("account", RequestParameterType.Query)]
public virtual string Account { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

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

LanguageCode

Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".

Declaration
[RequestParameter("languageCode", RequestParameterType.Query)]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

MethodName

Gets the method name.

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

PageSize

Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 Products. The maximum value is 1000; the server will coerce values above 1000.

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

PageToken

Optional. A token for a page of results other than the first page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListProductsResponse>.InitParameters()

Implements

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