Show / Hide Table of Contents

Class AccountsResource.ListTransferableSkusRequest

List TransferableSkus of a customer based on the Cloud Identity ID or Customer Name in the request. Use this method to list the entitlements information of an unowned customer. You should provide the customer's Cloud Identity ID or Customer Name. Possible error codes: * PERMISSION_DENIED: * The customer doesn't belong to the reseller and has no auth token. * The supplied auth token is invalid. * The reseller account making the request is different from the reseller account in the query. * INVALID_ARGUMENT: Required request parameters are missing or invalid. Return value: A list of the customer's TransferableSku.

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

Constructors

ListTransferableSkusRequest(IClientService, GoogleCloudChannelV1ListTransferableSkusRequest, string)

Constructs a new ListTransferableSkus request.

Declaration
public ListTransferableSkusRequest(IClientService service, GoogleCloudChannelV1ListTransferableSkusRequest body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudChannelV1ListTransferableSkusRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Parent

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudChannelV1ListTransferableSkusResponse>.GetBody()

InitParameters()

Initializes ListTransferableSkus parameter list.

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

Implements

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