Show / Hide Table of Contents

Class AccountsResource.OffersResource.ListRequest

Lists the Offers the reseller can sell. Possible error codes: * INVALID_ARGUMENT: Required request parameters are missing or invalid.

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

Filter

Optional. The expression to filter results by name (name of the Offer), sku.name (name of the SKU), or sku.product.name (name of the Product). Example 1: sku.product.name=products/p1 AND sku.name!=products/p1/skus/s1 Example 2: name=accounts/a1/offers/o1

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { 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<GoogleCloudChannelV1ListOffersResponse>.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<GoogleCloudChannelV1ListOffersResponse>.MethodName

PageSize

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

Parent

Required. The resource name of the reseller account from which to list Offers. Parent uses the format: accounts/{account_id}.

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

ShowFutureOffers

Optional. A boolean flag that determines if a response returns future offers 30 days from now. If the show_future_offers is true, the response will only contain offers that are scheduled to be available 30 days from now.

Declaration
[RequestParameter("showFutureOffers", RequestParameterType.Query)]
public virtual bool? ShowFutureOffers { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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