Show / Hide Table of Contents

Class AccountsResource.ChannelPartnerLinksResource.GetRequest

Returns the requested ChannelPartnerLink resource. You must be a distributor to call this method. 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: ChannelPartnerLink resource not found because of an invalid channel partner link name. Return value: The ChannelPartnerLink resource.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the channel partner link to retrieve. Name uses the format: accounts/{account_id}/channelPartnerLinks/{id} where {id} is the Cloud Identity ID of the partner.

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

View

Optional. The level of granularity the ChannelPartnerLink will display.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual AccountsResource.ChannelPartnerLinksResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
AccountsResource.ChannelPartnerLinksResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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