Show / Hide Table of Contents

Class AccountsResource.ChannelPartnerLinksResource.ChannelPartnerRepricingConfigsResource.GetRequest

Gets information about how a Distributor 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 was not found. * 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 resource, otherwise returns an error.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the ChannelPartnerRepricingConfig Format: accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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