Show / Hide Table of Contents

Class ProductsResource.SkusResource.ListRequest

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

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

Account

Required. Resource name of the reseller. 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<GoogleCloudChannelV1ListSkusResponse>.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<GoogleCloudChannelV1ListSkusResponse>.MethodName

PageSize

Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. 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. Optional.

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

Parent

Required. The resource name of the Product to list SKUs for. Parent uses the format: products/{product_id}. Supports products/- to retrieve SKUs for all products.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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