Show / Hide Table of Contents

Class AccountsResource.CustomersResource.EntitlementsResource.GetRequest

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

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the entitlement to retrieve. Name uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_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<GoogleCloudChannelV1Entitlement>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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