Show / Hide Table of Contents

Class AccountsResource.ChannelPartnerLinksResource.ChannelPartnerRepricingConfigsResource.ListRequest

Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * NOT_FOUND: The ChannelPartnerRepricingConfig specified does not exist or is not associated with the given account. * INTERNAL: Any non-user error related to technical issues in the backend. In this case, contact Cloud Channel support. Return Value: If successful, the ChannelPartnerRepricingConfig resources. The data for each resource is displayed in the ascending order of: * Channel Partner ID * RepricingConfig.effective_invoice_month * ChannelPartnerRepricingConfig.update_time If unsuccessful, returns an error.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>
AccountsResource.ChannelPartnerLinksResource.ChannelPartnerRepricingConfigsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>
IClientServiceRequest
Inherited Members
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.Xgafv
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.AccessToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.Alt
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.Callback
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.Fields
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.Key
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.OauthToken
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.PrettyPrint
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.QuotaUser
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.UploadType
CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.Execute()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.GetBody()
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ETagAction
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.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.ChannelPartnerLinksResource.ChannelPartnerRepricingConfigsResource.ListRequest : CloudchannelBaseServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>, IClientServiceRequest<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>, 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. A filter for [CloudChannelService.ListChannelPartnerRepricingConfigs] results (channel_partner_link only). You can use this filter when you support a BatchGet-like query. To use the filter, you must set parent=accounts/{account_id}/channelPartnerLinks/-. Example: channel_partner_link = accounts/account_id/channelPartnerLinks/c1 OR channel_partner_link = accounts/account_id/channelPartnerLinks/c2.

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<GoogleCloudChannelV1ListChannelPartnerRepricingConfigsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of repricing configs to return. The service may return fewer than this value. If unspecified, returns a maximum of 50 rules. The maximum value is 100; values above 100 will be coerced to 100.

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

PageToken

Optional. A token identifying a page of results beyond the first page. Obtained through ListChannelPartnerRepricingConfigsResponse.next_page_token of the previous CloudChannelService.ListChannelPartnerRepricingConfigs call.

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

Parent

Required. The resource name of the account's ChannelPartnerLink. Parent uses the format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}. Supports accounts/{account_id}/channelPartnerLinks/- to retrieve configs for all channel partners.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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