Show / Hide Table of Contents

Class AccountsResource.ChannelPartnerLinksResource.CustomersResource.GetRequest

Returns the requested Customer resource. Possible error codes: * PERMISSION_DENIED: The reseller account making the request is different from the reseller account in the API request. * INVALID_ARGUMENT: Required request parameters are missing or invalid. * NOT_FOUND: The customer resource doesn't exist. Usually the result of an invalid name parameter. Return value: The Customer resource.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the customer to retrieve. Name uses the format: accounts/{account_id}/customers/{customer_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<GoogleCloudChannelV1Customer>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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