Show / Hide Table of Contents

Class AccountsResource.CustomersResource.CustomerRepricingConfigsResource.GetRequest

Gets information about how a Reseller modifies their bill before sending it to a Customer. Possible Error Codes: * PERMISSION_DENIED: If the account making the request and the account being queried are different. * NOT_FOUND: The CustomerRepricingConfig 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 CustomerRepricingConfig resource, otherwise returns an error.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the CustomerRepricingConfig. Format: accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{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<GoogleCloudChannelV1CustomerRepricingConfig>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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