Show / Hide Table of Contents

Class AccountsResource.CustomersResource.EntitlementsResource.LookupOfferRequest

Returns the requested Offer resource. Possible error codes: * PERMISSION_DENIED: The entitlement doesn't belong to the reseller. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: Entitlement or offer was not found. Return value: The Offer resource.

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

Constructors

LookupOfferRequest(IClientService, string)

Constructs a new LookupOffer request.

Declaration
public LookupOfferRequest(IClientService service, string entitlement)
Parameters
Type Name Description
IClientService service
string entitlement

Properties

Entitlement

Required. The resource name of the entitlement to retrieve the Offer. Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes LookupOffer parameter list.

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

Implements

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